overriding logback.xml Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json [2021-08-19T01:43:59.589+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json] [2021-08-19T01:44:00.113+00:00|INFO|log|main] Logging initialized @1979ms to org.eclipse.jetty.util.log.Slf4jLog [2021-08-19T01:44:00.689+00:00|INFO|ServiceManager|main] service manager starting [2021-08-19T01:44:00.689+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup [2021-08-19T01:44:00.689+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-19T01:44:00.697+00:00|INFO|ServiceManager|main] service manager started [2021-08-19T01:44:00.697+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-19T01:44:00.776+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-19T01:44:00.812+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:44:00.813+00:00|INFO|Main|main] Started policy-distribution service successfully. [2021-08-19T01:44:01.000+00:00|INFO|session|SDCDistributionGroup-6969] DefaultSessionIdManager workerName=node0 [2021-08-19T01:44:01.000+00:00|INFO|session|SDCDistributionGroup-6969] No SessionScavenger set, using defaults [2021-08-19T01:44:01.002+00:00|INFO|session|SDCDistributionGroup-6969] node0 Scavenging every 600000ms [2021-08-19T01:44:04.177+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls [2021-08-19T01:44:04.179+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls [2021-08-19T01:44:04.381+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@7582ff54{/,null,AVAILABLE} [2021-08-19T01:44:04.618+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.29.107] 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-19T01:44:04.620+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77c8bee5 [2021-08-19T01:44:04.620+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:44:04.684+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:44:04.684+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:44:04.910+00:00|INFO|SslContextFactory|SDCDistributionGroup-6969] x509=X509@4169ee0b(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@2ab251d8[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/distribution/etc/ssl/policy-truststore] [2021-08-19T01:44:05.091+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969} [2021-08-19T01:44:05.091+00:00|INFO|Server|SDCDistributionGroup-6969] Started @6959ms [2021-08-19T01:44:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:44:31.844+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.29.107] 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-19T01:44:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@649c2a10 [2021-08-19T01:44:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:44:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:44:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:45:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:45:01.828+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.29.107] 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-19T01:45:01.828+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e8dc9e [2021-08-19T01:45:01.828+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:45:01.828+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:45:01.828+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:45:30.808+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:45:31.844+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.29.107] 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-19T01:45:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41de19c0 [2021-08-19T01:45:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:45:31.844+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:45:31.844+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:46:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:46:01.862+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.29.107] 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-19T01:46:01.862+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1829e98f [2021-08-19T01:46:01.862+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:46:01.863+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:46:01.863+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:46:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:46:31.845+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.29.107] 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-19T01:46:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@176e6d0c [2021-08-19T01:46:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:46:31.846+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:46:31.846+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:47:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:47:01.861+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.29.107] 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-19T01:47:01.862+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64b97c19 [2021-08-19T01:47:01.862+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:47:01.862+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:47:01.862+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:47:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:47:31.844+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.29.107] 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-19T01:47:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79e8cfe4 [2021-08-19T01:47:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:47:31.844+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:47:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:48:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:48:01.833+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.29.107] 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-19T01:48:01.833+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b0ba390 [2021-08-19T01:48:01.833+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:48:01.833+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:48:01.833+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:48:30.808+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:48:31.844+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.29.107] 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-19T01:48:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7957bc92 [2021-08-19T01:48:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:48:31.844+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:48:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:49:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:49:01.829+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.29.107] 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-19T01:49:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@51e07557 [2021-08-19T01:49:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:49:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:49:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:49:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:49:31.845+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.29.107] 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-19T01:49:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@451e451f [2021-08-19T01:49:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:49:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:49:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:50:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:50:01.828+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.29.107] 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-19T01:50:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bf93cfe [2021-08-19T01:50:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:50:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:50:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:50:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:50:31.844+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.29.107] 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-19T01:50:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59bd5cc [2021-08-19T01:50:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:50:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:50:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:51:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:51:01.830+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.29.107] 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-19T01:51:01.831+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@314fb3d6 [2021-08-19T01:51:01.831+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:51:01.831+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:51:01.831+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:51:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:51:31.845+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.29.107] 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-19T01:51:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b5a577c [2021-08-19T01:51:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:51:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:51:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:52:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:52:01.828+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.29.107] 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-19T01:52:01.828+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c122b9a [2021-08-19T01:52:01.828+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:52:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:52:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:52:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:52:31.844+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.29.107] 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-19T01:52:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e345314 [2021-08-19T01:52:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:52:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:52:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:53:00.808+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:53:01.861+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.29.107] 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-19T01:53:01.861+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3dedf9c6 [2021-08-19T01:53:01.861+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:53:01.861+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:53:01.861+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:53:30.808+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:53:31.845+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.29.107] 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-19T01:53:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6071f08c [2021-08-19T01:53:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:53:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:53:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:54:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:54:01.860+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.29.107] 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-19T01:54:01.861+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@275607b6 [2021-08-19T01:54:01.861+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:54:01.861+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:54:01.861+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:54:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:54:31.845+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.29.107] 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-19T01:54:31.846+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75318b86 [2021-08-19T01:54:31.846+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:54:31.846+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:54:31.846+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:55:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:55:01.829+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.29.107] 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-19T01:55:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e2da7f6 [2021-08-19T01:55:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:55:01.830+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:55:01.830+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:55:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:55:31.844+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.29.107] 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-19T01:55:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b2e5ca6 [2021-08-19T01:55:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:55:31.844+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:55:31.844+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:56:00.808+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:56:01.861+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.29.107] 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-19T01:56:01.861+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65faff57 [2021-08-19T01:56:01.861+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:56:01.861+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:56:01.861+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:56:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:56:31.844+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.29.107] 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-19T01:56:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@cc34988 [2021-08-19T01:56:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:56:31.844+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:56:31.844+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:57:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:57:01.828+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.29.107] 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-19T01:57:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f81c329 [2021-08-19T01:57:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:57:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:57:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:57:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:57:31.851+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.29.107] 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-19T01:57:31.852+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1233e0fc [2021-08-19T01:57:31.852+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:57:31.852+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:57:31.852+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:58:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:58:01.860+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.29.107] 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-19T01:58:01.861+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@11323b6a [2021-08-19T01:58:01.861+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:58:01.861+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:58:01.861+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:58:30.808+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:58:31.849+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.29.107] 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-19T01:58:31.849+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b54d164 [2021-08-19T01:58:31.849+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:58:31.849+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:58:31.850+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:59:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:59:01.828+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.29.107] 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-19T01:59:01.828+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1db30cc7 [2021-08-19T01:59:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:59:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:59:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T01:59:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T01:59:31.844+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.29.107] 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-19T01:59:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46bef13e [2021-08-19T01:59:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T01:59:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T01:59:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T02:00:00.808+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T02:00:01.828+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.29.107] 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-19T02:00:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@84d4bc8 [2021-08-19T02:00:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T02:00:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T02:00:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T02:00:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T02:00:31.849+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.29.107] 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-19T02:00:31.849+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b6c9a0b [2021-08-19T02:00:31.849+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T02:00:31.849+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T02:00:31.849+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T02:01:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T02:01:01.829+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.29.107] 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-19T02:01:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@470e1ca9 [2021-08-19T02:01:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T02:01:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T02:01:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T02:01:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T02:01:31.844+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.29.107] 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-19T02:01:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b5ca0 [2021-08-19T02:01:31.844+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T02:01:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T02:01:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T02:02:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T02:02:01.830+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.29.107] 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-19T02:02:01.831+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3bccce91 [2021-08-19T02:02:01.831+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T02:02:01.831+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T02:02:01.831+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T02:02:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T02:02:31.845+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.29.107] 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-19T02:02:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23cd3537 [2021-08-19T02:02:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T02:02:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T02:02:31.845+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T02:03:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T02:03:01.829+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.29.107] 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-19T02:03:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18b4e784 [2021-08-19T02:03:01.829+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T02:03:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T02:03:01.829+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T02:03:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T02:03:31.845+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.29.107] 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-19T02:03:31.845+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46480652 [2021-08-19T02:03:31.846+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T02:03:31.846+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T02:03:31.846+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T02:04:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T02:04:01.834+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.29.107] 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-19T02:04:01.834+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23876094 [2021-08-19T02:04:01.834+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T02:04:01.835+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T02:04:01.835+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T02:04:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T02:04:31.846+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.29.107] 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-19T02:04:31.846+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e59d8dd [2021-08-19T02:04:31.846+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T02:04:31.847+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T02:04:31.847+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T02:05:00.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T02:05:01.829+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.29.107] 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-19T02:05:01.830+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55ebe217 [2021-08-19T02:05:01.830+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-08-19T02:05:01.830+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-08-19T02:05:01.830+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-08-19T02:05:30.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-08-19T02:05:31.142+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-08-19T02:05:31.414+00:00|INFO|HttpClient|Timer-0] --> HTTP/1.1 200 OK [2021-08-19T02:05:31.498+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient [2021-08-19T02:05:31.506+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:05:31.509+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:05:41.816+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:05:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:05:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:06:01.053+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:06:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:06:11.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:06:21.055+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:06:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:06:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:06:41.052+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:06:51.505+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:06:51.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:07:01.053+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:07:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:07:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:07:21.049+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:07:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:07:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:07:41.052+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T02:07:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:07:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:08:01.049+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:08:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:08:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:08:21.051+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T02:08:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:08:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:08:41.046+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:08:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:08:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:09:01.052+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:09:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:09:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:09:21.056+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:09:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:09:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:09:41.053+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:09:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:09:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:10:01.048+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T02:10:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:10:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:10:21.049+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T02:10:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:10:31.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:10:41.053+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T02:10:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:10:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:11:01.050+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T02:11:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:11:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:11:21.046+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T02:11:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:11:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:11:41.047+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T02:11:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:11:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:12:01.053+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T02:12:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:12:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:12:21.049+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T02:12:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:12:31.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:12:41.049+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T02:12:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:12:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:13:01.067+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:13:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:13:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:13:21.061+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:13:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:13:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:13:41.052+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:13:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:13:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:14:01.052+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:14:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:14:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:14:21.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:14:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:14:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:14:41.049+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:14:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:14:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:15:01.054+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:15:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:15:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:15:21.052+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:15:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:15:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:15:41.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:15:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:15:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:16:01.052+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:16:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:16:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:16:21.048+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:16:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:16:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:16:41.046+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:16:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:16:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:17:01.048+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:17:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:17:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:17:21.050+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:17:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:17:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:17:41.045+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:17:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:17:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:18:01.047+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:18:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:18:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:18:21.054+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:18:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:18:31.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:18:41.056+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:18:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:18:51.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:19:01.054+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:19:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:19:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:19:21.048+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:19:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:19:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:19:41.046+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:19:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:19:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:20:01.051+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:20:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:20:11.507+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:20:21.055+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:20:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:20:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:20:41.050+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:20:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:20:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:21:01.046+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:21:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:21:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:21:21.052+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:21:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:21:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:21:41.049+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:21:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:21:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:22:01.044+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:22:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:22:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:22:21.049+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:22:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:22:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:22:41.052+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:22:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:22:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:23:01.048+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:23:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:23:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:23:21.045+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:23:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:23:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:23:41.050+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:23:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:23:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:24:01.052+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:24:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:24:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:24:21.048+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:24:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:24:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:24:41.045+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:24:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:24:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:25:01.050+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:25:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:25:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:25:21.053+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:25:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:25:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:25:41.051+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:25:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:25:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:26:01.047+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:26:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:26:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:26:21.048+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:26:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:26:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:26:41.059+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:26:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:26:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:27:01.050+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:27:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:27:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:27:21.053+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:27:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:27:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:27:41.049+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:27:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:27:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:28:01.048+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:28:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:28:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:28:21.053+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:28:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:28:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:28:41.052+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:28:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:28:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:29:01.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:29:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:29:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:29:21.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:29:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:29:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:29:41.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:29:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:29:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:30:01.055+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:30:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:30:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:30:21.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:30:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:30:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:30:41.050+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:30:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:30:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:31:01.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:31:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:31:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:31:21.047+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T02:31:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:31:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:31:41.078+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:31:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:31:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:32:01.049+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:32:11.505+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:32:11.507+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:32:21.055+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:32:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:32:31.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:32:41.053+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:32:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:32:51.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:33:01.066+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:33:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:33:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:33:21.050+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:33:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:33:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:33:41.051+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:33:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:33:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:34:01.054+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:34:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:34:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:34:21.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:34:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:34:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:34:41.049+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:34:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:34:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:35:01.046+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:35:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:35:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:35:21.052+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:35:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:35:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:35:41.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:35:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:35:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:36:01.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:36:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:36:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:36:21.044+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:36:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:36:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:36:41.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:36:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:36:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:37:01.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:37:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:37:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:37:21.042+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:37:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:37:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:37:41.050+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:37:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:37:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:38:01.045+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:38:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:38:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:38:21.048+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:38:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:38:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:38:41.054+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:38:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:38:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:39:01.050+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:39:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:39:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:39:21.044+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:39:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:39:31.510+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:39:41.050+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:39:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:39:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:40:01.052+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:40:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:40:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:40:21.046+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:40:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:40:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:40:41.049+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:40:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:40:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:41:01.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:41:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:41:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:41:21.045+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:41:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:41:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:41:41.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:41:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:41:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:42:01.052+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:42:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:42:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:42:21.043+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:42:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:42:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:42:41.043+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:42:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:42:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:43:01.046+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:43:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:43:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:43:21.068+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:43:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:43:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:43:41.045+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T02:43:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:43:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:44:01.048+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T02:44:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:44:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:44:21.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T02:44:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:44:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:44:41.048+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-19T02:44:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:44:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:45:01.055+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-19T02:45:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:45:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:45:21.048+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:45:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:45:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:45:41.048+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:45:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:45:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:46:01.051+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:46:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:46:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:46:21.049+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:46:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:46:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:46:41.048+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:46:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:46:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:47:01.050+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:47:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:47:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:47:21.056+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:47:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:47:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:47:41.045+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:47:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:47:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:48:01.043+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:48:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:48:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:48:21.048+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-19T02:48:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:48:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:48:41.048+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-19T02:48:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:48:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:49:01.043+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-19T02:49:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:49:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:49:21.049+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-19T02:49:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:49:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:49:41.043+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-19T02:49:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:49:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:50:01.050+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-19T02:50:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:50:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:50:21.046+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-19T02:50:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:50:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:50:41.060+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-19T02:50:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:50:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:51:01.044+00:00|INFO|HttpClient|pool-3-thread-10] --> HTTP/1.1 200 OK [2021-08-19T02:51:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:51:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:51:21.049+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:51:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:51:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:51:41.042+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:51:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:51:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:52:01.046+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T02:52:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:52:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:52:21.041+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:52:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:52:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:52:41.046+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:52:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:52:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:53:01.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:53:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:53:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:53:21.044+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:53:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:53:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:53:41.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:53:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:53:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:54:01.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:54:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:54:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:54:21.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:54:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:54:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:54:41.044+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:54:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:54:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:55:01.043+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:55:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:55:11.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:55:21.052+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:55:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:55:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:55:41.042+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:55:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:55:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:56:01.054+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:56:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:56:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:56:21.044+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:56:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:56:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:56:41.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:56:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:56:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:57:01.043+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:57:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:57:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:57:21.045+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:57:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:57:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:57:41.050+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:57:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:57:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:58:01.046+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:58:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:58:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:58:21.054+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:58:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:58:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:58:41.045+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:58:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:58:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:59:01.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:59:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:59:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:59:21.052+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:59:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:59:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T02:59:41.042+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T02:59:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T02:59:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:00:01.050+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:00:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:00:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:00:21.055+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:00:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:00:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:00:41.046+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:00:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:00:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:01:01.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:01:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:01:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:01:21.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:01:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:01:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:01:41.044+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:01:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:01:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:02:01.044+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:02:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:02:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:02:21.051+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:02:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:02:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:02:41.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:02:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:02:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:03:01.053+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:03:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:03:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:03:21.052+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:03:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:03:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:03:41.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:03:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:03:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:04:01.046+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:04:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:04:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:04:21.050+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:04:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:04:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:04:41.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:04:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:04:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:05:01.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:05:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:05:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:05:21.051+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:05:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:05:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:05:41.045+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:05:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:05:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:06:01.056+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:06:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:06:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:06:21.045+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:06:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:06:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:06:41.046+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:06:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:06:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:07:01.042+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:07:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:07:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:07:21.048+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:07:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:07:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:07:41.045+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:07:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:07:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:08:01.040+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:08:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:08:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:08:21.049+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T03:08:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:08:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:08:41.051+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:08:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:08:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:09:01.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:09:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:09:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:09:21.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:09:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:09:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:09:41.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:09:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:09:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:10:01.049+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:10:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:10:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:10:21.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:10:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:10:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:10:41.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:10:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:10:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:11:01.043+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T03:11:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:11:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:11:21.044+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T03:11:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:11:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:11:41.045+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T03:11:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:11:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:12:01.042+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T03:12:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:12:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:12:21.046+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T03:12:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:12:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:12:41.048+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T03:12:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:12:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:13:01.045+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T03:13:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:13:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:13:21.057+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T03:13:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:13:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:13:41.048+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T03:13:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:13:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:14:01.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:14:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:14:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:14:21.049+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:14:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:14:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:14:41.051+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:14:51.505+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:14:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:15:01.048+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:15:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:15:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:15:21.043+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:15:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:15:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:15:41.049+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:15:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:15:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:16:01.051+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:16:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:16:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:16:21.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:16:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:16:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:16:41.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:16:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:16:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:17:01.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:17:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:17:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:17:21.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:17:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:17:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:17:41.050+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:17:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:17:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:18:01.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:18:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:18:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:18:21.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:18:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:18:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:18:41.050+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:18:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:18:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:19:01.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:19:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:19:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:19:21.051+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:19:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:19:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:19:41.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:19:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:19:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:20:01.048+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:20:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:20:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:20:21.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:20:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:20:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:20:41.042+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:20:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:20:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:21:01.049+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:21:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:21:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:21:21.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:21:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:21:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:21:41.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:21:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:21:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:22:01.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:22:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:22:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:22:21.060+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:22:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:22:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:22:41.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:22:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:22:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:23:01.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:23:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:23:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:23:21.043+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:23:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:23:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:23:41.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:23:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:23:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:24:01.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:24:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:24:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:24:21.050+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:24:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:24:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:24:41.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:24:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:24:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:25:01.053+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:25:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:25:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:25:21.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:25:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:25:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:25:41.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:25:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:25:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:26:01.049+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:26:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:26:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:26:21.043+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:26:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:26:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:26:41.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:26:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:26:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:27:01.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:27:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:27:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:27:21.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:27:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:27:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:27:41.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:27:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:27:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:28:01.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:28:11.505+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:28:11.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:28:21.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:28:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:28:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:28:41.048+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:28:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:28:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:29:01.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:29:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:29:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:29:21.050+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:29:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:29:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:29:41.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:29:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:29:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:30:01.052+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:30:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:30:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:30:21.041+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:30:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:30:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:30:41.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:30:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:30:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:31:01.048+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:31:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:31:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:31:21.048+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:31:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:31:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:31:41.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:31:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:31:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:32:01.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:32:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:32:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:32:21.049+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:32:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:32:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:32:41.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:32:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:32:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:33:01.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:33:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:33:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:33:21.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:33:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:33:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:33:41.043+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:33:51.505+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:33:51.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:34:01.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:34:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:34:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:34:21.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:34:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:34:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:34:41.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:34:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:34:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:35:01.041+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:35:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:35:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:35:21.042+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:35:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:35:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:35:41.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:35:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:35:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:36:01.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:36:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:36:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:36:21.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:36:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:36:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:36:41.043+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:36:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:36:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:37:01.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:37:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:37:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:37:21.043+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:37:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:37:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:37:41.043+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:37:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:37:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:38:01.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:38:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:38:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:38:21.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:38:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:38:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:38:41.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:38:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:38:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:39:01.052+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:39:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:39:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:39:21.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:39:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:39:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:39:41.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:39:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:39:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:40:01.043+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:40:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:40:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:40:21.046+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:40:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:40:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:40:41.043+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:40:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:40:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:41:01.045+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:41:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:41:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:41:21.044+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:41:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:41:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:41:41.050+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:41:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:41:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:42:01.043+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:42:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:42:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:42:21.043+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:42:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:42:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:42:41.047+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:42:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:42:51.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:43:01.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:43:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:43:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:43:21.048+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:43:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:43:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:43:41.042+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:43:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:43:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:44:01.050+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:44:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:44:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:44:21.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:44:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:44:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:44:41.040+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:44:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:44:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:45:01.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:45:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:45:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:45:21.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:45:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:45:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:45:41.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:45:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:45:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:46:01.044+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:46:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:46:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:46:21.048+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:46:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:46:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:46:41.046+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:46:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:46:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:47:01.046+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:47:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:47:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:47:21.045+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:47:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:47:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:47:41.049+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:47:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:47:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:48:01.042+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:48:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:48:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:48:21.043+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:48:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:48:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:48:41.048+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:48:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:48:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:49:01.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:49:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:49:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:49:21.042+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:49:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:49:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:49:41.043+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:49:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:49:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:50:01.039+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:50:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:50:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:50:21.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:50:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:50:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:50:41.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:50:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:50:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:51:01.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:51:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:51:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:51:21.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:51:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:51:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:51:41.043+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:51:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:51:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:52:01.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:52:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:52:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:52:21.048+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:52:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:52:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:52:41.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:52:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:52:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:53:01.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:53:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:53:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:53:21.049+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:53:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:53:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:53:41.039+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:53:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:53:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:54:01.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:54:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:54:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:54:21.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:54:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:54:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:54:41.039+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:54:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:54:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:55:01.042+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:55:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:55:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:55:21.045+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:55:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:55:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:55:41.041+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:55:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:55:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:56:01.043+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:56:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:56:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:56:21.041+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:56:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:56:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:56:41.045+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:56:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:56:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:57:01.048+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:57:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:57:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:57:21.039+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:57:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:57:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:57:41.044+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T03:57:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:57:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:58:01.042+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:58:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:58:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:58:21.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:58:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:58:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:58:41.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:58:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:58:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:59:01.048+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:59:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:59:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:59:21.042+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:59:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:59:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T03:59:41.039+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T03:59:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T03:59:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:00:01.040+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T04:00:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:00:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:00:21.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T04:00:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:00:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:00:41.039+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T04:00:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:00:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:01:01.048+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T04:01:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:01:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:01:21.044+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T04:01:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:01:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:01:41.042+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T04:01:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:01:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:02:01.043+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T04:02:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:02:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:02:21.050+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T04:02:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:02:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:02:41.046+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T04:02:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:02:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:03:01.044+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T04:03:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:03:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:03:21.044+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T04:03:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:03:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:03:41.040+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T04:03:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:03:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:04:01.042+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T04:04:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:04:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:04:21.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T04:04:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:04:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:04:41.042+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:04:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:04:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:05:01.041+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:05:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:05:11.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:05:21.047+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:05:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:05:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:05:41.043+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:05:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:05:51.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:06:01.044+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:06:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:06:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:06:21.046+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:06:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:06:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:06:41.040+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:06:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:06:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:07:01.047+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:07:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:07:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:07:21.044+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:07:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:07:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:07:41.040+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:07:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:07:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:08:01.042+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:08:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:08:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:08:21.045+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:08:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:08:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:08:41.045+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:08:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:08:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:09:01.044+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:09:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:09:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:09:21.044+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:09:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:09:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:09:41.041+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:09:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:09:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:10:01.040+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:10:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:10:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:10:21.045+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T04:10:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:10:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:10:41.045+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T04:10:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:10:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:11:01.040+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T04:11:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:11:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:11:21.041+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T04:11:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:11:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:11:41.041+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T04:11:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:11:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:12:01.047+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T04:12:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:12:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:12:21.042+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T04:12:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:12:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:12:41.042+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T04:12:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:12:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:13:01.040+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T04:13:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:13:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:13:21.047+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:13:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:13:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:13:41.043+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:13:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:13:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:14:01.045+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:14:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:14:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:14:21.046+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:14:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:14:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:14:41.040+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:14:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:14:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:15:01.046+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:15:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:15:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:15:21.042+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:15:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:15:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:15:41.041+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:15:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:15:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:16:01.042+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:16:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:16:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:16:21.046+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:16:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:16:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:16:41.046+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:16:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:16:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:17:01.047+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:17:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:17:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:17:21.046+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:17:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:17:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:17:41.042+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:17:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:17:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:18:01.042+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:18:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:18:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:18:21.045+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:18:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:18:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:18:41.048+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:18:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:18:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:19:01.038+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:19:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:19:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:19:21.044+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T04:19:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:19:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:19:41.040+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T04:19:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:19:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:20:01.042+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T04:20:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:20:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:20:21.044+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:20:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:20:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:20:41.047+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:20:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:20:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:21:01.043+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:21:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:21:11.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:21:21.079+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:21:31.506+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:21:31.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:21:41.048+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:21:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:21:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:22:01.044+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:22:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:22:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:22:21.044+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:22:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:22:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:22:41.042+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T04:22:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:22:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:23:01.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T04:23:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:23:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:23:21.057+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T04:23:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:23:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:23:41.043+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T04:23:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:23:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:24:01.043+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T04:24:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:24:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:24:21.042+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T04:24:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:24:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:24:41.041+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T04:24:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:24:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:25:01.043+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-08-19T04:25:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:25:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:25:21.045+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:25:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:25:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:25:41.042+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:25:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:25:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:26:01.042+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:26:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:26:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:26:21.046+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:26:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:26:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:26:41.047+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:26:43.519+00:00|INFO|RequestLog|qtp1052317717-18] 10.233.70.180 - healthcheck [19/Aug/2021:04:26:43 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-19T04:26:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:26:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:27:01.046+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:27:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:27:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:27:21.044+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:27:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:27:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:27:41.047+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:27:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:27:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:28:01.046+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:28:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:28:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:28:21.046+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:28:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:28:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:28:41.041+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:28:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:28:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:01.050+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:29:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:29:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:12.459+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:29:12.467+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:29:12.471+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:29:12.577+00:00|INFO|CambriaSimplerBatchPublisher|pool-4-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:29:12.580+00:00|INFO|HttpClient|pool-4-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:12.631+00:00|INFO|HttpClient|pool-4-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:29:12.632+00:00|INFO|CambriaSimplerBatchPublisher|pool-4-thread-1] cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:29:13.478+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:29:13.481+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:29:13.583+00:00|INFO|CambriaSimplerBatchPublisher|pool-5-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:29:13.583+00:00|INFO|HttpClient|pool-5-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:13.649+00:00|INFO|HttpClient|pool-5-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:29:13.650+00:00|INFO|CambriaSimplerBatchPublisher|pool-5-thread-1] cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:29:14.484+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:29:14.485+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:29:14.587+00:00|INFO|CambriaSimplerBatchPublisher|pool-6-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:29:14.588+00:00|INFO|HttpClient|pool-6-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:14.631+00:00|INFO|HttpClient|pool-6-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:29:14.631+00:00|INFO|CambriaSimplerBatchPublisher|pool-6-thread-1] cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:29:15.486+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:29:15.487+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:29:15.589+00:00|INFO|CambriaSimplerBatchPublisher|pool-7-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:29:15.590+00:00|INFO|HttpClient|pool-7-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:15.633+00:00|INFO|HttpClient|pool-7-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:29:15.634+00:00|INFO|CambriaSimplerBatchPublisher|pool-7-thread-1] cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:29:15.807+00:00|INFO|RequestLog|qtp1052317717-24] 10.233.70.180 - healthcheck [19/Aug/2021:04:29:15 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-19T04:29:16.489+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:29:16.490+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:29:16.592+00:00|INFO|CambriaSimplerBatchPublisher|pool-8-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:29:16.593+00:00|INFO|HttpClient|pool-8-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:16.632+00:00|INFO|HttpClient|pool-8-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:29:16.633+00:00|INFO|CambriaSimplerBatchPublisher|pool-8-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:29:17.492+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:29:17.493+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:29:17.595+00:00|INFO|CambriaSimplerBatchPublisher|pool-9-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:29:17.595+00:00|INFO|HttpClient|pool-9-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:17.653+00:00|INFO|HttpClient|pool-9-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:29:17.653+00:00|INFO|CambriaSimplerBatchPublisher|pool-9-thread-1] cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:29:18.495+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:29:18.496+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:29:18.598+00:00|INFO|CambriaSimplerBatchPublisher|pool-10-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:29:18.599+00:00|INFO|HttpClient|pool-10-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:18.631+00:00|INFO|HttpClient|pool-10-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:29:18.631+00:00|INFO|CambriaSimplerBatchPublisher|pool-10-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:29:19.501+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - download [2021-08-19T04:29:21.400+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendDownloadStatus [2021-08-19T04:29:21.401+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:29:21.502+00:00|INFO|CambriaSimplerBatchPublisher|pool-11-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:29:21.503+00:00|INFO|HttpClient|pool-11-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:21.537+00:00|INFO|HttpClient|pool-11-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:29:21.537+00:00|INFO|CambriaSimplerBatchPublisher|pool-11-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:29:22.406+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendDeploymentStatus [2021-08-19T04:29:22.406+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:29:22.508+00:00|INFO|CambriaSimplerBatchPublisher|pool-12-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:29:22.508+00:00|INFO|HttpClient|pool-12-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:22.544+00:00|INFO|HttpClient|pool-12-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:29:22.545+00:00|INFO|CambriaSimplerBatchPublisher|pool-12-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:29:23.409+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendComponentDone status [2021-08-19T04:29:23.410+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:29:23.511+00:00|INFO|CambriaSimplerBatchPublisher|pool-13-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:29:23.511+00:00|INFO|HttpClient|pool-13-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:23.550+00:00|INFO|HttpClient|pool-13-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:29:23.550+00:00|INFO|CambriaSimplerBatchPublisher|pool-13-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:29:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:29:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:29:41.044+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:29:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:29:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:01.045+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:30:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:30:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:21.041+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:30:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:30:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:32.124+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:30:32.127+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:30:32.127+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:30:32.229+00:00|INFO|CambriaSimplerBatchPublisher|pool-14-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:30:32.229+00:00|INFO|HttpClient|pool-14-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:32.285+00:00|INFO|HttpClient|pool-14-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:30:32.285+00:00|INFO|CambriaSimplerBatchPublisher|pool-14-thread-1] cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:30:33.129+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:30:33.129+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:30:33.231+00:00|INFO|CambriaSimplerBatchPublisher|pool-15-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:30:33.232+00:00|INFO|HttpClient|pool-15-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:33.273+00:00|INFO|HttpClient|pool-15-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:30:33.273+00:00|INFO|CambriaSimplerBatchPublisher|pool-15-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:30:34.131+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:30:34.132+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:30:34.234+00:00|INFO|CambriaSimplerBatchPublisher|pool-16-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:30:34.235+00:00|INFO|HttpClient|pool-16-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:34.269+00:00|INFO|HttpClient|pool-16-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:30:34.270+00:00|INFO|CambriaSimplerBatchPublisher|pool-16-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:30:35.134+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:30:35.134+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:30:35.237+00:00|INFO|CambriaSimplerBatchPublisher|pool-17-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:30:35.238+00:00|INFO|HttpClient|pool-17-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:35.271+00:00|INFO|HttpClient|pool-17-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:30:35.272+00:00|INFO|CambriaSimplerBatchPublisher|pool-17-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:30:36.137+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:30:36.138+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:30:36.241+00:00|INFO|CambriaSimplerBatchPublisher|pool-18-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:30:36.242+00:00|INFO|HttpClient|pool-18-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:36.288+00:00|INFO|HttpClient|pool-18-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:30:36.288+00:00|INFO|CambriaSimplerBatchPublisher|pool-18-thread-1] cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:30:37.142+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:30:37.142+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:30:37.245+00:00|INFO|CambriaSimplerBatchPublisher|pool-19-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:30:37.246+00:00|INFO|HttpClient|pool-19-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:37.282+00:00|INFO|HttpClient|pool-19-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:30:37.282+00:00|INFO|CambriaSimplerBatchPublisher|pool-19-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:30:38.145+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-08-19T04:30:38.145+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:30:38.248+00:00|INFO|CambriaSimplerBatchPublisher|pool-20-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:30:38.248+00:00|INFO|HttpClient|pool-20-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:38.280+00:00|INFO|HttpClient|pool-20-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:30:38.280+00:00|INFO|CambriaSimplerBatchPublisher|pool-20-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:30:39.149+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - download [2021-08-19T04:30:40.695+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendDownloadStatus [2021-08-19T04:30:40.695+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:30:40.797+00:00|INFO|CambriaSimplerBatchPublisher|pool-21-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:30:40.798+00:00|INFO|HttpClient|pool-21-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:40.850+00:00|INFO|HttpClient|pool-21-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:30:40.851+00:00|INFO|CambriaSimplerBatchPublisher|pool-21-thread-1] cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:30:41.699+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendDeploymentStatus [2021-08-19T04:30:41.700+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:30:41.802+00:00|INFO|CambriaSimplerBatchPublisher|pool-22-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:30:41.803+00:00|INFO|HttpClient|pool-22-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:41.835+00:00|INFO|HttpClient|pool-22-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:30:41.835+00:00|INFO|CambriaSimplerBatchPublisher|pool-22-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:30:42.703+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendComponentDone status [2021-08-19T04:30:42.703+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-08-19T04:30:42.806+00:00|INFO|CambriaSimplerBatchPublisher|pool-23-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:30:42.806+00:00|INFO|HttpClient|pool-23-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:30:42.846+00:00|INFO|HttpClient|pool-23-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:30:42.847+00:00|INFO|CambriaSimplerBatchPublisher|pool-23-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:30:48.966+00:00|INFO|RequestLog|qtp1052317717-22] 10.233.70.180 - healthcheck [19/Aug/2021:04:30:48 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-19T04:30:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:30:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:31:01.059+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:31:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:31:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:31:21.044+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:31:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:31:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:31:41.046+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-08-19T04:31:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:31:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:31:56.135+00:00|INFO|RequestLog|qtp1052317717-24] 10.233.70.180 - healthcheck [19/Aug/2021:04:31:56 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-19T04:32:01.043+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:32:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:32:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:32:21.043+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:32:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:32:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:32:41.046+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:32:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:32:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:33:01.049+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:33:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:33:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:33:17.987+00:00|INFO|RequestLog|qtp1052317717-18] 10.233.70.180 - healthcheck [19/Aug/2021:04:33:17 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-19T04:33:21.047+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:33:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:33:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:33:41.039+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:33:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:33:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:34:01.044+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:34:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:34:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:34:21.043+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:34:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:34:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:34:31.948+00:00|INFO|RequestLog|qtp1052317717-22] 10.233.70.180 - healthcheck [19/Aug/2021:04:34:31 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-19T04:34:41.047+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:34:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:34:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:35:01.047+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:35:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:35:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:35:21.044+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:35:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:35:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:35:41.042+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:35:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:35:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:35:53.343+00:00|INFO|RequestLog|qtp1052317717-26] 10.233.70.180 - healthcheck [19/Aug/2021:04:35:53 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-19T04:36:01.042+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:36:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:36:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:36:21.044+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:36:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:36:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:36:41.045+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:36:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:36:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:37:01.044+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:37:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:37:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:37:21.046+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:37:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:37:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:37:41.042+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:37:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:37:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:37:54.123+00:00|INFO|RequestLog|qtp1052317717-18] 10.233.70.180 - healthcheck [19/Aug/2021:04:37:54 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-19T04:38:01.044+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:38:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:38:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:38:21.044+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:38:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:38:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:38:41.045+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:38:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:38:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:39:01.045+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:39:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:39:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:39:14.666+00:00|INFO|RequestLog|qtp1052317717-23] 10.233.70.180 - healthcheck [19/Aug/2021:04:39:14 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-08-19T04:39:21.044+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:39:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:39:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:39:41.047+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:39:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:39:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:40:01.044+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:40:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:40:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:40:21.045+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:40:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:40:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:40:41.045+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:40:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:40:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:41:01.048+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:41:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:41:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:41:21.043+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:41:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:41:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:41:41.042+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:41:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:41:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:42:01.051+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:42:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:42:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:42:21.043+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:42:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:42:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:42:41.044+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-19T04:42:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:42:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:43:01.040+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-19T04:43:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:43:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:43:21.045+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-19T04:43:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:43:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:43:41.045+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-19T04:43:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:43:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:44:01.042+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-19T04:44:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:44:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:44:21.039+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-19T04:44:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:44:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:44:41.043+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-19T04:44:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:44:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:44:52.125+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-19T04:44:52.129+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-19T04:44:52.129+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-19T04:44:52.232+00:00|INFO|CambriaSimplerBatchPublisher|pool-24-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:44:52.232+00:00|INFO|HttpClient|pool-24-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:44:52.273+00:00|INFO|HttpClient|pool-24-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:44:52.274+00:00|INFO|CambriaSimplerBatchPublisher|pool-24-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:44:53.132+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendNotificationStatus [2021-08-19T04:44:53.132+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-19T04:44:53.234+00:00|INFO|CambriaSimplerBatchPublisher|pool-25-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:44:53.234+00:00|INFO|HttpClient|pool-25-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:44:53.269+00:00|INFO|HttpClient|pool-25-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:44:53.269+00:00|INFO|CambriaSimplerBatchPublisher|pool-25-thread-1] cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:44:54.135+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - download [2021-08-19T04:44:55.198+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDownloadStatus [2021-08-19T04:44:55.199+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-19T04:44:55.300+00:00|INFO|CambriaSimplerBatchPublisher|pool-26-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:44:55.301+00:00|INFO|HttpClient|pool-26-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:44:55.334+00:00|INFO|HttpClient|pool-26-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:44:55.335+00:00|INFO|CambriaSimplerBatchPublisher|pool-26-thread-1] cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:44:56.203+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendDeploymentStatus [2021-08-19T04:44:56.204+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-19T04:44:56.306+00:00|INFO|CambriaSimplerBatchPublisher|pool-27-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:44:56.306+00:00|INFO|HttpClient|pool-27-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:44:56.350+00:00|INFO|HttpClient|pool-27-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:44:56.351+00:00|INFO|CambriaSimplerBatchPublisher|pool-27-thread-1] cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:44:57.206+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendComponentDone status [2021-08-19T04:44:57.206+00:00|INFO|DistributionClientImpl|pool-3-thread-7] DistributionClient - sendStatus [2021-08-19T04:44:57.309+00:00|INFO|CambriaSimplerBatchPublisher|pool-28-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:44:57.310+00:00|INFO|HttpClient|pool-28-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:44:57.350+00:00|INFO|HttpClient|pool-28-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:44:57.350+00:00|INFO|CambriaSimplerBatchPublisher|pool-28-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:45:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:45:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:21.049+00:00|INFO|HttpClient|pool-3-thread-7] --> HTTP/1.1 200 OK [2021-08-19T04:45:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:45:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:32.125+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:45:32.128+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-08-19T04:45:32.128+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-08-19T04:45:32.230+00:00|INFO|CambriaSimplerBatchPublisher|pool-29-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:45:32.231+00:00|INFO|HttpClient|pool-29-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:32.279+00:00|INFO|HttpClient|pool-29-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:45:32.279+00:00|INFO|CambriaSimplerBatchPublisher|pool-29-thread-1] cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:45:33.130+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-08-19T04:45:33.131+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-08-19T04:45:33.233+00:00|INFO|CambriaSimplerBatchPublisher|pool-30-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:45:33.234+00:00|INFO|HttpClient|pool-30-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:33.280+00:00|INFO|HttpClient|pool-30-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:45:33.280+00:00|INFO|CambriaSimplerBatchPublisher|pool-30-thread-1] cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:45:34.133+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-08-19T04:45:34.134+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-08-19T04:45:34.235+00:00|INFO|CambriaSimplerBatchPublisher|pool-31-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:45:34.236+00:00|INFO|HttpClient|pool-31-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:34.265+00:00|INFO|HttpClient|pool-31-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:45:34.266+00:00|INFO|CambriaSimplerBatchPublisher|pool-31-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:45:35.135+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-08-19T04:45:35.136+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-08-19T04:45:35.239+00:00|INFO|CambriaSimplerBatchPublisher|pool-32-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:45:35.240+00:00|INFO|HttpClient|pool-32-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:35.276+00:00|INFO|HttpClient|pool-32-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:45:35.277+00:00|INFO|CambriaSimplerBatchPublisher|pool-32-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:45:36.138+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-08-19T04:45:36.139+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-08-19T04:45:36.242+00:00|INFO|CambriaSimplerBatchPublisher|pool-33-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:45:36.242+00:00|INFO|HttpClient|pool-33-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:36.287+00:00|INFO|HttpClient|pool-33-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:45:36.288+00:00|INFO|CambriaSimplerBatchPublisher|pool-33-thread-1] cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:45:37.141+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-08-19T04:45:37.142+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-08-19T04:45:37.244+00:00|INFO|CambriaSimplerBatchPublisher|pool-34-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:45:37.249+00:00|INFO|HttpClient|pool-34-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:37.291+00:00|INFO|HttpClient|pool-34-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:45:37.291+00:00|INFO|CambriaSimplerBatchPublisher|pool-34-thread-1] cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:45:38.144+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-08-19T04:45:38.145+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-08-19T04:45:38.247+00:00|INFO|CambriaSimplerBatchPublisher|pool-35-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:45:38.248+00:00|INFO|HttpClient|pool-35-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:38.287+00:00|INFO|HttpClient|pool-35-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:45:38.287+00:00|INFO|CambriaSimplerBatchPublisher|pool-35-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:45:39.147+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-08-19T04:45:39.148+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-08-19T04:45:39.250+00:00|INFO|CambriaSimplerBatchPublisher|pool-36-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:45:39.250+00:00|INFO|HttpClient|pool-36-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:39.288+00:00|INFO|HttpClient|pool-36-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:45:39.288+00:00|INFO|CambriaSimplerBatchPublisher|pool-36-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:45:40.150+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - download [2021-08-19T04:45:41.589+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendDownloadStatus [2021-08-19T04:45:41.589+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-08-19T04:45:41.691+00:00|INFO|CambriaSimplerBatchPublisher|pool-37-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:45:41.691+00:00|INFO|HttpClient|pool-37-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:41.723+00:00|INFO|HttpClient|pool-37-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:45:41.723+00:00|INFO|CambriaSimplerBatchPublisher|pool-37-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:45:42.592+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendDeploymentStatus [2021-08-19T04:45:42.592+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-08-19T04:45:42.694+00:00|INFO|CambriaSimplerBatchPublisher|pool-38-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:45:42.695+00:00|INFO|HttpClient|pool-38-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:42.731+00:00|INFO|HttpClient|pool-38-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:45:42.731+00:00|INFO|CambriaSimplerBatchPublisher|pool-38-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:45:43.596+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendComponentDone status [2021-08-19T04:45:43.597+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-08-19T04:45:43.698+00:00|INFO|CambriaSimplerBatchPublisher|pool-39-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:45:43.699+00:00|INFO|HttpClient|pool-39-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:45:43.730+00:00|INFO|HttpClient|pool-39-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:45:43.730+00:00|INFO|CambriaSimplerBatchPublisher|pool-39-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:45:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:45:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:46:01.048+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:46:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:46:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:46:21.043+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:46:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:46:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:46:41.046+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:46:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:46:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:47:01.046+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:47:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:47:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:47:21.050+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:47:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:47:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:47:41.046+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-08-19T04:47:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:47:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:01.044+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:48:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:21.041+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:48:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:38.508+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:38.511+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:38.511+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:38.614+00:00|INFO|CambriaSimplerBatchPublisher|pool-40-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:48:38.614+00:00|INFO|HttpClient|pool-40-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:38.659+00:00|INFO|HttpClient|pool-40-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:38.660+00:00|INFO|CambriaSimplerBatchPublisher|pool-40-thread-1] cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:39.514+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:39.514+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:39.616+00:00|INFO|CambriaSimplerBatchPublisher|pool-41-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:48:39.616+00:00|INFO|HttpClient|pool-41-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:39.650+00:00|INFO|HttpClient|pool-41-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:39.650+00:00|INFO|CambriaSimplerBatchPublisher|pool-41-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:40.516+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:40.517+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:40.619+00:00|INFO|CambriaSimplerBatchPublisher|pool-42-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:48:40.619+00:00|INFO|HttpClient|pool-42-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:40.662+00:00|INFO|HttpClient|pool-42-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:40.662+00:00|INFO|CambriaSimplerBatchPublisher|pool-42-thread-1] cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:41.519+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:41.520+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:41.626+00:00|INFO|CambriaSimplerBatchPublisher|pool-43-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms [2021-08-19T04:48:41.626+00:00|INFO|HttpClient|pool-43-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:41.658+00:00|INFO|HttpClient|pool-43-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:41.659+00:00|INFO|CambriaSimplerBatchPublisher|pool-43-thread-1] cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:48:42.523+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:42.523+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:42.626+00:00|INFO|CambriaSimplerBatchPublisher|pool-44-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:48:42.627+00:00|INFO|HttpClient|pool-44-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:42.663+00:00|INFO|HttpClient|pool-44-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:42.663+00:00|INFO|CambriaSimplerBatchPublisher|pool-44-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:43.526+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:43.526+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:43.628+00:00|INFO|CambriaSimplerBatchPublisher|pool-45-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:48:43.629+00:00|INFO|HttpClient|pool-45-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:43.668+00:00|INFO|HttpClient|pool-45-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:43.669+00:00|INFO|CambriaSimplerBatchPublisher|pool-45-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:44.528+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:44.529+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:44.631+00:00|INFO|CambriaSimplerBatchPublisher|pool-46-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:48:44.632+00:00|INFO|HttpClient|pool-46-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:44.679+00:00|INFO|HttpClient|pool-46-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:44.679+00:00|INFO|CambriaSimplerBatchPublisher|pool-46-thread-1] cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:48:45.532+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download [2021-08-19T04:48:46.497+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus [2021-08-19T04:48:46.497+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:46.601+00:00|INFO|CambriaSimplerBatchPublisher|pool-47-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms [2021-08-19T04:48:46.602+00:00|INFO|HttpClient|pool-47-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:46.650+00:00|INFO|HttpClient|pool-47-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:46.651+00:00|INFO|CambriaSimplerBatchPublisher|pool-47-thread-1] cambria reply ok (50 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:48:47.501+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus [2021-08-19T04:48:47.501+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:47.604+00:00|INFO|CambriaSimplerBatchPublisher|pool-48-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:48:47.604+00:00|INFO|HttpClient|pool-48-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:47.637+00:00|INFO|HttpClient|pool-48-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:47.637+00:00|INFO|CambriaSimplerBatchPublisher|pool-48-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:48.504+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status [2021-08-19T04:48:48.504+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:48.606+00:00|INFO|CambriaSimplerBatchPublisher|pool-49-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:48:48.606+00:00|INFO|HttpClient|pool-49-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:48.640+00:00|INFO|HttpClient|pool-49-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:48.640+00:00|INFO|CambriaSimplerBatchPublisher|pool-49-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:48:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:52.128+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:52.133+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:52.134+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:52.236+00:00|INFO|CambriaSimplerBatchPublisher|pool-50-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:48:52.236+00:00|INFO|HttpClient|pool-50-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:52.272+00:00|INFO|HttpClient|pool-50-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:52.273+00:00|INFO|CambriaSimplerBatchPublisher|pool-50-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:53.136+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:53.136+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:53.238+00:00|INFO|CambriaSimplerBatchPublisher|pool-51-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:48:53.239+00:00|INFO|HttpClient|pool-51-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:53.272+00:00|INFO|HttpClient|pool-51-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:53.273+00:00|INFO|CambriaSimplerBatchPublisher|pool-51-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:54.138+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:54.139+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:54.240+00:00|INFO|CambriaSimplerBatchPublisher|pool-52-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:48:54.241+00:00|INFO|HttpClient|pool-52-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:54.277+00:00|INFO|HttpClient|pool-52-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:54.278+00:00|INFO|CambriaSimplerBatchPublisher|pool-52-thread-1] cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:48:55.141+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:55.141+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:55.243+00:00|INFO|CambriaSimplerBatchPublisher|pool-53-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:48:55.244+00:00|INFO|HttpClient|pool-53-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:55.275+00:00|INFO|HttpClient|pool-53-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:55.275+00:00|INFO|CambriaSimplerBatchPublisher|pool-53-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:56.143+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:56.144+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:56.246+00:00|INFO|CambriaSimplerBatchPublisher|pool-54-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:48:56.246+00:00|INFO|HttpClient|pool-54-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:56.284+00:00|INFO|HttpClient|pool-54-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:56.284+00:00|INFO|CambriaSimplerBatchPublisher|pool-54-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:57.146+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:57.146+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:57.248+00:00|INFO|CambriaSimplerBatchPublisher|pool-55-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:48:57.248+00:00|INFO|HttpClient|pool-55-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:57.282+00:00|INFO|HttpClient|pool-55-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:57.282+00:00|INFO|CambriaSimplerBatchPublisher|pool-55-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:58.148+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:58.149+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:58.250+00:00|INFO|CambriaSimplerBatchPublisher|pool-56-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:48:58.251+00:00|INFO|HttpClient|pool-56-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:58.285+00:00|INFO|HttpClient|pool-56-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:58.286+00:00|INFO|CambriaSimplerBatchPublisher|pool-56-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:48:59.150+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:48:59.151+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:48:59.253+00:00|INFO|CambriaSimplerBatchPublisher|pool-57-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:48:59.254+00:00|INFO|HttpClient|pool-57-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:48:59.287+00:00|INFO|HttpClient|pool-57-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:48:59.287+00:00|INFO|CambriaSimplerBatchPublisher|pool-57-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:49:00.154+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download [2021-08-19T04:49:02.095+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus [2021-08-19T04:49:02.095+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:02.197+00:00|INFO|CambriaSimplerBatchPublisher|pool-58-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:49:02.198+00:00|INFO|HttpClient|pool-58-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:02.233+00:00|INFO|HttpClient|pool-58-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:02.233+00:00|INFO|CambriaSimplerBatchPublisher|pool-58-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:49:03.098+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus [2021-08-19T04:49:03.098+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:03.200+00:00|INFO|CambriaSimplerBatchPublisher|pool-59-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:49:03.200+00:00|INFO|HttpClient|pool-59-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:03.243+00:00|INFO|HttpClient|pool-59-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:03.243+00:00|INFO|CambriaSimplerBatchPublisher|pool-59-thread-1] cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:49:04.100+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status [2021-08-19T04:49:04.100+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:04.202+00:00|INFO|CambriaSimplerBatchPublisher|pool-60-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-08-19T04:49:04.204+00:00|INFO|HttpClient|pool-60-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:04.244+00:00|INFO|HttpClient|pool-60-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:04.244+00:00|INFO|CambriaSimplerBatchPublisher|pool-60-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:49:05.103+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:49:05.103+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:05.205+00:00|INFO|CambriaSimplerBatchPublisher|pool-61-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-08-19T04:49:05.205+00:00|INFO|HttpClient|pool-61-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:05.239+00:00|INFO|HttpClient|pool-61-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:05.239+00:00|INFO|CambriaSimplerBatchPublisher|pool-61-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:49:06.106+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:49:06.107+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:06.211+00:00|INFO|CambriaSimplerBatchPublisher|pool-62-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:49:06.211+00:00|INFO|HttpClient|pool-62-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:06.245+00:00|INFO|HttpClient|pool-62-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:06.245+00:00|INFO|CambriaSimplerBatchPublisher|pool-62-thread-1] cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:49:07.110+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:49:07.110+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:07.212+00:00|INFO|CambriaSimplerBatchPublisher|pool-63-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:49:07.212+00:00|INFO|HttpClient|pool-63-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:07.246+00:00|INFO|HttpClient|pool-63-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:07.246+00:00|INFO|CambriaSimplerBatchPublisher|pool-63-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:49:08.112+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:49:08.113+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:08.214+00:00|INFO|CambriaSimplerBatchPublisher|pool-64-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:49:08.215+00:00|INFO|HttpClient|pool-64-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:08.251+00:00|INFO|HttpClient|pool-64-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:08.251+00:00|INFO|CambriaSimplerBatchPublisher|pool-64-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:49:09.114+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:49:09.115+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:09.216+00:00|INFO|CambriaSimplerBatchPublisher|pool-65-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:49:09.217+00:00|INFO|HttpClient|pool-65-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:09.253+00:00|INFO|HttpClient|pool-65-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:09.253+00:00|INFO|CambriaSimplerBatchPublisher|pool-65-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:49:10.117+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:49:10.117+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:10.219+00:00|INFO|CambriaSimplerBatchPublisher|pool-66-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:49:10.220+00:00|INFO|HttpClient|pool-66-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:10.262+00:00|INFO|HttpClient|pool-66-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:10.263+00:00|INFO|CambriaSimplerBatchPublisher|pool-66-thread-1] cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:49:11.120+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:49:11.120+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:11.222+00:00|INFO|CambriaSimplerBatchPublisher|pool-67-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:49:11.222+00:00|INFO|HttpClient|pool-67-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:11.254+00:00|INFO|HttpClient|pool-67-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:11.254+00:00|INFO|CambriaSimplerBatchPublisher|pool-67-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:49:12.122+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:49:12.122+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:12.224+00:00|INFO|CambriaSimplerBatchPublisher|pool-68-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-08-19T04:49:12.225+00:00|INFO|HttpClient|pool-68-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:12.259+00:00|INFO|HttpClient|pool-68-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:12.260+00:00|INFO|CambriaSimplerBatchPublisher|pool-68-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:49:13.126+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download [2021-08-19T04:49:13.307+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus [2021-08-19T04:49:13.307+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:13.409+00:00|INFO|CambriaSimplerBatchPublisher|pool-69-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:49:13.409+00:00|INFO|HttpClient|pool-69-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:13.439+00:00|INFO|HttpClient|pool-69-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:13.440+00:00|INFO|CambriaSimplerBatchPublisher|pool-69-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:49:14.310+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus [2021-08-19T04:49:14.310+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:14.412+00:00|INFO|CambriaSimplerBatchPublisher|pool-70-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:49:14.412+00:00|INFO|HttpClient|pool-70-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:14.444+00:00|INFO|HttpClient|pool-70-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:14.444+00:00|INFO|CambriaSimplerBatchPublisher|pool-70-thread-1] cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:49:15.313+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status [2021-08-19T04:49:15.313+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:49:15.414+00:00|INFO|CambriaSimplerBatchPublisher|pool-71-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-08-19T04:49:15.415+00:00|INFO|HttpClient|pool-71-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:15.444+00:00|INFO|HttpClient|pool-71-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:15.445+00:00|INFO|CambriaSimplerBatchPublisher|pool-71-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:49:16.315+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:49:16.316+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:25.857+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:49:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:49:41.042+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:49:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:49:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:50:01.044+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:50:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:50:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:50:21.048+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:50:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:50:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:50:41.042+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:50:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:50:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:51:01.039+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:51:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:51:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:51:21.041+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:51:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:51:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:51:41.043+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:51:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:51:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:01.043+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:52:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:21.043+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:52:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:38.201+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:38.205+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:52:38.205+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:52:38.307+00:00|INFO|CambriaSimplerBatchPublisher|pool-72-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-08-19T04:52:38.307+00:00|INFO|HttpClient|pool-72-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:38.354+00:00|INFO|HttpClient|pool-72-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:38.354+00:00|INFO|CambriaSimplerBatchPublisher|pool-72-thread-1] cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:52:39.207+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:52:39.208+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:52:39.309+00:00|INFO|CambriaSimplerBatchPublisher|pool-73-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:52:39.310+00:00|INFO|HttpClient|pool-73-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:39.344+00:00|INFO|HttpClient|pool-73-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:39.344+00:00|INFO|CambriaSimplerBatchPublisher|pool-73-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:52:40.209+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:52:40.210+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:52:40.312+00:00|INFO|CambriaSimplerBatchPublisher|pool-74-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:52:40.312+00:00|INFO|HttpClient|pool-74-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:40.343+00:00|INFO|HttpClient|pool-74-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:40.343+00:00|INFO|CambriaSimplerBatchPublisher|pool-74-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:52:41.212+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:52:41.213+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:52:41.314+00:00|INFO|CambriaSimplerBatchPublisher|pool-75-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:52:41.315+00:00|INFO|HttpClient|pool-75-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:41.346+00:00|INFO|HttpClient|pool-75-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:41.346+00:00|INFO|CambriaSimplerBatchPublisher|pool-75-thread-1] cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:52:42.215+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:52:42.215+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:52:42.317+00:00|INFO|CambriaSimplerBatchPublisher|pool-76-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:52:42.317+00:00|INFO|HttpClient|pool-76-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:42.348+00:00|INFO|HttpClient|pool-76-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:42.348+00:00|INFO|CambriaSimplerBatchPublisher|pool-76-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:52:43.217+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:52:43.217+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:52:43.319+00:00|INFO|CambriaSimplerBatchPublisher|pool-77-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:52:43.319+00:00|INFO|HttpClient|pool-77-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:43.351+00:00|INFO|HttpClient|pool-77-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:43.351+00:00|INFO|CambriaSimplerBatchPublisher|pool-77-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:52:44.219+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:52:44.220+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:52:44.321+00:00|INFO|CambriaSimplerBatchPublisher|pool-78-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-08-19T04:52:44.322+00:00|INFO|HttpClient|pool-78-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:44.349+00:00|INFO|HttpClient|pool-78-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:44.349+00:00|INFO|CambriaSimplerBatchPublisher|pool-78-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:52:45.222+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:52:45.223+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:52:45.325+00:00|INFO|CambriaSimplerBatchPublisher|pool-79-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:52:45.325+00:00|INFO|HttpClient|pool-79-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:45.368+00:00|INFO|HttpClient|pool-79-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:45.368+00:00|INFO|CambriaSimplerBatchPublisher|pool-79-thread-1] cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:52:46.225+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:52:46.225+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:52:46.327+00:00|INFO|CambriaSimplerBatchPublisher|pool-80-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:52:46.328+00:00|INFO|HttpClient|pool-80-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:46.360+00:00|INFO|HttpClient|pool-80-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:46.361+00:00|INFO|CambriaSimplerBatchPublisher|pool-80-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:52:47.228+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download [2021-08-19T04:52:47.458+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus [2021-08-19T04:52:47.458+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:52:47.559+00:00|INFO|CambriaSimplerBatchPublisher|pool-81-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:52:47.560+00:00|INFO|HttpClient|pool-81-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:47.593+00:00|INFO|HttpClient|pool-81-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:47.593+00:00|INFO|CambriaSimplerBatchPublisher|pool-81-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:52:48.461+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus [2021-08-19T04:52:48.461+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:52:48.562+00:00|INFO|CambriaSimplerBatchPublisher|pool-82-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:52:48.563+00:00|INFO|HttpClient|pool-82-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:48.593+00:00|INFO|HttpClient|pool-82-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:48.593+00:00|INFO|CambriaSimplerBatchPublisher|pool-82-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:52:49.464+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status [2021-08-19T04:52:49.464+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:52:49.565+00:00|INFO|CambriaSimplerBatchPublisher|pool-83-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:52:49.566+00:00|INFO|HttpClient|pool-83-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:52:49.600+00:00|INFO|HttpClient|pool-83-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:52:49.600+00:00|INFO|CambriaSimplerBatchPublisher|pool-83-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:52:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:52:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:01.045+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:53:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:12.124+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:12.126+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:53:12.126+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:53:12.228+00:00|INFO|CambriaSimplerBatchPublisher|pool-84-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-08-19T04:53:12.228+00:00|INFO|HttpClient|pool-84-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:12.262+00:00|INFO|HttpClient|pool-84-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:12.262+00:00|INFO|CambriaSimplerBatchPublisher|pool-84-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:53:13.128+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:53:13.129+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:53:13.231+00:00|INFO|CambriaSimplerBatchPublisher|pool-85-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms [2021-08-19T04:53:13.231+00:00|INFO|HttpClient|pool-85-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:13.270+00:00|INFO|HttpClient|pool-85-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:13.270+00:00|INFO|CambriaSimplerBatchPublisher|pool-85-thread-1] cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:53:14.132+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:53:14.132+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:53:14.234+00:00|INFO|CambriaSimplerBatchPublisher|pool-86-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:53:14.234+00:00|INFO|HttpClient|pool-86-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:14.262+00:00|INFO|HttpClient|pool-86-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:14.262+00:00|INFO|CambriaSimplerBatchPublisher|pool-86-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:53:15.134+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:53:15.135+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:53:15.236+00:00|INFO|CambriaSimplerBatchPublisher|pool-87-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:53:15.237+00:00|INFO|HttpClient|pool-87-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:15.266+00:00|INFO|HttpClient|pool-87-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:15.267+00:00|INFO|CambriaSimplerBatchPublisher|pool-87-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:53:16.136+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:53:16.137+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:53:16.239+00:00|INFO|CambriaSimplerBatchPublisher|pool-88-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:53:16.239+00:00|INFO|HttpClient|pool-88-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:16.267+00:00|INFO|HttpClient|pool-88-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:16.267+00:00|INFO|CambriaSimplerBatchPublisher|pool-88-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:53:17.139+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:53:17.140+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:53:17.241+00:00|INFO|CambriaSimplerBatchPublisher|pool-89-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:53:17.241+00:00|INFO|HttpClient|pool-89-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:17.270+00:00|INFO|HttpClient|pool-89-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:17.270+00:00|INFO|CambriaSimplerBatchPublisher|pool-89-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:53:18.141+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:53:18.142+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:53:18.244+00:00|INFO|CambriaSimplerBatchPublisher|pool-90-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:53:18.244+00:00|INFO|HttpClient|pool-90-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:18.281+00:00|INFO|HttpClient|pool-90-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:18.281+00:00|INFO|CambriaSimplerBatchPublisher|pool-90-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:53:19.144+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:53:19.145+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:53:19.247+00:00|INFO|CambriaSimplerBatchPublisher|pool-91-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:53:19.247+00:00|INFO|HttpClient|pool-91-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:19.281+00:00|INFO|HttpClient|pool-91-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:19.282+00:00|INFO|CambriaSimplerBatchPublisher|pool-91-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:53:20.147+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendNotificationStatus [2021-08-19T04:53:20.147+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:53:20.249+00:00|INFO|CambriaSimplerBatchPublisher|pool-92-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:53:20.249+00:00|INFO|HttpClient|pool-92-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:20.284+00:00|INFO|HttpClient|pool-92-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:20.284+00:00|INFO|CambriaSimplerBatchPublisher|pool-92-thread-1] cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} [2021-08-19T04:53:21.150+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - download [2021-08-19T04:53:22.694+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDownloadStatus [2021-08-19T04:53:22.695+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:53:22.796+00:00|INFO|CambriaSimplerBatchPublisher|pool-93-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:53:22.796+00:00|INFO|HttpClient|pool-93-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:22.825+00:00|INFO|HttpClient|pool-93-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:22.826+00:00|INFO|CambriaSimplerBatchPublisher|pool-93-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:53:23.697+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendDeploymentStatus [2021-08-19T04:53:23.697+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:53:23.798+00:00|INFO|CambriaSimplerBatchPublisher|pool-94-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:53:23.798+00:00|INFO|HttpClient|pool-94-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:23.832+00:00|INFO|HttpClient|pool-94-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:23.832+00:00|INFO|CambriaSimplerBatchPublisher|pool-94-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:53:24.699+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendComponentDone status [2021-08-19T04:53:24.699+00:00|INFO|DistributionClientImpl|pool-3-thread-1] DistributionClient - sendStatus [2021-08-19T04:53:24.801+00:00|INFO|CambriaSimplerBatchPublisher|pool-95-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-08-19T04:53:24.801+00:00|INFO|HttpClient|pool-95-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:24.834+00:00|INFO|HttpClient|pool-95-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:24.834+00:00|INFO|CambriaSimplerBatchPublisher|pool-95-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-08-19T04:53:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:53:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:53:41.045+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:53:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:53:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:54:01.044+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:54:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:54:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:54:21.044+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:54:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:54:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:54:41.045+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:54:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:54:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:55:01.041+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:55:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:55:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:55:21.041+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-08-19T04:55:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:55:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:55:41.043+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:55:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:55:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:56:01.055+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:56:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:56:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:56:21.045+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:56:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:56:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:56:41.045+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:56:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:56:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:57:01.041+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:57:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:57:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:57:21.045+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:57:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:57:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:57:41.047+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:57:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:57:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:58:01.047+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:58:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:58:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:58:21.043+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:58:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:58:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:58:41.041+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:58:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:58:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:59:01.048+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-08-19T04:59:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:59:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:59:21.064+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T04:59:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:59:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T04:59:41.041+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T04:59:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T04:59:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:00:01.044+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T05:00:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:00:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:00:21.038+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T05:00:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:00:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:00:41.039+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T05:00:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:00:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:01:01.039+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T05:01:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:01:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:01:21.041+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T05:01:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:01:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:01:41.040+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T05:01:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:01:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:02:01.046+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T05:02:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:02:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:02:21.051+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-08-19T05:02:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:02:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:02:41.040+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:02:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:02:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:03:01.047+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:03:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:03:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:03:21.049+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:03:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:03:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:03:41.042+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:03:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:03:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:04:01.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:04:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:04:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:04:21.043+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:04:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:04:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:04:41.042+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:04:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:04:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:05:01.041+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:05:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:05:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:05:21.052+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:05:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:05:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:05:41.042+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:05:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:05:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:06:01.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:06:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:06:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:06:21.040+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:06:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:06:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:06:41.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:06:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:06:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:07:01.044+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:07:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:07:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:07:21.042+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:07:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:07:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:07:41.038+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:07:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:07:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:08:01.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:08:11.505+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:08:11.506+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:08:21.043+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:08:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:08:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:08:41.045+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:08:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:08:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:09:01.038+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:09:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:09:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:09:21.046+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:09:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:09:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:09:41.041+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-08-19T05:09:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:09:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:10:01.042+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:10:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:10:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:10:21.039+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:10:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:10:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:10:41.044+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:10:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:10:51.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:11:01.043+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:11:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:11:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:11:21.043+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:11:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:11:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:11:41.044+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:11:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:11:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:12:01.043+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:12:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:12:11.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:12:21.040+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:12:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:12:31.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:12:41.041+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:12:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:12:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:13:01.046+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:13:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:13:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:13:21.043+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:13:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:13:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:13:41.040+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:13:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:13:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:14:01.042+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:14:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:14:11.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:14:21.043+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:14:31.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:14:31.504+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:14:41.041+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:14:51.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:14:51.505+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 Nixq5ojdgsTKR3Pm) ... [2021-08-19T05:15:01.041+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-08-19T05:15:11.504+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-08-19T05:15:11.505+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 Nixq5ojdgsTKR3Pm) ...