By type
overriding logback.xml Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json [2021-08-13T01:18:29.846+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json] [2021-08-13T01:18:30.341+00:00|INFO|log|main] Logging initialized @1691ms to org.eclipse.jetty.util.log.Slf4jLog [2021-08-13T01:18:30.750+00:00|INFO|ServiceManager|main] service manager starting [2021-08-13T01:18:30.750+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup [2021-08-13T01:18:30.750+00:00|INFO|JettyServletServer|main] JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-600b90df@50d66d3==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@8576fa0{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@7582ff54{/,null,STOPPED}, connector=SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=null]]: STARTING [2021-08-13T01:18:30.758+00:00|INFO|ServiceManager|main] service manager started [2021-08-13T01:18:30.758+00:00|INFO|JettyServletServer|SDCDistributionGroup-6969] JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-600b90df@50d66d3==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@8576fa0{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@7582ff54{/,null,STOPPED}, connector=SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main]]]: STARTING [2021-08-13T01:18:30.770+00:00|INFO|Server|SDCDistributionGroup-6969] jetty-9.4.33.v20201020; built: 2020-10-20T23:39:24.803Z; git: 1be68755656cef678b79a2ef1c2ebbca99e25420; jvm 11.0.9.1+1 [2021-08-13T01:18:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:18:30.856+00:00|INFO|Main|main] Started policy-distribution service successfully. [2021-08-13T01:18:30.962+00:00|INFO|session|SDCDistributionGroup-6969] DefaultSessionIdManager workerName=node0 [2021-08-13T01:18:30.963+00:00|INFO|session|SDCDistributionGroup-6969] No SessionScavenger set, using defaults [2021-08-13T01:18:30.966+00:00|INFO|session|SDCDistributionGroup-6969] node0 Scavenging every 660000ms [2021-08-13T01:18:33.963+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls [2021-08-13T01:18:33.964+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls [2021-08-13T01:18:34.145+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:18:34.147+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6240d50 [2021-08-13T01:18:34.147+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:18:34.152+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:18:34.152+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:18:34.161+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@7582ff54{/,null,AVAILABLE} [2021-08-13T01:18:34.586+00:00|INFO|SslContextFactory|SDCDistributionGroup-6969] x509=X509@e522e5e(policy@policy.onap.org,h=[policy, policy-apex-pdp, policy-apex-pdp.onap, policy-api, policy-api.onap, policy-distribution, policy-distribution.onap, policy-drools-pdp, policy-drools-pdp.onap, policy-pap, policy-pap.onap, policy-xacml-pdp, policy-xacml-pdp.onap, policy.api.simpledemo.onap.org],w=[]) for Server@3e5cde1a[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/distribution/etc/ssl/policy-truststore] [2021-08-13T01:18:34.744+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969} [2021-08-13T01:18:34.744+00:00|INFO|Server|SDCDistributionGroup-6969] Started @6138ms [2021-08-13T01:19:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:19:01.889+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:19:01.889+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a5480bc [2021-08-13T01:19:01.889+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:19:01.889+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:19:01.889+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:19:30.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:19:31.901+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:19:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41a8110b [2021-08-13T01:19:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:19:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:19:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:20:00.859+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:20:01.885+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:20:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7078bf4a [2021-08-13T01:20:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:20:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:20:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:20:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:20:31.902+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:20:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5be8cc5a [2021-08-13T01:20:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:20:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:20:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:21:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:21:01.889+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:21:01.889+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f12cabe [2021-08-13T01:21:01.889+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:21:01.889+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:21:01.890+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:21:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:21:31.901+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:21:31.901+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f74b05f [2021-08-13T01:21:31.901+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:21:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:21:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:22:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:22:01.899+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:22:01.900+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f7a6899 [2021-08-13T01:22:01.900+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:22:01.900+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:22:01.900+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:22:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:22:31.905+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:22:31.905+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6048f70a [2021-08-13T01:22:31.906+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:22:31.906+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:22:31.906+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:23:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:23:01.889+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:23:01.889+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3807307b [2021-08-13T01:23:01.889+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:23:01.889+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:23:01.889+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:23:30.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:23:31.905+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:23:31.906+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3dee1202 [2021-08-13T01:23:31.906+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:23:31.906+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:23:31.906+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:24:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:24:01.885+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:24:01.885+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4dc4c53e [2021-08-13T01:24:01.885+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:24:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:24:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:24:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:24:31.962+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:24:31.962+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@95300d9 [2021-08-13T01:24:31.962+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:24:31.962+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:24:31.962+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:25:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:25:01.886+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:25:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77e9cc10 [2021-08-13T01:25:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:25:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:25:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:25:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:25:31.901+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:25:31.901+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31555f78 [2021-08-13T01:25:31.901+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:25:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:25:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:26:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:26:01.889+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:26:01.890+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d66ea58 [2021-08-13T01:26:01.890+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:26:01.891+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:26:01.891+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:26:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:26:31.901+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:26:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7598cfcd [2021-08-13T01:26:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:26:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:26:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:27:00.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:27:01.885+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:27:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28df85c5 [2021-08-13T01:27:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:27:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:27:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:27:30.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:27:31.902+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:27:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f1bfaae [2021-08-13T01:27:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:27:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:27:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:28:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:28:01.885+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:28:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5045f098 [2021-08-13T01:28:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:28:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:28:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:28:30.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:28:31.869+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:28:31.869+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d65ddaa [2021-08-13T01:28:31.869+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:28:31.870+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:28:31.870+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:29:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:29:01.885+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:29:01.885+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34b2d625 [2021-08-13T01:29:01.885+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:29:01.885+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:29:01.885+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:29:30.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:29:31.901+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:29:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45d8595d [2021-08-13T01:29:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:29:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:29:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:30:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:30:01.889+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:30:01.889+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@430b3b9d [2021-08-13T01:30:01.889+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:30:01.889+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:30:01.889+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:30:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:30:31.901+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:30:31.901+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@200f72ca [2021-08-13T01:30:31.901+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:30:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:30:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:31:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:31:01.885+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:31:01.885+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f5394d1 [2021-08-13T01:31:01.885+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:31:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:31:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:31:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:31:31.905+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:31:31.906+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17cd139f [2021-08-13T01:31:31.906+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:31:31.906+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:31:31.907+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:32:00.859+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:32:01.885+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:32:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@950ac5b [2021-08-13T01:32:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:32:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:32:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:32:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:32:31.902+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:32:31.903+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67280c03 [2021-08-13T01:32:31.903+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:32:31.903+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:32:31.903+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:33:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:33:01.886+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:33:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23238715 [2021-08-13T01:33:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:33:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:33:01.887+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:33:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:33:31.901+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:33:31.901+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ee2b793 [2021-08-13T01:33:31.901+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:33:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:33:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:34:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:34:01.886+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:34:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2167dfd8 [2021-08-13T01:34:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:34:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:34:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:34:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:34:31.901+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:34:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fe41643 [2021-08-13T01:34:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:34:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:34:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:35:00.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:35:01.905+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:35:01.905+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a5ae05 [2021-08-13T01:35:01.905+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:35:01.906+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:35:01.906+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:35:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:35:31.902+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:35:31.903+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b38389f [2021-08-13T01:35:31.903+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:35:31.903+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:35:31.904+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:36:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:36:01.885+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:36:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@718c08d [2021-08-13T01:36:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:36:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:36:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:36:30.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:36:31.901+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:36:31.901+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49988d6d [2021-08-13T01:36:31.901+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:36:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:36:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:37:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:37:01.885+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:37:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6dddc528 [2021-08-13T01:37:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:37:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:37:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:37:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:37:31.902+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:37:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5db9f8cc [2021-08-13T01:37:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:37:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:37:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:38:00.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:38:01.886+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:38:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17be9d8b [2021-08-13T01:38:01.886+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:38:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:38:01.886+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:38:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:38:31.902+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/10.233.7.102] 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 [2021-08-13T01:38:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23a98dd2 [2021-08-13T01:38:31.902+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-13T01:38:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:38:31.903+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:39:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:39:01.186+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:39:02.205+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:39:02.207+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:39:02.207+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:39:02.207+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:39:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:39:30.942+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:39:30.943+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:39:31.969+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:39:31.969+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:39:31.969+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:39:31.970+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:40:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:40:00.913+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:40:00.913+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:40:01.949+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:40:01.950+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:40:01.950+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:40:01.950+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:40:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:40:30.977+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:40:30.978+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:40:31.997+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:40:31.997+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:40:31.997+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:40:31.997+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:41:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:41:00.901+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:41:00.901+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:41:01.917+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:41:01.917+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:41:01.917+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:41:01.917+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:41:30.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:41:30.912+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:41:30.912+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:41:31.933+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:41:31.933+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:41:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:41:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:42:00.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:42:00.905+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:42:00.905+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:42:01.950+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:42:01.950+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:42:01.950+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:42:01.950+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:42:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:42:30.906+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:42:30.906+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:42:31.933+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:42:31.933+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:42:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:42:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:43:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:43:00.924+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:43:00.924+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:43:01.949+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:43:01.949+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:43:01.949+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:43:01.950+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:43:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:43:30.894+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:43:30.894+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:43:31.933+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:43:31.933+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:43:31.934+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:43:31.934+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:44:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:44:00.904+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:44:00.904+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:44:01.917+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:44:01.917+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:44:01.918+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:44:01.918+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:44:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:44:30.908+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:44:30.909+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:44:31.933+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:44:31.933+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:44:31.934+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:44:31.934+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:45:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:45:00.899+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:45:00.899+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:45:01.917+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:45:01.917+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:45:01.918+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:45:01.918+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:45:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:45:30.908+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:45:30.908+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:45:31.933+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:45:31.933+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:45:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:45:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:46:00.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:46:00.903+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:46:00.904+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:46:01.917+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:46:01.917+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:46:01.917+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:46:01.917+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:46:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:46:30.908+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:46:30.908+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:46:31.933+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:46:31.933+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:46:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:46:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:47:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:47:00.897+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:47:00.897+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:47:01.917+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:47:01.917+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:47:01.917+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:47:01.917+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:47:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:47:30.902+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:47:30.902+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:47:31.934+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:47:31.934+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:47:31.934+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:47:31.934+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:48:00.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:48:00.892+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:48:00.892+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:48:01.917+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:48:01.917+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:48:01.917+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:48:01.917+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:48:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:48:30.895+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:48:30.895+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:48:31.933+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:48:31.933+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:48:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:48:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:49:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:49:00.906+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:49:00.906+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:49:01.949+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:49:01.949+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:49:01.949+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:49:01.949+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:49:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:49:30.903+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:49:30.903+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:49:31.933+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:49:31.933+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:49:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:49:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:50:00.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:50:00.905+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:50:00.905+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:50:01.918+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:50:01.918+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:50:01.918+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:50:01.918+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:50:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:50:30.898+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:50:30.898+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:50:31.933+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:50:31.934+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:50:31.934+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:50:31.934+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:51:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:51:00.897+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:51:00.897+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:51:01.918+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:51:01.918+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:51:01.918+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:51:01.918+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:51:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:51:30.897+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:51:30.897+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:51:31.934+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:51:31.934+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:51:31.934+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:51:31.934+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:52:00.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:52:00.897+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:52:00.897+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:52:01.917+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:52:01.917+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:52:01.917+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:52:01.917+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:52:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:52:30.888+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:52:30.888+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:52:31.901+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:52:31.902+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:52:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:52:31.902+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:53:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:53:00.895+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:53:00.895+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:53:01.918+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:53:01.918+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:53:01.918+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:53:01.918+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:53:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:53:30.891+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:53:30.891+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:53:31.903+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:53:31.905+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:53:31.905+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:53:31.905+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:54:00.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:54:00.896+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:54:00.896+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:54:01.917+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:54:01.918+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:54:01.918+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:54:01.918+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:54:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:54:30.892+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:54:30.892+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:54:31.933+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:54:31.933+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:54:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:54:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:55:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:55:00.895+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:55:00.895+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:55:01.917+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:55:01.917+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:55:01.917+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:55:01.917+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:55:30.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:55:30.905+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:55:30.906+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:55:31.933+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes [2021-08-13T01:55:31.933+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused)] [2021-08-13T01:55:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.233.21.201] failed: Connection refused (Connection refused). Initialization will be retried after 30 Seconds [2021-08-13T01:55:31.933+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:56:00.856+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:56:00.892+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts. [2021-08-13T01:56:00.892+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-13T01:56:01.189+00:00|INFO|HttpClient|Timer-0] --> HTTP/1.1 200 OK [2021-08-13T01:56:01.204+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d7dd735 [2021-08-13T01:56:01.204+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] [2021-08-13T01:56:01.244+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/EtJSoPNHVh7RoyjF (as EtJSoPNHVh7RoyjF) ... [2021-08-13T01:56:01.273+00:00|INFO|HttpClient|Timer-0] --> HTTP/1.1 200 OK [2021-08-13T01:56:01.274+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:56:01.274+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:56:30.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:56:30.892+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as EtJSoPNHVh7RoyjF) ... [2021-08-13T01:56:30.926+00:00|INFO|HttpClient|Timer-0] --> HTTP/1.1 200 OK [2021-08-13T01:56:30.933+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39bb59c1 [2021-08-13T01:56:30.933+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] [2021-08-13T01:56:30.934+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/ulauM9VyPuzAjaQQ (as ulauM9VyPuzAjaQQ) ... [2021-08-13T01:56:30.994+00:00|INFO|HttpClient|Timer-0] --> HTTP/1.1 200 OK [2021-08-13T01:56:30.995+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-13T01:56:30.995+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-13T01:57:00.855+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-13T01:57:00.903+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as ulauM9VyPuzAjaQQ) ... [2021-08-13T01:57:00.932+00:00|INFO|HttpClient|Timer-0] --> HTTP/1.1 200 OK [2021-08-13T01:57:01.067+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient [2021-08-13T01:57:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T01:57:01.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T01:57:11.434+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T01:57:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T01:57:21.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T01:57:30.646+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T01:57:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T01:57:41.074+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T01:57:50.628+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T01:58:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T01:58:01.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T01:58:10.631+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T01:58:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T01:58:21.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T01:58:30.628+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T01:58:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T01:58:41.074+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T01:58:50.633+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T01:59:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T01:59:01.074+00:00|INFO|HttpClient|pool-3-thread-4] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T01:59:10.643+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-13T01:59:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T01:59:21.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T01:59:30.627+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T01:59:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T01:59:41.074+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T01:59:50.624+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T02:00:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:00:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:00:10.629+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:00:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:00:21.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:00:30.624+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:00:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:00:41.074+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:00:50.630+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T02:01:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:01:01.074+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:01:10.625+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T02:01:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:01:21.074+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:01:30.625+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T02:01:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:01:41.074+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:01:50.623+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T02:02:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:02:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:02:10.629+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T02:02:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:02:21.074+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:02:30.624+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T02:02:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:02:41.074+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:02:50.624+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T02:03:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:03:01.074+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:03:10.622+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T02:03:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:03:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:03:30.625+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T02:03:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:03:41.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:03:50.624+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:04:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:04:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:04:10.628+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:04:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:04:21.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:04:30.642+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:04:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:04:41.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:04:50.624+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:05:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:05:01.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:05:10.620+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:05:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:05:21.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:05:30.623+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:05:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:05:41.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:05:50.624+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:06:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:06:01.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:06:10.622+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:06:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:06:21.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:06:30.622+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:06:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:06:41.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:06:50.626+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:07:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:07:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:07:10.622+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:07:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:07:21.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:07:30.619+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:07:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:07:41.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:07:50.631+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:08:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:08:01.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:08:10.614+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:08:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:08:21.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:08:30.618+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:08:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:08:41.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:08:50.621+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:09:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:09:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:09:10.656+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:09:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:09:21.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:09:30.622+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:09:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:09:41.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:09:50.651+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:10:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:10:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:10:10.622+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:10:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:10:21.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:10:30.622+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:10:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:10:41.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:10:50.618+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:11:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:11:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:11:10.628+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:11:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:11:21.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:11:30.625+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:11:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:11:41.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:11:50.622+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:12:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:12:01.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:12:10.622+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:12:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:12:21.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:12:30.617+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:12:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:12:41.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:12:50.620+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:13:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:13:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:13:10.639+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:13:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:13:21.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:13:30.628+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:13:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:13:41.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:13:50.618+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:14:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:14:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:14:10.621+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:14:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:14:21.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:14:30.628+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:14:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:14:41.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:14:50.622+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:15:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:15:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:15:10.623+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:15:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:15:21.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:15:30.615+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:15:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:15:41.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:15:50.620+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:16:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:16:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:16:10.623+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:16:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:16:21.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:16:30.617+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:16:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:16:41.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:16:50.615+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:17:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:17:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:17:10.616+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:17:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:17:21.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:17:30.625+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:17:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:17:41.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:17:50.642+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:18:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:18:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:18:10.622+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:18:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:18:21.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:18:30.623+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:18:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:18:41.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:18:50.618+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:19:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:19:01.074+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:19:10.639+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:19:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:19:21.073+00:00|INFO|HttpClient|pool-3-thread-3] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:19:30.617+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-13T02:19:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:19:41.073+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:19:50.625+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-13T02:20:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:20:01.073+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:20:10.632+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-13T02:20:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:20:21.074+00:00|INFO|HttpClient|pool-3-thread-9] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:20:30.617+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-13T02:20:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:20:41.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:20:50.619+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T02:21:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:21:01.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:21:10.624+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T02:21:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:21:21.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:21:30.617+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T02:21:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:21:41.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:21:50.632+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T02:22:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:22:01.074+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:22:10.626+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T02:22:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:22:21.074+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:22:30.622+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T02:22:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:22:41.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:22:50.619+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T02:23:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:23:01.074+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:23:10.620+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T02:23:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:23:21.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:23:30.621+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T02:23:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:23:41.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:23:50.627+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T02:24:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:24:01.074+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:24:10.619+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T02:24:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:24:21.074+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:24:30.633+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:24:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:24:41.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:24:50.616+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:25:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:25:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:25:10.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:25:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:25:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:25:30.648+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:25:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:25:41.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:25:50.621+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:26:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:26:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:26:10.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:26:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:26:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:26:30.633+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:26:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:26:41.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:26:50.621+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:27:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:27:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:27:10.625+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:27:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:27:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:27:30.661+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:27:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:27:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:27:50.620+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:28:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:28:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:28:10.618+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:28:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:28:21.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:28:30.626+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:28:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:28:41.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:28:50.621+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:29:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:29:01.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:29:10.646+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:29:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:29:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:29:30.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:29:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:29:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:29:50.630+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T02:30:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:30:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:30:10.613+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:30:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:30:21.074+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:30:30.613+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:30:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:30:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:30:50.619+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:31:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:31:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:31:10.635+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:31:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:31:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:31:30.616+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:31:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:31:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:31:50.615+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:32:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:32:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:32:10.617+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:32:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:32:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:32:30.655+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:32:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:32:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:32:50.635+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:33:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:33:01.074+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:33:10.620+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:33:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:33:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:33:30.633+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:33:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:33:41.074+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:33:50.620+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:34:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:34:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:34:10.616+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:34:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:34:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:34:30.624+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:34:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:34:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:34:50.615+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:35:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:35:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:35:10.617+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:35:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:35:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:35:30.621+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:35:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:35:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:35:50.614+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:36:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:36:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:36:10.620+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:36:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:36:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:36:30.614+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:36:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:36:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:36:50.616+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:37:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:37:01.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:37:10.618+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:37:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:37:21.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:37:30.619+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:37:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:37:41.074+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:37:50.618+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:38:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:38:01.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:38:10.615+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:38:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:38:21.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:38:30.621+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:38:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:38:41.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:38:50.616+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:39:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:39:01.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:39:10.618+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:39:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:39:21.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:39:30.619+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:39:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:39:41.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:39:50.615+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:40:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:40:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:40:10.617+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:40:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:40:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:40:30.620+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:40:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:40:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:40:50.616+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:41:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:41:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:41:10.616+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:41:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:41:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:41:30.614+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:41:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:41:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:41:50.616+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:42:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:42:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:42:10.619+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:42:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:42:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:42:30.613+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:42:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:42:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:42:50.615+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:43:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:43:01.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:43:10.636+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:43:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:43:21.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:43:30.627+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:43:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:43:41.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:43:50.615+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:44:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:44:01.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:44:10.622+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:44:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:44:21.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:44:30.617+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:44:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:44:41.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:44:50.619+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:45:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:45:01.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:45:10.634+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:45:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:45:21.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:45:30.624+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:45:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:45:41.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:45:50.624+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T02:46:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:46:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:46:10.612+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:46:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:46:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:46:30.632+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:46:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:46:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:46:50.620+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:47:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:47:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:47:10.614+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:47:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:47:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:47:30.617+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:47:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:47:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:47:50.616+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:48:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:48:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:48:10.615+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:48:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:48:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:48:30.614+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:48:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:48:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:48:50.617+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:49:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:49:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:49:10.617+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:49:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:49:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:49:30.617+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:49:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:49:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:49:50.612+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:50:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:50:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:50:10.618+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:50:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:50:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:50:30.619+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:50:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:50:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:50:50.613+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:51:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:51:01.074+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:51:10.615+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:51:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:51:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:51:30.613+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:51:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:51:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:51:50.631+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:52:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:52:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:52:10.624+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:52:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:52:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:52:30.627+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:52:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:52:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:52:50.617+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T02:53:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:53:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:53:10.617+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:53:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:53:21.077+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:53:30.628+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:53:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:53:41.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:53:50.635+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:54:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:54:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:54:10.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:54:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:54:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:54:30.617+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:54:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:54:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:54:50.615+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:55:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:55:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:55:10.623+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:55:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:55:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:55:30.629+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:55:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:55:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:55:50.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:56:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:56:01.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:56:10.617+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:56:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:56:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:56:30.612+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:56:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:56:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:56:50.639+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:57:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:57:01.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:57:10.624+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:57:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:57:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:57:30.644+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:57:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:57:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:57:50.619+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:58:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:58:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:58:10.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:58:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:58:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:58:30.612+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:58:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:58:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:58:50.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:59:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:59:01.075+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:59:10.611+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:59:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:59:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:59:30.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T02:59:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T02:59:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T02:59:50.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:00:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:00:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:00:10.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:00:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:00:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:00:30.624+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:00:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:00:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:00:50.618+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:01:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:01:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:01:10.621+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:01:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:01:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:01:30.621+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:01:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:01:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:01:50.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:02:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:02:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:02:10.612+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:02:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:02:21.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:02:30.619+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:02:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:02:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:02:50.617+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:03:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:03:01.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:03:10.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:03:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:03:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:03:30.626+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:03:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:03:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:03:50.636+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:04:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:04:01.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:04:10.620+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:04:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:04:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:04:30.613+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:04:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:04:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:04:50.612+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:05:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:05:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:05:10.620+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:05:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:05:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:05:30.617+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:05:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:05:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:05:50.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:06:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:06:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:06:10.637+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:06:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:06:21.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:06:30.615+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:06:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:06:41.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:06:50.635+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:07:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:07:01.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:07:10.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:07:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:07:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:07:30.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:07:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:07:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:07:50.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:08:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:08:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:08:10.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:08:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:08:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:08:30.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:08:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:08:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:08:50.612+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:09:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:09:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:09:10.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:09:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:09:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:09:30.609+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:09:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:09:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:09:50.629+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:10:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:10:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:10:10.613+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:10:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:10:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:10:30.621+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:10:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:10:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:10:50.621+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:11:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:11:01.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:11:10.611+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:11:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:11:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:11:30.613+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:11:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:11:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:11:50.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:12:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:12:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:12:10.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:12:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:12:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:12:30.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:12:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:12:41.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:12:50.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:13:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:13:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:13:10.618+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:13:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:13:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:13:30.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:13:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:13:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:13:50.652+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:14:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:14:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:14:10.622+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:14:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:14:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:14:30.612+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:14:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:14:41.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:14:50.625+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:15:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:15:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:15:10.638+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:15:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:15:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:15:30.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:15:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:15:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:15:50.622+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:16:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:16:01.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:16:10.621+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:16:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:16:21.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:16:30.615+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:16:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:16:41.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:16:50.620+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:17:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:17:01.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:17:10.618+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:17:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:17:21.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:17:30.617+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:17:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:17:41.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:17:50.649+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:18:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:18:01.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:18:10.611+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:18:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:18:21.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:18:30.625+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:18:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:18:41.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:18:50.629+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:19:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:19:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:19:10.623+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:19:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:19:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:19:30.624+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:19:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:19:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:19:50.619+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:20:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:20:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:20:10.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:20:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:20:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:20:30.609+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:20:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:20:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:20:50.615+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:21:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:21:01.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:21:10.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:21:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:21:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:21:30.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:21:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:21:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:21:50.630+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:22:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:22:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:22:10.621+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:22:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:22:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:22:30.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:22:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:22:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:22:50.612+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:23:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:23:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:23:10.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:23:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:23:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:23:30.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:23:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:23:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:23:50.620+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:24:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:24:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:24:10.611+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:24:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:24:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:24:30.626+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:24:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:24:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:24:50.610+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:25:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:25:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:25:10.610+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:25:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:25:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:25:30.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:25:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:25:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:25:50.641+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:26:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:26:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:26:10.642+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:26:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:26:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:26:30.617+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:26:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:26:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:26:50.615+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:27:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:27:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:27:10.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:27:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:27:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:27:30.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:27:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:27:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:27:50.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:28:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:28:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:28:10.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:28:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:28:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:28:30.612+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:28:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:28:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:28:50.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:29:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:29:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:29:10.610+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:29:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:29:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:29:30.618+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:29:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:29:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:29:50.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:30:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:30:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:30:10.621+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:30:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:30:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:30:30.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:30:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:30:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:30:50.615+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:31:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:31:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:31:10.611+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:31:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:31:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:31:30.618+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:31:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:31:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:31:50.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:32:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:32:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:32:10.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:32:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:32:21.074+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:32:30.611+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-13T03:32:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:32:41.073+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:32:50.616+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-13T03:33:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:33:01.073+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:33:10.617+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-13T03:33:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:33:21.073+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:33:30.617+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-13T03:33:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:33:41.073+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:33:50.614+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-13T03:34:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:34:01.073+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:34:10.636+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-13T03:34:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:34:21.073+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:34:30.619+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-13T03:34:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:34:41.073+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:34:50.623+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-13T03:35:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:35:01.073+00:00|INFO|HttpClient|pool-3-thread-8] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:35:10.615+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-13T03:35:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:35:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:35:30.617+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:35:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:35:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:35:50.617+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:36:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:36:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:36:10.621+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:36:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:36:21.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:36:30.623+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:36:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:36:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:36:50.615+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:37:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:37:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:37:10.617+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:37:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:37:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:37:30.615+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:37:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:37:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:37:50.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:38:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:38:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:38:10.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:38:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:38:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:38:30.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:38:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:38:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:38:50.615+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T03:39:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:39:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:39:10.612+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:39:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:39:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:39:30.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:39:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:39:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:39:50.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:40:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:40:01.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:40:10.621+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:40:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:40:21.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:40:30.617+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:40:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:40:41.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:40:50.635+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:41:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:41:01.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:41:10.615+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:41:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:41:21.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:41:30.622+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:41:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:41:41.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:41:50.613+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:42:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:42:01.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:42:10.619+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:42:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:42:21.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:42:30.620+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:42:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:42:41.073+00:00|INFO|HttpClient|pool-3-thread-6] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:42:50.615+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-13T03:43:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:43:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:43:10.623+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:43:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:43:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:43:30.653+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:43:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:43:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:43:50.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:44:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:44:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:44:10.612+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:44:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:44:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:44:30.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:44:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:44:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:44:50.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:45:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:45:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:45:10.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:45:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:45:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:45:30.623+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:45:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:45:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:45:50.622+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:46:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:46:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:46:10.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:46:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:46:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:46:30.612+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:46:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:46:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:46:50.630+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:47:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:47:01.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:47:10.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:47:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:47:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:47:30.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:47:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:47:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:47:50.611+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:48:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:48:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:48:10.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:48:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:48:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:48:30.612+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:48:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:48:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:48:50.619+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:49:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:49:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:49:10.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:49:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:49:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:49:30.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:49:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:49:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:49:50.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:50:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:50:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:50:10.619+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:50:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:50:21.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:50:30.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:50:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:50:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:50:50.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:51:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:51:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:51:10.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:51:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:51:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:51:30.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:51:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:51:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:51:50.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:52:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:52:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:52:10.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:52:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:52:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:52:30.626+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:52:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:52:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:52:50.621+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:53:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:53:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:53:10.611+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:53:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:53:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:53:30.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:53:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:53:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:53:50.612+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:54:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:54:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:54:10.623+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:54:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:54:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:54:30.630+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:54:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:54:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:54:50.626+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:55:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:55:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:55:10.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:55:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:55:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:55:30.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:55:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:55:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:55:50.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:56:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:56:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:56:10.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:56:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:56:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:56:30.620+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:56:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:56:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:56:50.618+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:57:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:57:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:57:10.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:57:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:57:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:57:30.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:57:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:57:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:57:50.619+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:58:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:58:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:58:10.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:58:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:58:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:58:30.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:58:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:58:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:58:50.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:59:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:59:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:59:10.610+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:59:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:59:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:59:30.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T03:59:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T03:59:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T03:59:50.625+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:00:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:00:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:00:10.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:00:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:00:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:00:30.612+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:00:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:00:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:00:50.609+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:01:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:01:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:01:10.630+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:01:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:01:21.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:01:30.654+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:01:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:01:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:01:50.620+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:02:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:02:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:02:10.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:02:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:02:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:02:30.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:02:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:02:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:02:50.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:03:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:03:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:03:10.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:03:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:03:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:03:30.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:03:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:03:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:03:50.621+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:04:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:04:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:04:10.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:04:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:04:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:04:30.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:04:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:04:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:04:50.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:05:01.075+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:05:01.075+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:05:10.626+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:05:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:05:21.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:05:30.619+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:05:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:05:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:05:50.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:06:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:06:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:06:10.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:06:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:06:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:06:30.611+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:06:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:06:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:06:50.630+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:07:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:07:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:07:10.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:07:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:07:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:07:30.618+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:07:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:07:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:07:50.609+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:08:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:08:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:08:10.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:08:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:08:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:08:30.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:08:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:08:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:08:50.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:09:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:09:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:09:10.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:09:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:09:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:09:30.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:09:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:09:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:09:50.615+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:10:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:10:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:10:10.665+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:10:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:10:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:10:30.616+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:10:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:10:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:10:50.616+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:11:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:11:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:11:10.616+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:11:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:11:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:11:30.619+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:11:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:11:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:11:50.614+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:12:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:12:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:12:10.615+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:12:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:12:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:12:26.784+00:00|INFO|RequestLog|qtp1052317717-18] 10.233.76.35 - healthcheck [13/Aug/2021:04:12:26 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-13T04:12:30.619+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:12:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:12:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:12:50.616+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:13:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:13:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:13:10.613+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:13:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:13:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:13:30.618+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:13:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:13:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:13:50.624+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:14:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:14:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:14:10.627+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:14:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:14:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:14:30.619+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:14:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:14:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:14:50.620+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:14:51.994+00:00|INFO|RequestLog|qtp1052317717-18] 10.233.76.35 - healthcheck [13/Aug/2021:04:14:51 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-13T04:15:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:15:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:15:10.612+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:15:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:15:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:15:30.610+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:15:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:15:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:15:50.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:16:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:16:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:02.292+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:16:02.300+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:16:02.304+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:16:02.410+00:00|INFO|CambriaSimplerBatchPublisher|pool-4-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-08-13T04:16:02.412+00:00|INFO|HttpClient|pool-4-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:02.458+00:00|INFO|HttpClient|pool-4-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:16:02.458+00:00|INFO|CambriaSimplerBatchPublisher|pool-4-thread-1] cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:16:03.311+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:16:03.311+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:16:03.413+00:00|INFO|CambriaSimplerBatchPublisher|pool-5-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-13T04:16:03.413+00:00|INFO|HttpClient|pool-5-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:03.466+00:00|INFO|HttpClient|pool-5-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:16:03.466+00:00|INFO|CambriaSimplerBatchPublisher|pool-5-thread-1] cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:16:04.314+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:16:04.314+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:16:04.416+00:00|INFO|CambriaSimplerBatchPublisher|pool-6-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:16:04.417+00:00|INFO|HttpClient|pool-6-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:04.464+00:00|INFO|HttpClient|pool-6-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:16:04.464+00:00|INFO|CambriaSimplerBatchPublisher|pool-6-thread-1] cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:16:05.316+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:16:05.317+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:16:05.418+00:00|INFO|CambriaSimplerBatchPublisher|pool-7-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:16:05.419+00:00|INFO|HttpClient|pool-7-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:05.463+00:00|INFO|HttpClient|pool-7-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:16:05.463+00:00|INFO|CambriaSimplerBatchPublisher|pool-7-thread-1] cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:16:06.319+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:16:06.319+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:16:06.421+00:00|INFO|CambriaSimplerBatchPublisher|pool-8-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:16:06.422+00:00|INFO|HttpClient|pool-8-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:06.462+00:00|INFO|HttpClient|pool-8-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:16:06.463+00:00|INFO|CambriaSimplerBatchPublisher|pool-8-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:16:07.321+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:16:07.322+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:16:07.423+00:00|INFO|CambriaSimplerBatchPublisher|pool-9-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:16:07.424+00:00|INFO|HttpClient|pool-9-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:07.466+00:00|INFO|HttpClient|pool-9-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:16:07.466+00:00|INFO|CambriaSimplerBatchPublisher|pool-9-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:16:08.323+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:16:08.324+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:16:08.426+00:00|INFO|CambriaSimplerBatchPublisher|pool-10-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:16:08.426+00:00|INFO|HttpClient|pool-10-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:08.475+00:00|INFO|HttpClient|pool-10-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:16:08.475+00:00|INFO|CambriaSimplerBatchPublisher|pool-10-thread-1] cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:16:09.328+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-08-13T04:16:10.517+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-08-13T04:16:10.518+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:16:10.620+00:00|INFO|CambriaSimplerBatchPublisher|pool-11-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:16:10.621+00:00|INFO|HttpClient|pool-11-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:10.659+00:00|INFO|HttpClient|pool-11-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:16:10.659+00:00|INFO|CambriaSimplerBatchPublisher|pool-11-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:16:11.524+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-08-13T04:16:11.524+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:16:11.626+00:00|INFO|CambriaSimplerBatchPublisher|pool-12-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-13T04:16:11.626+00:00|INFO|HttpClient|pool-12-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:11.664+00:00|INFO|HttpClient|pool-12-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:16:11.664+00:00|INFO|CambriaSimplerBatchPublisher|pool-12-thread-1] cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} [2021-08-13T04:16:12.527+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-08-13T04:16:12.528+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:16:12.629+00:00|INFO|CambriaSimplerBatchPublisher|pool-13-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:16:12.630+00:00|INFO|HttpClient|pool-13-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:12.662+00:00|INFO|HttpClient|pool-13-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:16:12.662+00:00|INFO|CambriaSimplerBatchPublisher|pool-13-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:16:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:16:21.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:29.352+00:00|INFO|RequestLog|qtp1052317717-19] 10.233.76.35 - healthcheck [13/Aug/2021:04:16:29 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-13T04:16:30.621+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:16:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:16:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:16:50.622+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:16:53.637+00:00|INFO|RequestLog|qtp1052317717-21] 10.233.76.35 - healthcheck [13/Aug/2021:04:16:53 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-13T04:17:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:17:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:10.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:17:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:17:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:22.416+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:17:22.420+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:17:22.421+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:17:22.523+00:00|INFO|CambriaSimplerBatchPublisher|pool-14-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:17:22.523+00:00|INFO|HttpClient|pool-14-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:22.563+00:00|INFO|HttpClient|pool-14-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:17:22.564+00:00|INFO|CambriaSimplerBatchPublisher|pool-14-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:17:23.423+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:17:23.424+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:17:23.525+00:00|INFO|CambriaSimplerBatchPublisher|pool-15-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:17:23.526+00:00|INFO|HttpClient|pool-15-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:23.575+00:00|INFO|HttpClient|pool-15-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:17:23.575+00:00|INFO|CambriaSimplerBatchPublisher|pool-15-thread-1] cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:17:24.425+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:17:24.427+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:17:24.528+00:00|INFO|CambriaSimplerBatchPublisher|pool-16-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:17:24.529+00:00|INFO|HttpClient|pool-16-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:24.565+00:00|INFO|HttpClient|pool-16-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:17:24.565+00:00|INFO|CambriaSimplerBatchPublisher|pool-16-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:17:25.428+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:17:25.429+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:17:25.531+00:00|INFO|CambriaSimplerBatchPublisher|pool-17-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-13T04:17:25.531+00:00|INFO|HttpClient|pool-17-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:25.572+00:00|INFO|HttpClient|pool-17-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:17:25.572+00:00|INFO|CambriaSimplerBatchPublisher|pool-17-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:17:26.431+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:17:26.431+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:17:26.533+00:00|INFO|CambriaSimplerBatchPublisher|pool-18-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:17:26.533+00:00|INFO|HttpClient|pool-18-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:26.567+00:00|INFO|HttpClient|pool-18-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:17:26.567+00:00|INFO|CambriaSimplerBatchPublisher|pool-18-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:17:27.433+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:17:27.434+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:17:27.535+00:00|INFO|CambriaSimplerBatchPublisher|pool-19-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:17:27.536+00:00|INFO|HttpClient|pool-19-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:27.569+00:00|INFO|HttpClient|pool-19-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:17:27.569+00:00|INFO|CambriaSimplerBatchPublisher|pool-19-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:17:28.435+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:17:28.436+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:17:28.538+00:00|INFO|CambriaSimplerBatchPublisher|pool-20-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:17:28.539+00:00|INFO|HttpClient|pool-20-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:28.582+00:00|INFO|HttpClient|pool-20-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:17:28.583+00:00|INFO|CambriaSimplerBatchPublisher|pool-20-thread-1] cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} [2021-08-13T04:17:29.439+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-08-13T04:17:31.005+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-08-13T04:17:31.006+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:17:31.107+00:00|INFO|CambriaSimplerBatchPublisher|pool-21-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:17:31.108+00:00|INFO|HttpClient|pool-21-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:31.161+00:00|INFO|HttpClient|pool-21-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:17:31.161+00:00|INFO|CambriaSimplerBatchPublisher|pool-21-thread-1] cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:17:32.009+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-08-13T04:17:32.009+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:17:32.110+00:00|INFO|CambriaSimplerBatchPublisher|pool-22-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:17:32.111+00:00|INFO|HttpClient|pool-22-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:32.148+00:00|INFO|HttpClient|pool-22-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:17:32.148+00:00|INFO|CambriaSimplerBatchPublisher|pool-22-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:17:33.011+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-08-13T04:17:33.011+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:17:33.113+00:00|INFO|CambriaSimplerBatchPublisher|pool-23-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-13T04:17:33.113+00:00|INFO|HttpClient|pool-23-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:33.148+00:00|INFO|HttpClient|pool-23-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:17:33.148+00:00|INFO|CambriaSimplerBatchPublisher|pool-23-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:17:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:17:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:17:50.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:18:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:18:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:18:10.625+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:18:12.718+00:00|INFO|RequestLog|qtp1052317717-16] 10.233.76.35 - healthcheck [13/Aug/2021:04:18:12 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-13T04:18:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:18:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:18:30.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:18:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:18:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:18:50.618+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:19:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:19:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:19:10.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:19:21.074+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:19:21.075+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:19:25.335+00:00|INFO|RequestLog|qtp1052317717-23] 10.233.76.35 - healthcheck [13/Aug/2021:04:19:25 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-13T04:19:30.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:19:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:19:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:19:50.630+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:20:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:20:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:20:10.624+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:20:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:20:21.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:20:30.618+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:20:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:20:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:20:50.619+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:21:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:21:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:21:09.409+00:00|INFO|RequestLog|qtp1052317717-20] 10.233.76.35 - healthcheck [13/Aug/2021:04:21:09 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-13T04:21:10.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:21:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:21:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:21:30.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:21:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:21:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:21:50.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:22:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:22:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:22:10.612+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:22:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:22:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:22:29.423+00:00|INFO|RequestLog|qtp1052317717-20] 10.233.76.35 - healthcheck [13/Aug/2021:04:22:29 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-13T04:22:30.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:22:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:22:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:22:50.621+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:23:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:23:01.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:23:10.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:23:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:23:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:23:30.621+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:23:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:23:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:23:50.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:24:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:24:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:24:10.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:24:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:24:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:24:30.612+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:24:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:24:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:24:50.618+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:25:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:25:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:25:10.622+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:25:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:25:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:25:30.620+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:25:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:25:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:25:50.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:26:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:26:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:26:10.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:26:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:26:21.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:26:30.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:26:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:26:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:26:50.613+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:27:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:27:01.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:01.696+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:27:01.700+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:27:01.701+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:01.803+00:00|INFO|CambriaSimplerBatchPublisher|pool-24-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:01.803+00:00|INFO|HttpClient|pool-24-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:01.846+00:00|INFO|HttpClient|pool-24-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:01.846+00:00|INFO|CambriaSimplerBatchPublisher|pool-24-thread-1] cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:02.703+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:27:02.704+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:02.805+00:00|INFO|CambriaSimplerBatchPublisher|pool-25-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:02.806+00:00|INFO|HttpClient|pool-25-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:02.841+00:00|INFO|HttpClient|pool-25-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:02.841+00:00|INFO|CambriaSimplerBatchPublisher|pool-25-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:03.706+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-08-13T04:27:04.609+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-08-13T04:27:04.609+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:04.711+00:00|INFO|CambriaSimplerBatchPublisher|pool-26-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:04.712+00:00|INFO|HttpClient|pool-26-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:04.757+00:00|INFO|HttpClient|pool-26-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:04.757+00:00|INFO|CambriaSimplerBatchPublisher|pool-26-thread-1] cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:05.612+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-08-13T04:27:05.612+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:05.714+00:00|INFO|CambriaSimplerBatchPublisher|pool-27-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:05.714+00:00|INFO|HttpClient|pool-27-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:05.751+00:00|INFO|HttpClient|pool-27-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:05.752+00:00|INFO|CambriaSimplerBatchPublisher|pool-27-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:06.614+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-08-13T04:27:06.615+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:06.716+00:00|INFO|CambriaSimplerBatchPublisher|pool-28-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:06.717+00:00|INFO|HttpClient|pool-28-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:06.766+00:00|INFO|HttpClient|pool-28-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:06.767+00:00|INFO|CambriaSimplerBatchPublisher|pool-28-thread-1] cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:27:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:30.619+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:27:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:27:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:42.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:27:42.618+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:27:42.618+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:42.720+00:00|INFO|CambriaSimplerBatchPublisher|pool-29-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-13T04:27:42.720+00:00|INFO|HttpClient|pool-29-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:42.761+00:00|INFO|HttpClient|pool-29-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:42.761+00:00|INFO|CambriaSimplerBatchPublisher|pool-29-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:43.620+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:27:43.620+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:43.722+00:00|INFO|CambriaSimplerBatchPublisher|pool-30-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:43.723+00:00|INFO|HttpClient|pool-30-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:43.771+00:00|INFO|HttpClient|pool-30-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:43.771+00:00|INFO|CambriaSimplerBatchPublisher|pool-30-thread-1] cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:44.622+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:27:44.623+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:44.724+00:00|INFO|CambriaSimplerBatchPublisher|pool-31-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:44.725+00:00|INFO|HttpClient|pool-31-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:44.763+00:00|INFO|HttpClient|pool-31-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:44.763+00:00|INFO|CambriaSimplerBatchPublisher|pool-31-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:45.625+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:27:45.625+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:45.727+00:00|INFO|CambriaSimplerBatchPublisher|pool-32-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:45.728+00:00|INFO|HttpClient|pool-32-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:45.770+00:00|INFO|HttpClient|pool-32-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:45.771+00:00|INFO|CambriaSimplerBatchPublisher|pool-32-thread-1] cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:46.627+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:27:46.628+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:46.729+00:00|INFO|CambriaSimplerBatchPublisher|pool-33-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:46.730+00:00|INFO|HttpClient|pool-33-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:46.766+00:00|INFO|HttpClient|pool-33-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:46.767+00:00|INFO|CambriaSimplerBatchPublisher|pool-33-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:47.629+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:27:47.630+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:47.733+00:00|INFO|CambriaSimplerBatchPublisher|pool-34-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:47.733+00:00|INFO|HttpClient|pool-34-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:47.767+00:00|INFO|HttpClient|pool-34-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:47.768+00:00|INFO|CambriaSimplerBatchPublisher|pool-34-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:48.632+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:27:48.633+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:48.734+00:00|INFO|CambriaSimplerBatchPublisher|pool-35-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:48.735+00:00|INFO|HttpClient|pool-35-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:48.775+00:00|INFO|HttpClient|pool-35-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:48.775+00:00|INFO|CambriaSimplerBatchPublisher|pool-35-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:49.634+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:27:49.635+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:49.736+00:00|INFO|CambriaSimplerBatchPublisher|pool-36-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:49.737+00:00|INFO|HttpClient|pool-36-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:49.769+00:00|INFO|HttpClient|pool-36-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:49.769+00:00|INFO|CambriaSimplerBatchPublisher|pool-36-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:50.637+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-08-13T04:27:51.916+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-08-13T04:27:51.916+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:52.018+00:00|INFO|CambriaSimplerBatchPublisher|pool-37-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:52.018+00:00|INFO|HttpClient|pool-37-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:52.061+00:00|INFO|HttpClient|pool-37-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:52.061+00:00|INFO|CambriaSimplerBatchPublisher|pool-37-thread-1] cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:52.920+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-08-13T04:27:52.920+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:53.021+00:00|INFO|CambriaSimplerBatchPublisher|pool-38-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:53.022+00:00|INFO|HttpClient|pool-38-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:53.069+00:00|INFO|HttpClient|pool-38-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:53.069+00:00|INFO|CambriaSimplerBatchPublisher|pool-38-thread-1] cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:27:53.922+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-08-13T04:27:53.922+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:27:54.024+00:00|INFO|CambriaSimplerBatchPublisher|pool-39-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:27:54.024+00:00|INFO|HttpClient|pool-39-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:27:54.059+00:00|INFO|HttpClient|pool-39-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:27:54.059+00:00|INFO|CambriaSimplerBatchPublisher|pool-39-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:28:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:28:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:28:10.623+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:28:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:28:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:28:30.611+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:28:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:28:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:28:50.612+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:29:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:29:01.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:29:10.615+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:29:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:29:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:29:30.618+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:29:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:29:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:29:50.614+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:30:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:30:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:30:10.625+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:30:21.074+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:30:21.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:30:30.621+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:30:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:30:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:30:50.616+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:31:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:31:01.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:10.633+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:31:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:31:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:30.628+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:31:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:31:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:41.696+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:31:41.698+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:31:41.698+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:31:41.800+00:00|INFO|CambriaSimplerBatchPublisher|pool-40-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:31:41.801+00:00|INFO|HttpClient|pool-40-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:41.846+00:00|INFO|HttpClient|pool-40-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:31:41.846+00:00|INFO|CambriaSimplerBatchPublisher|pool-40-thread-1] cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:31:42.700+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:31:42.701+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:31:42.803+00:00|INFO|CambriaSimplerBatchPublisher|pool-41-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:31:42.803+00:00|INFO|HttpClient|pool-41-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:42.848+00:00|INFO|HttpClient|pool-41-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:31:42.848+00:00|INFO|CambriaSimplerBatchPublisher|pool-41-thread-1] cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:31:43.703+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:31:43.703+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:31:43.805+00:00|INFO|CambriaSimplerBatchPublisher|pool-42-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:31:43.805+00:00|INFO|HttpClient|pool-42-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:43.848+00:00|INFO|HttpClient|pool-42-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:31:43.848+00:00|INFO|CambriaSimplerBatchPublisher|pool-42-thread-1] cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} [2021-08-13T04:31:44.705+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:31:44.706+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:31:44.807+00:00|INFO|CambriaSimplerBatchPublisher|pool-43-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:31:44.808+00:00|INFO|HttpClient|pool-43-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:44.845+00:00|INFO|HttpClient|pool-43-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:31:44.845+00:00|INFO|CambriaSimplerBatchPublisher|pool-43-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:31:45.707+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:31:45.708+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:31:45.815+00:00|INFO|CambriaSimplerBatchPublisher|pool-44-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms [2021-08-13T04:31:45.816+00:00|INFO|HttpClient|pool-44-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:45.856+00:00|INFO|HttpClient|pool-44-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:31:45.856+00:00|INFO|CambriaSimplerBatchPublisher|pool-44-thread-1] cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} [2021-08-13T04:31:46.710+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:31:46.711+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:31:46.812+00:00|INFO|CambriaSimplerBatchPublisher|pool-45-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:31:46.813+00:00|INFO|HttpClient|pool-45-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:46.849+00:00|INFO|HttpClient|pool-45-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:31:46.849+00:00|INFO|CambriaSimplerBatchPublisher|pool-45-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:31:47.712+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:31:47.713+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:31:47.815+00:00|INFO|CambriaSimplerBatchPublisher|pool-46-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:31:47.816+00:00|INFO|HttpClient|pool-46-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:47.854+00:00|INFO|HttpClient|pool-46-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:31:47.854+00:00|INFO|CambriaSimplerBatchPublisher|pool-46-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:31:48.716+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-08-13T04:31:50.904+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-08-13T04:31:50.905+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:31:51.006+00:00|INFO|CambriaSimplerBatchPublisher|pool-47-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:31:51.007+00:00|INFO|HttpClient|pool-47-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:51.045+00:00|INFO|HttpClient|pool-47-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:31:51.045+00:00|INFO|CambriaSimplerBatchPublisher|pool-47-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:31:51.907+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-08-13T04:31:51.908+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:31:52.009+00:00|INFO|CambriaSimplerBatchPublisher|pool-48-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:31:52.010+00:00|INFO|HttpClient|pool-48-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:52.054+00:00|INFO|HttpClient|pool-48-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:31:52.054+00:00|INFO|CambriaSimplerBatchPublisher|pool-48-thread-1] cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:31:52.910+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-08-13T04:31:52.910+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:31:53.011+00:00|INFO|CambriaSimplerBatchPublisher|pool-49-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:31:53.012+00:00|INFO|HttpClient|pool-49-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:31:53.049+00:00|INFO|HttpClient|pool-49-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:31:53.049+00:00|INFO|CambriaSimplerBatchPublisher|pool-49-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:32:01.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:01.693+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:32:01.696+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:01.696+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:01.798+00:00|INFO|CambriaSimplerBatchPublisher|pool-50-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-13T04:32:01.798+00:00|INFO|HttpClient|pool-50-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:01.847+00:00|INFO|HttpClient|pool-50-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:01.847+00:00|INFO|CambriaSimplerBatchPublisher|pool-50-thread-1] cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:02.698+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:02.699+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:02.800+00:00|INFO|CambriaSimplerBatchPublisher|pool-51-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:02.801+00:00|INFO|HttpClient|pool-51-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:02.838+00:00|INFO|HttpClient|pool-51-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:02.838+00:00|INFO|CambriaSimplerBatchPublisher|pool-51-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:03.700+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:03.701+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:03.803+00:00|INFO|CambriaSimplerBatchPublisher|pool-52-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:03.804+00:00|INFO|HttpClient|pool-52-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:03.839+00:00|INFO|HttpClient|pool-52-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:03.840+00:00|INFO|CambriaSimplerBatchPublisher|pool-52-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:04.703+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:04.704+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:04.806+00:00|INFO|CambriaSimplerBatchPublisher|pool-53-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:04.806+00:00|INFO|HttpClient|pool-53-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:04.846+00:00|INFO|HttpClient|pool-53-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:04.846+00:00|INFO|CambriaSimplerBatchPublisher|pool-53-thread-1] cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} [2021-08-13T04:32:05.706+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:05.707+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:05.809+00:00|INFO|CambriaSimplerBatchPublisher|pool-54-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-13T04:32:05.809+00:00|INFO|HttpClient|pool-54-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:05.848+00:00|INFO|HttpClient|pool-54-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:05.848+00:00|INFO|CambriaSimplerBatchPublisher|pool-54-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:06.709+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:06.709+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:06.811+00:00|INFO|CambriaSimplerBatchPublisher|pool-55-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:06.811+00:00|INFO|HttpClient|pool-55-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:06.848+00:00|INFO|HttpClient|pool-55-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:06.849+00:00|INFO|CambriaSimplerBatchPublisher|pool-55-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:07.711+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:07.712+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:07.813+00:00|INFO|CambriaSimplerBatchPublisher|pool-56-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:07.813+00:00|INFO|HttpClient|pool-56-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:07.846+00:00|INFO|HttpClient|pool-56-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:07.846+00:00|INFO|CambriaSimplerBatchPublisher|pool-56-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:08.713+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:08.714+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:08.816+00:00|INFO|CambriaSimplerBatchPublisher|pool-57-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:08.816+00:00|INFO|HttpClient|pool-57-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:08.851+00:00|INFO|HttpClient|pool-57-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:08.851+00:00|INFO|CambriaSimplerBatchPublisher|pool-57-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:09.716+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-08-13T04:32:12.110+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-08-13T04:32:12.110+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:12.212+00:00|INFO|CambriaSimplerBatchPublisher|pool-58-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:12.212+00:00|INFO|HttpClient|pool-58-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:12.250+00:00|INFO|HttpClient|pool-58-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:12.250+00:00|INFO|CambriaSimplerBatchPublisher|pool-58-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:13.114+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-08-13T04:32:13.114+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:13.216+00:00|INFO|CambriaSimplerBatchPublisher|pool-59-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:13.216+00:00|INFO|HttpClient|pool-59-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:13.246+00:00|INFO|HttpClient|pool-59-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:13.246+00:00|INFO|CambriaSimplerBatchPublisher|pool-59-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:14.116+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-08-13T04:32:14.116+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:14.218+00:00|INFO|CambriaSimplerBatchPublisher|pool-60-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:14.218+00:00|INFO|HttpClient|pool-60-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:14.257+00:00|INFO|HttpClient|pool-60-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:14.257+00:00|INFO|CambriaSimplerBatchPublisher|pool-60-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:32:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:21.693+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:32:21.694+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:21.695+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:21.796+00:00|INFO|CambriaSimplerBatchPublisher|pool-61-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:21.797+00:00|INFO|HttpClient|pool-61-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:21.840+00:00|INFO|HttpClient|pool-61-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:21.841+00:00|INFO|CambriaSimplerBatchPublisher|pool-61-thread-1] cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:22.696+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:22.697+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:22.798+00:00|INFO|CambriaSimplerBatchPublisher|pool-62-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:22.799+00:00|INFO|HttpClient|pool-62-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:22.848+00:00|INFO|HttpClient|pool-62-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:22.848+00:00|INFO|CambriaSimplerBatchPublisher|pool-62-thread-1] cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:23.698+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:23.699+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:23.800+00:00|INFO|CambriaSimplerBatchPublisher|pool-63-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:23.801+00:00|INFO|HttpClient|pool-63-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:23.841+00:00|INFO|HttpClient|pool-63-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:23.841+00:00|INFO|CambriaSimplerBatchPublisher|pool-63-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:24.700+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:24.701+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:24.803+00:00|INFO|CambriaSimplerBatchPublisher|pool-64-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-13T04:32:24.803+00:00|INFO|HttpClient|pool-64-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:24.838+00:00|INFO|HttpClient|pool-64-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:24.838+00:00|INFO|CambriaSimplerBatchPublisher|pool-64-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:25.703+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:25.704+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:25.806+00:00|INFO|CambriaSimplerBatchPublisher|pool-65-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:25.807+00:00|INFO|HttpClient|pool-65-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:25.847+00:00|INFO|HttpClient|pool-65-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:25.848+00:00|INFO|CambriaSimplerBatchPublisher|pool-65-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:26.706+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:26.707+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:26.808+00:00|INFO|CambriaSimplerBatchPublisher|pool-66-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:26.809+00:00|INFO|HttpClient|pool-66-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:26.863+00:00|INFO|HttpClient|pool-66-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:26.863+00:00|INFO|CambriaSimplerBatchPublisher|pool-66-thread-1] cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:27.708+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:27.709+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:27.810+00:00|INFO|CambriaSimplerBatchPublisher|pool-67-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:27.811+00:00|INFO|HttpClient|pool-67-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:27.849+00:00|INFO|HttpClient|pool-67-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:27.849+00:00|INFO|CambriaSimplerBatchPublisher|pool-67-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:28.711+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:32:28.711+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:28.813+00:00|INFO|CambriaSimplerBatchPublisher|pool-68-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:28.814+00:00|INFO|HttpClient|pool-68-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:28.845+00:00|INFO|HttpClient|pool-68-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:28.846+00:00|INFO|CambriaSimplerBatchPublisher|pool-68-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:29.714+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-08-13T04:32:31.309+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-08-13T04:32:31.309+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:31.411+00:00|INFO|CambriaSimplerBatchPublisher|pool-69-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:31.412+00:00|INFO|HttpClient|pool-69-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:31.463+00:00|INFO|HttpClient|pool-69-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:31.463+00:00|INFO|CambriaSimplerBatchPublisher|pool-69-thread-1] cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:32.312+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-08-13T04:32:32.312+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:32.414+00:00|INFO|CambriaSimplerBatchPublisher|pool-70-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:32.414+00:00|INFO|HttpClient|pool-70-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:32.444+00:00|INFO|HttpClient|pool-70-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:32.444+00:00|INFO|CambriaSimplerBatchPublisher|pool-70-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:33.314+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-08-13T04:32:33.315+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:32:33.417+00:00|INFO|CambriaSimplerBatchPublisher|pool-71-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:32:33.417+00:00|INFO|HttpClient|pool-71-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:33.457+00:00|INFO|HttpClient|pool-71-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:32:33.457+00:00|INFO|CambriaSimplerBatchPublisher|pool-71-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:32:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:32:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:32:50.611+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:33:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:33:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:33:10.627+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:33:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:33:21.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:33:30.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:33:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:33:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:33:50.621+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:34:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:34:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:34:10.621+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:34:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:34:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:34:30.617+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:34:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:34:41.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:34:50.618+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:35:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:35:01.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:10.651+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:35:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:35:21.073+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:30.627+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:35:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:35:41.074+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:41.692+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-13T04:35:41.695+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:35:41.695+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:35:41.797+00:00|INFO|CambriaSimplerBatchPublisher|pool-72-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-13T04:35:41.797+00:00|INFO|HttpClient|pool-72-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:41.845+00:00|INFO|HttpClient|pool-72-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:35:41.845+00:00|INFO|CambriaSimplerBatchPublisher|pool-72-thread-1] cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} [2021-08-13T04:35:42.697+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:35:42.697+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:35:42.799+00:00|INFO|CambriaSimplerBatchPublisher|pool-73-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:35:42.799+00:00|INFO|HttpClient|pool-73-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:42.836+00:00|INFO|HttpClient|pool-73-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:35:42.836+00:00|INFO|CambriaSimplerBatchPublisher|pool-73-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:35:43.699+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:35:43.700+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:35:43.801+00:00|INFO|CambriaSimplerBatchPublisher|pool-74-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:35:43.802+00:00|INFO|HttpClient|pool-74-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:43.833+00:00|INFO|HttpClient|pool-74-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:35:43.833+00:00|INFO|CambriaSimplerBatchPublisher|pool-74-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:35:44.701+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:35:44.702+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:35:44.804+00:00|INFO|CambriaSimplerBatchPublisher|pool-75-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:35:44.804+00:00|INFO|HttpClient|pool-75-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:44.847+00:00|INFO|HttpClient|pool-75-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:35:44.848+00:00|INFO|CambriaSimplerBatchPublisher|pool-75-thread-1] cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:35:45.704+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:35:45.705+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:35:45.806+00:00|INFO|CambriaSimplerBatchPublisher|pool-76-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:35:45.807+00:00|INFO|HttpClient|pool-76-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:45.838+00:00|INFO|HttpClient|pool-76-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:35:45.838+00:00|INFO|CambriaSimplerBatchPublisher|pool-76-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:35:46.707+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:35:46.707+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:35:46.809+00:00|INFO|CambriaSimplerBatchPublisher|pool-77-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:35:46.810+00:00|INFO|HttpClient|pool-77-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:46.843+00:00|INFO|HttpClient|pool-77-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:35:46.843+00:00|INFO|CambriaSimplerBatchPublisher|pool-77-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:35:47.709+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:35:47.710+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:35:47.812+00:00|INFO|CambriaSimplerBatchPublisher|pool-78-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:35:47.812+00:00|INFO|HttpClient|pool-78-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:47.843+00:00|INFO|HttpClient|pool-78-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:35:47.844+00:00|INFO|CambriaSimplerBatchPublisher|pool-78-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:35:48.712+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:35:48.713+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:35:48.815+00:00|INFO|CambriaSimplerBatchPublisher|pool-79-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-13T04:35:48.815+00:00|INFO|HttpClient|pool-79-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:48.863+00:00|INFO|HttpClient|pool-79-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:35:48.864+00:00|INFO|CambriaSimplerBatchPublisher|pool-79-thread-1] cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:35:49.715+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-13T04:35:49.715+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:35:49.817+00:00|INFO|CambriaSimplerBatchPublisher|pool-80-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:35:49.818+00:00|INFO|HttpClient|pool-80-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:49.848+00:00|INFO|HttpClient|pool-80-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:35:49.848+00:00|INFO|CambriaSimplerBatchPublisher|pool-80-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:35:50.718+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-08-13T04:35:51.834+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-08-13T04:35:51.834+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:35:51.937+00:00|INFO|CambriaSimplerBatchPublisher|pool-81-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-13T04:35:51.937+00:00|INFO|HttpClient|pool-81-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:51.973+00:00|INFO|HttpClient|pool-81-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:35:51.974+00:00|INFO|CambriaSimplerBatchPublisher|pool-81-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:35:52.837+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-08-13T04:35:52.837+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:35:52.939+00:00|INFO|CambriaSimplerBatchPublisher|pool-82-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:35:52.940+00:00|INFO|HttpClient|pool-82-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:52.985+00:00|INFO|HttpClient|pool-82-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:35:52.985+00:00|INFO|CambriaSimplerBatchPublisher|pool-82-thread-1] cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:35:53.840+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-08-13T04:35:53.840+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-13T04:35:53.942+00:00|INFO|CambriaSimplerBatchPublisher|pool-83-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:35:53.942+00:00|INFO|HttpClient|pool-83-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:35:53.975+00:00|INFO|HttpClient|pool-83-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:35:53.975+00:00|INFO|CambriaSimplerBatchPublisher|pool-83-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:36:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:36:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:36:10.625+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:36:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:36:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:36:30.619+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:36:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:36:41.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:36:50.616+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:37:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:37:01.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:37:10.614+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:37:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:37:21.073+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:37:30.623+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:37:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:37:41.074+00:00|INFO|HttpClient|pool-3-thread-1] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:37:50.613+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:38:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:38:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:38:10.623+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T04:38:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:38:21.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:38:30.618+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T04:38:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:38:41.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:38:50.614+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T04:39:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:39:01.073+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:11.029+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-13T04:39:11.031+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-08-13T04:39:11.031+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-08-13T04:39:11.133+00:00|INFO|CambriaSimplerBatchPublisher|pool-84-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:39:11.133+00:00|INFO|HttpClient|pool-84-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:11.169+00:00|INFO|HttpClient|pool-84-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:39:11.169+00:00|INFO|CambriaSimplerBatchPublisher|pool-84-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:39:12.033+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-08-13T04:39:12.034+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-08-13T04:39:12.135+00:00|INFO|CambriaSimplerBatchPublisher|pool-85-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:39:12.136+00:00|INFO|HttpClient|pool-85-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:12.167+00:00|INFO|HttpClient|pool-85-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:39:12.167+00:00|INFO|CambriaSimplerBatchPublisher|pool-85-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:39:13.035+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-08-13T04:39:13.035+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-08-13T04:39:13.137+00:00|INFO|CambriaSimplerBatchPublisher|pool-86-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:39:13.138+00:00|INFO|HttpClient|pool-86-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:13.168+00:00|INFO|HttpClient|pool-86-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:39:13.168+00:00|INFO|CambriaSimplerBatchPublisher|pool-86-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:39:14.037+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-08-13T04:39:14.038+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-08-13T04:39:14.140+00:00|INFO|CambriaSimplerBatchPublisher|pool-87-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-13T04:39:14.140+00:00|INFO|HttpClient|pool-87-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:14.172+00:00|INFO|HttpClient|pool-87-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:39:14.172+00:00|INFO|CambriaSimplerBatchPublisher|pool-87-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:39:15.040+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-08-13T04:39:15.040+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-08-13T04:39:15.142+00:00|INFO|CambriaSimplerBatchPublisher|pool-88-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:39:15.143+00:00|INFO|HttpClient|pool-88-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:15.189+00:00|INFO|HttpClient|pool-88-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:39:15.189+00:00|INFO|CambriaSimplerBatchPublisher|pool-88-thread-1] cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} [2021-08-13T04:39:16.047+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-08-13T04:39:16.047+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-08-13T04:39:16.152+00:00|INFO|CambriaSimplerBatchPublisher|pool-89-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:39:16.153+00:00|INFO|HttpClient|pool-89-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:16.202+00:00|INFO|HttpClient|pool-89-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:39:16.202+00:00|INFO|CambriaSimplerBatchPublisher|pool-89-thread-1] cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:39:17.052+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-08-13T04:39:17.053+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-08-13T04:39:17.154+00:00|INFO|CambriaSimplerBatchPublisher|pool-90-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:39:17.155+00:00|INFO|HttpClient|pool-90-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:17.188+00:00|INFO|HttpClient|pool-90-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:39:17.188+00:00|INFO|CambriaSimplerBatchPublisher|pool-90-thread-1] cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} [2021-08-13T04:39:18.054+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-08-13T04:39:18.055+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-08-13T04:39:18.156+00:00|INFO|CambriaSimplerBatchPublisher|pool-91-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:39:18.157+00:00|INFO|HttpClient|pool-91-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:18.190+00:00|INFO|HttpClient|pool-91-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:39:18.191+00:00|INFO|CambriaSimplerBatchPublisher|pool-91-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:39:19.056+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendNotificationStatus [2021-08-13T04:39:19.057+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-08-13T04:39:19.158+00:00|INFO|CambriaSimplerBatchPublisher|pool-92-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:39:19.159+00:00|INFO|HttpClient|pool-92-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:19.192+00:00|INFO|HttpClient|pool-92-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:39:19.193+00:00|INFO|CambriaSimplerBatchPublisher|pool-92-thread-1] cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} [2021-08-13T04:39:20.059+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - download [2021-08-13T04:39:20.896+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDownloadStatus [2021-08-13T04:39:20.896+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-08-13T04:39:20.998+00:00|INFO|CambriaSimplerBatchPublisher|pool-93-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:39:20.998+00:00|INFO|HttpClient|pool-93-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:21.032+00:00|INFO|HttpClient|pool-93-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:39:21.032+00:00|INFO|CambriaSimplerBatchPublisher|pool-93-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:39:21.899+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendDeploymentStatus [2021-08-13T04:39:21.899+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-08-13T04:39:22.001+00:00|INFO|CambriaSimplerBatchPublisher|pool-94-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:39:22.002+00:00|INFO|HttpClient|pool-94-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:22.040+00:00|INFO|HttpClient|pool-94-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:39:22.040+00:00|INFO|CambriaSimplerBatchPublisher|pool-94-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-08-13T04:39:22.902+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendComponentDone status [2021-08-13T04:39:22.902+00:00|INFO|DistributionClientImpl|pool-3-thread-10] DistributionClient - sendStatus [2021-08-13T04:39:23.003+00:00|INFO|CambriaSimplerBatchPublisher|pool-95-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-13T04:39:23.004+00:00|INFO|HttpClient|pool-95-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:23.039+00:00|INFO|HttpClient|pool-95-thread-1] --> HTTP/1.1 200 OK [2021-08-13T04:39:23.040+00:00|INFO|CambriaSimplerBatchPublisher|pool-95-thread-1] cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} [2021-08-13T04:39:23.904+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:39:23.904+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:33.451+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T04:39:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:39:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:39:50.623+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:40:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:40:01.074+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:40:10.617+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:40:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:40:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:40:30.615+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:40:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:40:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:40:50.618+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:41:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:41:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:41:10.612+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:41:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:41:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:41:30.619+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:41:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:41:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:41:50.625+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:42:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:42:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:42:10.622+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:42:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:42:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:42:30.622+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:42:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:42:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:42:50.613+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:43:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:43:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:43:10.612+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:43:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:43:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:43:30.617+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:43:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:43:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:43:50.614+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:44:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:44:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:44:10.681+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:44:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:44:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:44:30.613+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:44:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:44:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:44:50.616+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:45:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:45:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:45:10.610+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:45:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:45:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:45:30.613+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:45:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:45:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:45:50.612+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:46:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:46:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:46:10.610+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:46:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:46:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:46:30.614+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:46:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:46:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:46:50.615+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:47:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:47:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:47:10.613+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:47:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:47:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:47:30.619+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:47:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:47:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:47:50.611+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:48:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:48:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:48:10.615+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:48:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:48:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:48:30.612+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:48:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:48:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:48:50.616+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:49:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:49:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:49:10.606+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:49:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:49:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:49:30.616+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:49:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:49:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:49:50.613+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:50:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:50:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:50:10.614+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:50:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:50:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:50:30.611+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:50:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:50:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:50:50.632+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:51:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:51:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:51:10.612+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:51:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:51:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:51:30.616+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:51:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:51:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:51:50.613+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:52:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:52:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:52:10.615+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:52:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:52:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:52:30.610+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:52:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:52:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:52:50.644+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:53:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:53:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:53:10.610+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:53:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:53:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:53:30.615+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:53:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:53:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:53:50.626+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:54:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:54:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:54:10.620+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:54:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:54:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:54:30.614+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:54:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:54:41.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:54:50.612+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T04:55:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:55:01.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:55:10.611+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T04:55:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:55:21.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:55:30.617+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T04:55:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:55:41.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:55:50.613+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T04:56:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:56:01.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:56:10.620+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T04:56:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:56:21.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:56:30.614+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T04:56:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:56:41.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:56:50.614+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T04:57:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:57:01.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:57:10.618+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T04:57:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:57:21.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:57:30.615+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T04:57:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:57:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:57:50.625+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:58:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:58:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:58:10.614+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:58:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:58:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:58:30.613+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:58:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:58:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:58:50.619+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:59:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:59:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:59:10.611+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:59:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:59:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:59:30.611+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T04:59:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T04:59:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T04:59:50.674+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T05:00:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T05:00:01.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T05:00:10.661+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T05:00:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T05:00:21.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T05:00:30.612+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-13T05:00:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T05:00:41.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T05:00:50.629+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T05:01:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T05:01:01.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T05:01:10.619+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T05:01:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T05:01:21.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T05:01:30.610+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T05:01:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T05:01:41.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T05:01:50.612+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T05:02:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T05:02:01.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T05:02:10.618+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T05:02:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T05:02:21.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T05:02:30.620+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T05:02:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T05:02:41.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T05:02:50.636+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T05:03:01.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T05:03:01.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T05:03:10.622+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T05:03:21.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T05:03:21.073+00:00|INFO|HttpClient|pool-3-thread-5] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T05:03:30.613+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-13T05:03:41.073+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-13T05:03:41.073+00:00|INFO|HttpClient|pool-3-thread-2] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as eBpr6Jgk7u9xusyz) ... [2021-08-13T05:03:50.633+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK