By type
overriding logback.xml Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json [2021-09-09T10:22:34.489+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json] [2021-09-09T10:22:35.076+00:00|INFO|log|main] Logging initialized @1919ms to org.eclipse.jetty.util.log.Slf4jLog [2021-09-09T10:22:35.568+00:00|INFO|ServiceManager|main] service manager starting [2021-09-09T10:22:35.569+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup [2021-09-09T10:22:35.569+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-09-09T10:22:35.576+00:00|INFO|ServiceManager|main] service manager started [2021-09-09T10:22:35.576+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-09-09T10:22:35.653+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-09-09T10:22:35.673+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:22:35.673+00:00|INFO|Main|main] Started policy-distribution service successfully. [2021-09-09T10:22:35.864+00:00|INFO|session|SDCDistributionGroup-6969] DefaultSessionIdManager workerName=node0 [2021-09-09T10:22:35.865+00:00|INFO|session|SDCDistributionGroup-6969] No SessionScavenger set, using defaults [2021-09-09T10:22:35.867+00:00|INFO|session|SDCDistributionGroup-6969] node0 Scavenging every 660000ms [2021-09-09T10:22:38.872+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls [2021-09-09T10:22:38.874+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls [2021-09-09T10:22:39.073+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@7582ff54{/,null,AVAILABLE} [2021-09-09T10:22:39.249+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.3.85] 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-09-09T10:22:39.252+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b2415ae [2021-09-09T10:22:39.252+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:22:39.260+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:22:39.260+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:22:39.573+00:00|INFO|SslContextFactory|SDCDistributionGroup-6969] x509=X509@7ac0af0a(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@29234f21[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/distribution/etc/ssl/policy-truststore] [2021-09-09T10:22:39.864+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969} [2021-09-09T10:22:39.864+00:00|INFO|Server|SDCDistributionGroup-6969] Started @6709ms [2021-09-09T10:23:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:23:06.711+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.3.85] 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-09-09T10:23:06.711+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78027d43 [2021-09-09T10:23:06.711+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:23:06.711+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:23:06.711+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:23:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:23:36.696+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.3.85] 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-09-09T10:23:36.696+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18908ef5 [2021-09-09T10:23:36.696+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:23:36.696+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:23:36.696+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:24:05.669+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:24:06.712+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.3.85] 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-09-09T10:24:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4007cb2f [2021-09-09T10:24:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:24:06.712+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:24:06.712+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:24:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:24:36.696+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.3.85] 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-09-09T10:24:36.696+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79001cee [2021-09-09T10:24:36.696+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:24:36.696+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:24:36.696+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:25:05.669+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:25:06.711+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.3.85] 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-09-09T10:25:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f71a60a [2021-09-09T10:25:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:25:06.712+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:25:06.712+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:25:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:25:36.695+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.3.85] 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-09-09T10:25:36.695+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5aab52c [2021-09-09T10:25:36.696+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:25:36.696+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:25:36.696+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:26:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:26:06.712+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.3.85] 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-09-09T10:26:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57ac92fa [2021-09-09T10:26:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:26:06.713+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:26:06.713+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:26:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:26:36.696+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.3.85] 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-09-09T10:26:36.696+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68ad0e7 [2021-09-09T10:26:36.696+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:26:36.697+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:26:36.697+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:27:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:27:06.711+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.3.85] 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-09-09T10:27:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e62c305 [2021-09-09T10:27:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:27:06.712+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:27:06.712+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:27:35.669+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:27:36.696+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.3.85] 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-09-09T10:27:36.697+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7733ffd4 [2021-09-09T10:27:36.697+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:27:36.698+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:27:36.698+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:28:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:28:06.711+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.3.85] 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-09-09T10:28:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5edc5c4d [2021-09-09T10:28:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:28:06.712+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:28:06.712+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:28:35.669+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:28:36.696+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.3.85] 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-09-09T10:28:36.696+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4731568a [2021-09-09T10:28:36.696+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:28:36.697+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:28:36.697+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:29:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:29:06.710+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.3.85] 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-09-09T10:29:06.711+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6fc6c3b6 [2021-09-09T10:29:06.711+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:29:06.711+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:29:06.711+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:29:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:29:36.731+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.3.85] 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-09-09T10:29:36.731+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a92a90c [2021-09-09T10:29:36.731+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:29:36.732+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:29:36.732+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:30:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:30:06.712+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.3.85] 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-09-09T10:30:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@51808bff [2021-09-09T10:30:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:30:06.713+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:30:06.713+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:30:35.669+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:30:36.705+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.3.85] 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-09-09T10:30:36.705+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17999f34 [2021-09-09T10:30:36.706+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:30:36.706+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:30:36.706+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:31:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:31:06.711+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.3.85] 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-09-09T10:31:06.711+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71679dc [2021-09-09T10:31:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:31:06.712+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:31:06.712+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:31:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:31:36.694+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.3.85] 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-09-09T10:31:36.695+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@229b5f4 [2021-09-09T10:31:36.695+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:31:36.696+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:31:36.696+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:32:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:32:06.712+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.3.85] 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-09-09T10:32:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e0125d5 [2021-09-09T10:32:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:32:06.724+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:32:06.725+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:32:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:32:36.695+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.3.85] 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-09-09T10:32:36.695+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ef81520 [2021-09-09T10:32:36.695+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:32:36.696+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:32:36.696+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:33:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:33:06.712+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.3.85] 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-09-09T10:33:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d05a597 [2021-09-09T10:33:06.713+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:33:06.713+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:33:06.713+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:33:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:33:36.693+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.3.85] 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-09-09T10:33:36.694+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35bf4f97 [2021-09-09T10:33:36.694+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:33:36.694+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:33:36.694+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:34:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:34:06.682+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.3.85] 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-09-09T10:34:06.682+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@739bce5a [2021-09-09T10:34:06.682+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:34:06.682+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:34:06.682+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:34:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:34:36.695+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.3.85] 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-09-09T10:34:36.695+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ed3b7b5 [2021-09-09T10:34:36.695+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:34:36.695+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:34:36.695+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:35:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:35:06.710+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.3.85] 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-09-09T10:35:06.710+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@614226e3 [2021-09-09T10:35:06.710+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:35:06.710+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:35:06.710+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:35:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:35:36.694+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.3.85] 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-09-09T10:35:36.694+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76fe9aea [2021-09-09T10:35:36.694+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:35:36.695+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:35:36.695+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:36:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:36:06.711+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.3.85] 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-09-09T10:36:06.711+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39a28fa0 [2021-09-09T10:36:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:36:06.712+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:36:06.712+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:36:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:36:36.696+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.3.85] 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-09-09T10:36:36.696+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d7e0a94 [2021-09-09T10:36:36.696+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:36:36.696+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:36:36.696+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:37:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:37:06.710+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.3.85] 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-09-09T10:37:06.711+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63568e3f [2021-09-09T10:37:06.711+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:37:06.711+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:37:06.711+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:37:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:37:36.728+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.3.85] 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-09-09T10:37:36.728+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fc74835 [2021-09-09T10:37:36.728+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:37:36.729+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:37:36.729+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:38:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:38:06.712+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.3.85] 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-09-09T10:38:06.712+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b122019 [2021-09-09T10:38:06.713+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:38:06.713+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:38:06.713+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:38:35.669+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:38:36.726+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.3.85] 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-09-09T10:38:36.726+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@336dcb38 [2021-09-09T10:38:36.726+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:38:36.726+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:38:36.727+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:39:05.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:39:06.679+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.3.85] 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-09-09T10:39:06.680+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61fc16c1 [2021-09-09T10:39:06.680+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] [2021-09-09T10:39:06.681+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds [2021-09-09T10:39:06.681+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized [2021-09-09T10:39:35.668+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init [2021-09-09T10:39:36.064+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ... [2021-09-09T10:39:36.294+00:00|INFO|HttpClient|Timer-0] --> HTTP/1.1 200 OK [2021-09-09T10:39:36.477+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient [2021-09-09T10:39:36.487+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:39:36.491+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:39:46.764+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-09-09T10:39:56.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:39:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:40:06.034+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-09-09T10:40:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:40:16.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:40:26.029+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T10:40:36.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:40:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:40:46.028+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-09-09T10:40:56.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:40:56.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:41:06.028+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:41:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:41:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:41:26.025+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T10:41:36.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:41:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:41:46.023+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T10:41:56.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:41:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:42:06.025+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2021-09-09T10:42:16.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:42:16.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:42:26.021+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T10:42:36.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:42:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:42:46.030+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:42:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:42:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:43:06.026+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:43:16.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:43:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:43:26.023+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:43:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:43:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:43:46.023+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:43:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:43:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:44:06.024+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:44:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:44:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:44:26.023+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:44:36.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:44:36.487+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:44:46.026+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:44:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:44:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:45:06.024+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:45:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:45:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:45:26.021+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:45:36.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:45:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:45:46.022+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:45:56.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:45:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:46:06.023+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:46:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:46:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:46:26.022+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:46:36.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:46:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:46:46.017+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:46:56.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:46:56.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:47:06.034+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:47:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:47:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:47:26.025+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:47:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:47:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:47:46.025+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:47:56.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:47:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:48:06.023+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:48:16.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:48:16.487+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:48:26.025+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:48:36.488+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:48:36.491+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:48:46.029+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:48:56.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:48:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:49:06.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:49:16.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:49:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:49:26.026+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:49:36.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:49:36.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:49:46.024+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:49:56.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:49:56.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:50:06.024+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:50:16.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:50:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:50:26.021+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:50:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:50:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:50:46.028+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:50:56.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:50:56.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:51:06.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:51:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:51:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:51:26.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:51:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:51:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:51:46.026+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:51:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:51:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:52:06.023+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:52:16.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:52:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:52:26.022+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:52:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:52:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:52:46.026+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:52:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:52:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:53:06.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:53:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:53:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:53:26.022+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:53:36.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:53:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:53:46.029+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:53:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:53:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:54:06.022+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:54:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:54:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:54:26.023+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:54:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:54:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:54:46.022+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:54:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:54:56.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:55:06.023+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-09-09T10:55:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:55:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:55:26.022+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-09-09T10:55:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:55:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:55:46.023+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-09-09T10:55:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:55:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:56:06.021+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T10:56:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:56:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:56:26.021+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T10:56:36.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:56:36.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:56:46.022+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T10:56:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:56:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:57:06.021+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T10:57:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:57:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:57:26.019+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T10:57:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:57:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:57:46.023+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T10:57:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:57:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:58:06.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:58:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:58:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:58:26.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:58:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:58:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:58:46.026+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:58:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:58:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:59:06.019+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:59:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:59:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:59:26.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:59:36.487+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:59:36.488+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T10:59:46.023+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T10:59:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T10:59:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:00:06.023+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:00:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:00:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:00:26.021+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:00:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:00:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:00:46.037+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:00:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:00:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:01:06.018+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:01:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:01:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:01:26.021+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:01:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:01:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:01:46.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:01:56.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:01:56.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:02:06.022+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:02:16.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:02:16.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:02:26.022+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:02:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:02:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:02:46.024+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:02:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:02:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:03:06.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:03:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:03:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:03:26.022+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:03:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:03:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:03:46.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:03:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:03:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:04:06.021+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:04:16.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:04:16.487+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:04:26.023+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:04:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:04:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:04:46.025+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:04:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:04:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:05:06.029+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:05:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:05:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:05:26.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:05:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:05:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:05:46.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:05:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:05:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:06:06.025+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:06:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:06:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:06:26.023+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:06:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:06:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:06:46.025+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:06:56.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:06:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:07:06.022+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:07:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:07:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:07:26.024+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:07:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:07:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:07:46.020+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:07:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:07:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:08:06.022+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:08:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:08:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:08:26.018+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:08:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:08:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:08:46.025+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:08:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:08:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:09:06.019+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:09:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:09:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:09:26.022+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:09:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:09:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:09:46.024+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:09:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:09:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:10:06.024+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:10:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:10:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:10:26.021+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:10:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:10:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:10:46.025+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:10:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:10:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:11:06.019+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:11:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:11:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:11:26.020+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:11:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:11:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:11:46.024+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:11:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:11:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:12:06.020+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:12:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:12:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:12:26.019+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:12:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:12:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:12:46.022+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:12:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:12:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:13:06.020+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:13:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:13:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:13:26.025+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:13:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:13:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:13:46.021+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:13:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:13:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:14:06.024+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:14:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:14:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:14:26.022+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:14:36.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:14:36.488+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:14:46.029+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:14:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:14:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:15:06.021+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:15:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:15:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:15:26.025+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:15:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:15:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:15:46.024+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:15:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:15:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:16:06.022+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:16:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:16:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:16:26.023+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:16:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:16:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:16:46.023+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:16:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:16:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:17:06.023+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:17:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:17:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:17:26.020+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:17:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:17:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:17:46.019+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:17:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:17:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:18:06.023+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:18:06.769+00:00|INFO|RequestLog|qtp1052317717-22] 10.233.67.10 - healthcheck [09/Sep/2021:11:18:06 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-09-09T11:18:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:18:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:18:26.018+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:18:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:18:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:18:46.018+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:18:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:18:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:19:06.020+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:19:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:19:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:19:26.021+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:19:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:19:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:19:46.021+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:19:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:19:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:02.165+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:20:02.175+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus [2021-09-09T11:20:02.181+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendStatus [2021-09-09T11:20:02.288+00:00|INFO|CambriaSimplerBatchPublisher|pool-4-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:20:02.290+00:00|INFO|HttpClient|pool-4-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:02.328+00:00|INFO|HttpClient|pool-4-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:20:02.329+00:00|INFO|CambriaSimplerBatchPublisher|pool-4-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:20:03.189+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus [2021-09-09T11:20:03.191+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendStatus [2021-09-09T11:20:03.293+00:00|INFO|CambriaSimplerBatchPublisher|pool-5-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:20:03.294+00:00|INFO|HttpClient|pool-5-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:03.332+00:00|INFO|HttpClient|pool-5-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:20:03.332+00:00|INFO|CambriaSimplerBatchPublisher|pool-5-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:20:04.195+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus [2021-09-09T11:20:04.195+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendStatus [2021-09-09T11:20:04.297+00:00|INFO|CambriaSimplerBatchPublisher|pool-6-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:20:04.298+00:00|INFO|HttpClient|pool-6-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:04.345+00:00|INFO|HttpClient|pool-6-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:20:04.345+00:00|INFO|CambriaSimplerBatchPublisher|pool-6-thread-1] cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:20:05.197+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus [2021-09-09T11:20:05.198+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendStatus [2021-09-09T11:20:05.300+00:00|INFO|CambriaSimplerBatchPublisher|pool-7-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:20:05.301+00:00|INFO|HttpClient|pool-7-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:05.339+00:00|INFO|HttpClient|pool-7-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:20:05.340+00:00|INFO|CambriaSimplerBatchPublisher|pool-7-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:20:06.200+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus [2021-09-09T11:20:06.201+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendStatus [2021-09-09T11:20:06.303+00:00|INFO|CambriaSimplerBatchPublisher|pool-8-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:20:06.304+00:00|INFO|HttpClient|pool-8-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:06.337+00:00|INFO|HttpClient|pool-8-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:20:06.337+00:00|INFO|CambriaSimplerBatchPublisher|pool-8-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:20:07.203+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus [2021-09-09T11:20:07.204+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendStatus [2021-09-09T11:20:07.306+00:00|INFO|CambriaSimplerBatchPublisher|pool-9-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:20:07.307+00:00|INFO|HttpClient|pool-9-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:07.346+00:00|INFO|HttpClient|pool-9-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:20:07.346+00:00|INFO|CambriaSimplerBatchPublisher|pool-9-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:20:08.207+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendNotificationStatus [2021-09-09T11:20:08.208+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendStatus [2021-09-09T11:20:08.310+00:00|INFO|CambriaSimplerBatchPublisher|pool-10-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:20:08.310+00:00|INFO|HttpClient|pool-10-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:08.343+00:00|INFO|HttpClient|pool-10-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:20:08.343+00:00|INFO|CambriaSimplerBatchPublisher|pool-10-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:20:09.213+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - download [2021-09-09T11:20:10.581+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendDownloadStatus [2021-09-09T11:20:10.581+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendStatus [2021-09-09T11:20:10.683+00:00|INFO|CambriaSimplerBatchPublisher|pool-11-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:20:10.683+00:00|INFO|HttpClient|pool-11-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:10.723+00:00|INFO|HttpClient|pool-11-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:20:10.723+00:00|INFO|CambriaSimplerBatchPublisher|pool-11-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:20:11.588+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendDeploymentStatus [2021-09-09T11:20:11.588+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendStatus [2021-09-09T11:20:11.690+00:00|INFO|CambriaSimplerBatchPublisher|pool-12-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:20:11.690+00:00|INFO|HttpClient|pool-12-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:11.737+00:00|INFO|HttpClient|pool-12-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:20:11.738+00:00|INFO|CambriaSimplerBatchPublisher|pool-12-thread-1] cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:20:12.592+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendComponentDone status [2021-09-09T11:20:12.593+00:00|INFO|DistributionClientImpl|pool-3-thread-9] DistributionClient - sendStatus [2021-09-09T11:20:12.695+00:00|INFO|CambriaSimplerBatchPublisher|pool-13-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:20:12.696+00:00|INFO|HttpClient|pool-13-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:12.728+00:00|INFO|HttpClient|pool-13-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:20:12.728+00:00|INFO|CambriaSimplerBatchPublisher|pool-13-thread-1] cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:20:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:20:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:26.021+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:20:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:20:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:20:39.116+00:00|INFO|RequestLog|qtp1052317717-23] 10.233.67.10 - healthcheck [09/Sep/2021:11:20:39 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-09-09T11:20:46.021+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:20:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:20:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:06.019+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:21:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:21:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:23.719+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:21:23.723+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:21:23.723+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:21:23.826+00:00|INFO|CambriaSimplerBatchPublisher|pool-14-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:21:23.827+00:00|INFO|HttpClient|pool-14-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:23.870+00:00|INFO|HttpClient|pool-14-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:21:23.870+00:00|INFO|CambriaSimplerBatchPublisher|pool-14-thread-1] cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:21:24.726+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:21:24.727+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:21:24.829+00:00|INFO|CambriaSimplerBatchPublisher|pool-15-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:21:24.830+00:00|INFO|HttpClient|pool-15-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:24.863+00:00|INFO|HttpClient|pool-15-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:21:24.863+00:00|INFO|CambriaSimplerBatchPublisher|pool-15-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:21:25.729+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:21:25.731+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:21:25.834+00:00|INFO|CambriaSimplerBatchPublisher|pool-16-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:21:25.834+00:00|INFO|HttpClient|pool-16-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:25.876+00:00|INFO|HttpClient|pool-16-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:21:25.876+00:00|INFO|CambriaSimplerBatchPublisher|pool-16-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:21:26.734+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:21:26.735+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:21:26.837+00:00|INFO|CambriaSimplerBatchPublisher|pool-17-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:21:26.839+00:00|INFO|HttpClient|pool-17-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:26.871+00:00|INFO|HttpClient|pool-17-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:21:26.871+00:00|INFO|CambriaSimplerBatchPublisher|pool-17-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:21:27.737+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:21:27.738+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:21:27.840+00:00|INFO|CambriaSimplerBatchPublisher|pool-18-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:21:27.841+00:00|INFO|HttpClient|pool-18-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:27.889+00:00|INFO|HttpClient|pool-18-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:21:27.889+00:00|INFO|CambriaSimplerBatchPublisher|pool-18-thread-1] cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:21:28.740+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:21:28.741+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:21:28.843+00:00|INFO|CambriaSimplerBatchPublisher|pool-19-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:21:28.844+00:00|INFO|HttpClient|pool-19-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:28.882+00:00|INFO|HttpClient|pool-19-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:21:28.882+00:00|INFO|CambriaSimplerBatchPublisher|pool-19-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:21:29.743+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:21:29.744+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:21:29.845+00:00|INFO|CambriaSimplerBatchPublisher|pool-20-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:21:29.846+00:00|INFO|HttpClient|pool-20-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:29.885+00:00|INFO|HttpClient|pool-20-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:21:29.885+00:00|INFO|CambriaSimplerBatchPublisher|pool-20-thread-1] cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:21:30.747+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - download [2021-09-09T11:21:31.853+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDownloadStatus [2021-09-09T11:21:31.853+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:21:31.955+00:00|INFO|CambriaSimplerBatchPublisher|pool-21-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:21:31.956+00:00|INFO|HttpClient|pool-21-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:31.994+00:00|INFO|HttpClient|pool-21-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:21:31.994+00:00|INFO|CambriaSimplerBatchPublisher|pool-21-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:21:32.857+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDeploymentStatus [2021-09-09T11:21:32.858+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:21:32.959+00:00|INFO|CambriaSimplerBatchPublisher|pool-22-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:21:32.960+00:00|INFO|HttpClient|pool-22-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:32.995+00:00|INFO|HttpClient|pool-22-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:21:32.996+00:00|INFO|CambriaSimplerBatchPublisher|pool-22-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:21:33.860+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendComponentDone status [2021-09-09T11:21:33.860+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:21:33.963+00:00|INFO|CambriaSimplerBatchPublisher|pool-23-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:21:33.964+00:00|INFO|HttpClient|pool-23-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:34.008+00:00|INFO|HttpClient|pool-23-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:21:34.008+00:00|INFO|CambriaSimplerBatchPublisher|pool-23-thread-1] cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:21:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:21:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:21:46.020+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:21:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:21:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:22:05.766+00:00|INFO|RequestLog|qtp1052317717-25] 10.233.67.10 - healthcheck [09/Sep/2021:11:22:05 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-09-09T11:22:06.021+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:22:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:22:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:22:26.021+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:22:28.409+00:00|INFO|RequestLog|qtp1052317717-26] 10.233.67.10 - healthcheck [09/Sep/2021:11:22:28 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-09-09T11:22:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:22:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:22:46.020+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:22:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:22:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:23:06.020+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:23:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:23:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:23:26.019+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:23:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:23:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:23:46.024+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:23:46.714+00:00|INFO|RequestLog|qtp1052317717-26] 10.233.67.10 - healthcheck [09/Sep/2021:11:23:46 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-09-09T11:23:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:23:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:24:06.020+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:24:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:24:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:24:26.022+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:24:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:24:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:24:46.016+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:24:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:24:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:25:06.025+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:25:13.485+00:00|INFO|RequestLog|qtp1052317717-26] 10.233.67.10 - healthcheck [09/Sep/2021:11:25:13 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-09-09T11:25:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:25:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:25:26.020+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:25:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:25:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:25:46.020+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:25:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:25:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:26:06.021+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:26:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:26:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:26:26.018+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:26:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:26:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:26:46.020+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:26:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:26:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:27:06.026+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:27:15.908+00:00|INFO|RequestLog|qtp1052317717-21] 10.233.67.10 - healthcheck [09/Sep/2021:11:27:15 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-09-09T11:27:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:27:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:27:26.021+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:27:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:27:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:27:46.023+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:27:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:27:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:28:06.020+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:28:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:28:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:28:26.022+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:28:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:28:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:28:40.585+00:00|INFO|RequestLog|qtp1052317717-25] 10.233.67.10 - healthcheck [09/Sep/2021:11:28:40 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-09-09T11:28:46.023+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:28:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:28:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:29:06.019+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:29:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:29:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:29:26.020+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:29:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:29:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:29:46.019+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:29:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:29:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:30:06.019+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:30:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:30:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:30:26.020+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:30:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:30:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:30:46.022+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:30:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:30:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:31:06.020+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:31:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:31:16.487+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:31:19.602+00:00|INFO|RequestLog|qtp1052317717-20] 10.233.67.10 - healthcheck [09/Sep/2021:11:31:19 +0000] "GET /healthcheck HTTP/1.1" 200 115 "-" "Jersey/2.33 (HttpUrlConnection 11.0.9.1)" [2021-09-09T11:31:26.022+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:31:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:31:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:31:46.018+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T11:31:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:31:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:32:06.017+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-09-09T11:32:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:32:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:32:26.019+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-09-09T11:32:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:32:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:32:37.102+00:00|INFO|HttpClient|pool-3-thread-6] --> HTTP/1.1 200 OK [2021-09-09T11:32:37.106+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-09-09T11:32:37.107+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-09-09T11:32:37.209+00:00|INFO|CambriaSimplerBatchPublisher|pool-24-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:32:37.210+00:00|INFO|HttpClient|pool-24-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:32:37.253+00:00|INFO|HttpClient|pool-24-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:32:37.254+00:00|INFO|CambriaSimplerBatchPublisher|pool-24-thread-1] cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:32:38.109+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendNotificationStatus [2021-09-09T11:32:38.109+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-09-09T11:32:38.212+00:00|INFO|CambriaSimplerBatchPublisher|pool-25-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:32:38.212+00:00|INFO|HttpClient|pool-25-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:32:38.244+00:00|INFO|HttpClient|pool-25-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:32:38.248+00:00|INFO|CambriaSimplerBatchPublisher|pool-25-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:32:39.112+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - download [2021-09-09T11:32:39.698+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendDownloadStatus [2021-09-09T11:32:39.698+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-09-09T11:32:39.800+00:00|INFO|CambriaSimplerBatchPublisher|pool-26-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:32:39.801+00:00|INFO|HttpClient|pool-26-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:32:39.841+00:00|INFO|HttpClient|pool-26-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:32:39.841+00:00|INFO|CambriaSimplerBatchPublisher|pool-26-thread-1] cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:32:40.701+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendDeploymentStatus [2021-09-09T11:32:40.701+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-09-09T11:32:40.804+00:00|INFO|CambriaSimplerBatchPublisher|pool-27-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:32:40.806+00:00|INFO|HttpClient|pool-27-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:32:40.840+00:00|INFO|HttpClient|pool-27-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:32:40.841+00:00|INFO|CambriaSimplerBatchPublisher|pool-27-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:32:41.704+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendComponentDone status [2021-09-09T11:32:41.705+00:00|INFO|DistributionClientImpl|pool-3-thread-6] DistributionClient - sendStatus [2021-09-09T11:32:41.807+00:00|INFO|CambriaSimplerBatchPublisher|pool-28-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:32:41.807+00:00|INFO|HttpClient|pool-28-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:32:41.840+00:00|INFO|HttpClient|pool-28-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:32:41.840+00:00|INFO|CambriaSimplerBatchPublisher|pool-28-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:32:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:32:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:33:06.021+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:33:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:33:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:33:26.022+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:33:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:33:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:33:46.039+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:33:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:33:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:06.019+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:34:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:34:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:17.104+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:34:17.108+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:34:17.108+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:34:17.211+00:00|INFO|CambriaSimplerBatchPublisher|pool-29-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:34:17.211+00:00|INFO|HttpClient|pool-29-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:17.251+00:00|INFO|HttpClient|pool-29-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:34:17.251+00:00|INFO|CambriaSimplerBatchPublisher|pool-29-thread-1] cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:34:18.111+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:34:18.112+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:34:18.214+00:00|INFO|CambriaSimplerBatchPublisher|pool-30-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:34:18.215+00:00|INFO|HttpClient|pool-30-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:18.247+00:00|INFO|HttpClient|pool-30-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:34:18.247+00:00|INFO|CambriaSimplerBatchPublisher|pool-30-thread-1] cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:34:19.114+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:34:19.114+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:34:19.216+00:00|INFO|CambriaSimplerBatchPublisher|pool-31-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:34:19.217+00:00|INFO|HttpClient|pool-31-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:19.262+00:00|INFO|HttpClient|pool-31-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:34:19.262+00:00|INFO|CambriaSimplerBatchPublisher|pool-31-thread-1] cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:34:20.116+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:34:20.117+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:34:20.220+00:00|INFO|CambriaSimplerBatchPublisher|pool-32-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:34:20.221+00:00|INFO|HttpClient|pool-32-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:20.263+00:00|INFO|HttpClient|pool-32-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:34:20.263+00:00|INFO|CambriaSimplerBatchPublisher|pool-32-thread-1] cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:34:21.120+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:34:21.120+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:34:21.222+00:00|INFO|CambriaSimplerBatchPublisher|pool-33-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:34:21.223+00:00|INFO|HttpClient|pool-33-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:21.256+00:00|INFO|HttpClient|pool-33-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:34:21.256+00:00|INFO|CambriaSimplerBatchPublisher|pool-33-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:34:22.122+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:34:22.123+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:34:22.225+00:00|INFO|CambriaSimplerBatchPublisher|pool-34-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:34:22.226+00:00|INFO|HttpClient|pool-34-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:22.259+00:00|INFO|HttpClient|pool-34-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:34:22.259+00:00|INFO|CambriaSimplerBatchPublisher|pool-34-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:34:23.125+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:34:23.126+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:34:23.228+00:00|INFO|CambriaSimplerBatchPublisher|pool-35-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:34:23.229+00:00|INFO|HttpClient|pool-35-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:23.263+00:00|INFO|HttpClient|pool-35-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:34:23.263+00:00|INFO|CambriaSimplerBatchPublisher|pool-35-thread-1] cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:34:24.128+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:34:24.128+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:34:24.231+00:00|INFO|CambriaSimplerBatchPublisher|pool-36-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:34:24.232+00:00|INFO|HttpClient|pool-36-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:24.268+00:00|INFO|HttpClient|pool-36-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:34:24.268+00:00|INFO|CambriaSimplerBatchPublisher|pool-36-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:34:25.132+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - download [2021-09-09T11:34:26.280+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDownloadStatus [2021-09-09T11:34:26.280+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:34:26.382+00:00|INFO|CambriaSimplerBatchPublisher|pool-37-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:34:26.383+00:00|INFO|HttpClient|pool-37-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:26.426+00:00|INFO|HttpClient|pool-37-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:34:26.427+00:00|INFO|CambriaSimplerBatchPublisher|pool-37-thread-1] cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:34:27.284+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDeploymentStatus [2021-09-09T11:34:27.284+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:34:27.386+00:00|INFO|CambriaSimplerBatchPublisher|pool-38-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:34:27.386+00:00|INFO|HttpClient|pool-38-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:27.421+00:00|INFO|HttpClient|pool-38-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:34:27.422+00:00|INFO|CambriaSimplerBatchPublisher|pool-38-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:34:28.286+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendComponentDone status [2021-09-09T11:34:28.286+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:34:28.388+00:00|INFO|CambriaSimplerBatchPublisher|pool-39-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:34:28.389+00:00|INFO|HttpClient|pool-39-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:28.422+00:00|INFO|HttpClient|pool-39-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:34:28.422+00:00|INFO|CambriaSimplerBatchPublisher|pool-39-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:34:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:34:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:34:46.020+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:34:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:34:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:35:06.029+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:35:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:35:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:35:26.018+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:35:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:35:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:35:46.015+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:35:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:35:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:06.015+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:36:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:36:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:26.021+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:36:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:36:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:46.120+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:36:46.127+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:36:46.127+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:46.230+00:00|INFO|CambriaSimplerBatchPublisher|pool-40-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:36:46.231+00:00|INFO|HttpClient|pool-40-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:46.268+00:00|INFO|HttpClient|pool-40-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:46.269+00:00|INFO|CambriaSimplerBatchPublisher|pool-40-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:36:47.130+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:36:47.130+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:47.233+00:00|INFO|CambriaSimplerBatchPublisher|pool-41-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:36:47.233+00:00|INFO|HttpClient|pool-41-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:47.271+00:00|INFO|HttpClient|pool-41-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:47.271+00:00|INFO|CambriaSimplerBatchPublisher|pool-41-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:36:48.133+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:36:48.133+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:48.236+00:00|INFO|CambriaSimplerBatchPublisher|pool-42-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:36:48.237+00:00|INFO|HttpClient|pool-42-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:48.277+00:00|INFO|HttpClient|pool-42-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:48.277+00:00|INFO|CambriaSimplerBatchPublisher|pool-42-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:36:49.136+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:36:49.136+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:49.239+00:00|INFO|CambriaSimplerBatchPublisher|pool-43-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:36:49.240+00:00|INFO|HttpClient|pool-43-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:49.273+00:00|INFO|HttpClient|pool-43-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:49.274+00:00|INFO|CambriaSimplerBatchPublisher|pool-43-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:36:50.139+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:36:50.140+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:50.242+00:00|INFO|CambriaSimplerBatchPublisher|pool-44-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:36:50.243+00:00|INFO|HttpClient|pool-44-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:50.294+00:00|INFO|HttpClient|pool-44-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:50.295+00:00|INFO|CambriaSimplerBatchPublisher|pool-44-thread-1] cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:36:51.142+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:36:51.143+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:51.245+00:00|INFO|CambriaSimplerBatchPublisher|pool-45-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:36:51.246+00:00|INFO|HttpClient|pool-45-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:51.283+00:00|INFO|HttpClient|pool-45-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:51.283+00:00|INFO|CambriaSimplerBatchPublisher|pool-45-thread-1] cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:36:52.145+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:36:52.146+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:52.248+00:00|INFO|CambriaSimplerBatchPublisher|pool-46-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:36:52.248+00:00|INFO|HttpClient|pool-46-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:52.283+00:00|INFO|HttpClient|pool-46-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:52.284+00:00|INFO|CambriaSimplerBatchPublisher|pool-46-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:36:53.148+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:36:53.149+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:53.250+00:00|INFO|CambriaSimplerBatchPublisher|pool-47-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:36:53.251+00:00|INFO|HttpClient|pool-47-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:53.283+00:00|INFO|HttpClient|pool-47-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:53.284+00:00|INFO|CambriaSimplerBatchPublisher|pool-47-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:36:54.151+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - download [2021-09-09T11:36:54.810+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDownloadStatus [2021-09-09T11:36:54.810+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:54.913+00:00|INFO|CambriaSimplerBatchPublisher|pool-48-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:36:54.913+00:00|INFO|HttpClient|pool-48-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:54.950+00:00|INFO|HttpClient|pool-48-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:54.951+00:00|INFO|CambriaSimplerBatchPublisher|pool-48-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:36:55.813+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDeploymentStatus [2021-09-09T11:36:55.814+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:55.915+00:00|INFO|CambriaSimplerBatchPublisher|pool-49-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:36:55.916+00:00|INFO|HttpClient|pool-49-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:55.959+00:00|INFO|HttpClient|pool-49-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:55.959+00:00|INFO|CambriaSimplerBatchPublisher|pool-49-thread-1] cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:36:56.816+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendComponentDone status [2021-09-09T11:36:56.816+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:56.919+00:00|INFO|CambriaSimplerBatchPublisher|pool-50-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:36:56.919+00:00|INFO|HttpClient|pool-50-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:56.965+00:00|INFO|HttpClient|pool-50-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:56.965+00:00|INFO|CambriaSimplerBatchPublisher|pool-50-thread-1] cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:36:57.819+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:36:57.820+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:58.438+00:00|INFO|HttpClient|pool-3-thread-4] --> HTTP/1.1 200 OK [2021-09-09T11:36:58.442+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:36:58.442+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:58.544+00:00|INFO|CambriaSimplerBatchPublisher|pool-51-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:36:58.544+00:00|INFO|HttpClient|pool-51-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:58.574+00:00|INFO|HttpClient|pool-51-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:58.574+00:00|INFO|CambriaSimplerBatchPublisher|pool-51-thread-1] cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:36:59.444+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:36:59.444+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:36:59.546+00:00|INFO|CambriaSimplerBatchPublisher|pool-52-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:36:59.547+00:00|INFO|HttpClient|pool-52-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:36:59.587+00:00|INFO|HttpClient|pool-52-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:36:59.587+00:00|INFO|CambriaSimplerBatchPublisher|pool-52-thread-1] cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:37:00.446+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:37:00.447+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:37:00.549+00:00|INFO|CambriaSimplerBatchPublisher|pool-53-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:00.550+00:00|INFO|HttpClient|pool-53-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:00.582+00:00|INFO|HttpClient|pool-53-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:00.583+00:00|INFO|CambriaSimplerBatchPublisher|pool-53-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:01.449+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:37:01.450+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:37:01.552+00:00|INFO|CambriaSimplerBatchPublisher|pool-54-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:01.553+00:00|INFO|HttpClient|pool-54-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:01.589+00:00|INFO|HttpClient|pool-54-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:01.589+00:00|INFO|CambriaSimplerBatchPublisher|pool-54-thread-1] cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:37:02.452+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:37:02.452+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:37:02.554+00:00|INFO|CambriaSimplerBatchPublisher|pool-55-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:02.555+00:00|INFO|HttpClient|pool-55-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:02.589+00:00|INFO|HttpClient|pool-55-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:02.589+00:00|INFO|CambriaSimplerBatchPublisher|pool-55-thread-1] cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:37:03.454+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:37:03.455+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:37:03.557+00:00|INFO|CambriaSimplerBatchPublisher|pool-56-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:03.558+00:00|INFO|HttpClient|pool-56-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:03.591+00:00|INFO|HttpClient|pool-56-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:03.591+00:00|INFO|CambriaSimplerBatchPublisher|pool-56-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:04.457+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendNotificationStatus [2021-09-09T11:37:04.458+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:37:04.560+00:00|INFO|CambriaSimplerBatchPublisher|pool-57-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:04.560+00:00|INFO|HttpClient|pool-57-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:04.603+00:00|INFO|HttpClient|pool-57-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:04.603+00:00|INFO|CambriaSimplerBatchPublisher|pool-57-thread-1] cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:05.460+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - download [2021-09-09T11:37:07.845+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDownloadStatus [2021-09-09T11:37:07.845+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:37:07.947+00:00|INFO|CambriaSimplerBatchPublisher|pool-58-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:07.948+00:00|INFO|HttpClient|pool-58-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:07.977+00:00|INFO|HttpClient|pool-58-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:07.978+00:00|INFO|CambriaSimplerBatchPublisher|pool-58-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:08.849+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendDeploymentStatus [2021-09-09T11:37:08.849+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:37:08.952+00:00|INFO|CambriaSimplerBatchPublisher|pool-59-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:08.952+00:00|INFO|HttpClient|pool-59-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:08.991+00:00|INFO|HttpClient|pool-59-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:08.991+00:00|INFO|CambriaSimplerBatchPublisher|pool-59-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:09.852+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendComponentDone status [2021-09-09T11:37:09.853+00:00|INFO|DistributionClientImpl|pool-3-thread-4] DistributionClient - sendStatus [2021-09-09T11:37:09.955+00:00|INFO|CambriaSimplerBatchPublisher|pool-60-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:37:09.955+00:00|INFO|HttpClient|pool-60-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:09.985+00:00|INFO|HttpClient|pool-60-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:09.985+00:00|INFO|CambriaSimplerBatchPublisher|pool-60-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:37:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:17.101+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:37:17.103+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:37:17.103+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:37:17.205+00:00|INFO|CambriaSimplerBatchPublisher|pool-61-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:37:17.205+00:00|INFO|HttpClient|pool-61-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:17.244+00:00|INFO|HttpClient|pool-61-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:17.245+00:00|INFO|CambriaSimplerBatchPublisher|pool-61-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:18.105+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:37:18.106+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:37:18.208+00:00|INFO|CambriaSimplerBatchPublisher|pool-62-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:18.209+00:00|INFO|HttpClient|pool-62-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:18.238+00:00|INFO|HttpClient|pool-62-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:18.238+00:00|INFO|CambriaSimplerBatchPublisher|pool-62-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:19.108+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:37:19.109+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:37:19.211+00:00|INFO|CambriaSimplerBatchPublisher|pool-63-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:19.211+00:00|INFO|HttpClient|pool-63-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:19.241+00:00|INFO|HttpClient|pool-63-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:19.241+00:00|INFO|CambriaSimplerBatchPublisher|pool-63-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:20.111+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:37:20.111+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:37:20.213+00:00|INFO|CambriaSimplerBatchPublisher|pool-64-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:20.214+00:00|INFO|HttpClient|pool-64-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:20.254+00:00|INFO|HttpClient|pool-64-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:20.254+00:00|INFO|CambriaSimplerBatchPublisher|pool-64-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:21.113+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:37:21.113+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:37:21.215+00:00|INFO|CambriaSimplerBatchPublisher|pool-65-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:21.216+00:00|INFO|HttpClient|pool-65-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:21.255+00:00|INFO|HttpClient|pool-65-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:21.255+00:00|INFO|CambriaSimplerBatchPublisher|pool-65-thread-1] cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:37:22.115+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:37:22.115+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:37:22.218+00:00|INFO|CambriaSimplerBatchPublisher|pool-66-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:37:22.220+00:00|INFO|HttpClient|pool-66-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:22.250+00:00|INFO|HttpClient|pool-66-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:22.251+00:00|INFO|CambriaSimplerBatchPublisher|pool-66-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:23.118+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:37:23.118+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:37:23.220+00:00|INFO|CambriaSimplerBatchPublisher|pool-67-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:23.221+00:00|INFO|HttpClient|pool-67-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:23.255+00:00|INFO|HttpClient|pool-67-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:23.255+00:00|INFO|CambriaSimplerBatchPublisher|pool-67-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:24.121+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:37:24.121+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:37:24.224+00:00|INFO|CambriaSimplerBatchPublisher|pool-68-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:37:24.226+00:00|INFO|HttpClient|pool-68-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:24.263+00:00|INFO|HttpClient|pool-68-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:24.264+00:00|INFO|CambriaSimplerBatchPublisher|pool-68-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:25.125+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - download [2021-09-09T11:37:26.132+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDownloadStatus [2021-09-09T11:37:26.132+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:37:26.233+00:00|INFO|CambriaSimplerBatchPublisher|pool-69-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:26.234+00:00|INFO|HttpClient|pool-69-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:26.273+00:00|INFO|HttpClient|pool-69-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:26.274+00:00|INFO|CambriaSimplerBatchPublisher|pool-69-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:27.135+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDeploymentStatus [2021-09-09T11:37:27.135+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:37:27.238+00:00|INFO|CambriaSimplerBatchPublisher|pool-70-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:37:27.238+00:00|INFO|HttpClient|pool-70-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:27.271+00:00|INFO|HttpClient|pool-70-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:27.272+00:00|INFO|CambriaSimplerBatchPublisher|pool-70-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:37:28.138+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendComponentDone status [2021-09-09T11:37:28.138+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:37:28.240+00:00|INFO|CambriaSimplerBatchPublisher|pool-71-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:37:28.241+00:00|INFO|HttpClient|pool-71-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:28.278+00:00|INFO|HttpClient|pool-71-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:37:28.278+00:00|INFO|CambriaSimplerBatchPublisher|pool-71-thread-1] cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:37:36.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:37:36.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:37:46.022+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:37:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:37:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:38:06.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:38:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:38:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:38:26.017+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:38:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:38:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:38:46.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:38:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:38:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:39:06.018+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:39:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:39:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:39:26.017+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:39:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:39:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:39:46.018+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:39:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:39:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:39:57.102+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:39:57.106+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:39:57.106+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:39:57.209+00:00|INFO|CambriaSimplerBatchPublisher|pool-72-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:39:57.210+00:00|INFO|HttpClient|pool-72-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:39:57.244+00:00|INFO|HttpClient|pool-72-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:39:57.245+00:00|INFO|CambriaSimplerBatchPublisher|pool-72-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:39:58.109+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:39:58.109+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:39:58.212+00:00|INFO|CambriaSimplerBatchPublisher|pool-73-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:39:58.212+00:00|INFO|HttpClient|pool-73-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:39:58.242+00:00|INFO|HttpClient|pool-73-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:39:58.242+00:00|INFO|CambriaSimplerBatchPublisher|pool-73-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:39:59.112+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:39:59.112+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:39:59.214+00:00|INFO|CambriaSimplerBatchPublisher|pool-74-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:39:59.214+00:00|INFO|HttpClient|pool-74-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:39:59.244+00:00|INFO|HttpClient|pool-74-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:39:59.245+00:00|INFO|CambriaSimplerBatchPublisher|pool-74-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:40:00.114+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:40:00.114+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:40:00.216+00:00|INFO|CambriaSimplerBatchPublisher|pool-75-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:40:00.217+00:00|INFO|HttpClient|pool-75-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:40:00.251+00:00|INFO|HttpClient|pool-75-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:40:00.251+00:00|INFO|CambriaSimplerBatchPublisher|pool-75-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:40:01.116+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:40:01.117+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:40:01.218+00:00|INFO|CambriaSimplerBatchPublisher|pool-76-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:40:01.219+00:00|INFO|HttpClient|pool-76-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:40:01.251+00:00|INFO|HttpClient|pool-76-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:40:01.252+00:00|INFO|CambriaSimplerBatchPublisher|pool-76-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:40:02.119+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:40:02.119+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:40:02.222+00:00|INFO|CambriaSimplerBatchPublisher|pool-77-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:40:02.223+00:00|INFO|HttpClient|pool-77-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:40:02.274+00:00|INFO|HttpClient|pool-77-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:40:02.275+00:00|INFO|CambriaSimplerBatchPublisher|pool-77-thread-1] cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:40:03.121+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:40:03.122+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:40:03.224+00:00|INFO|CambriaSimplerBatchPublisher|pool-78-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:40:03.225+00:00|INFO|HttpClient|pool-78-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:40:03.264+00:00|INFO|HttpClient|pool-78-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:40:03.264+00:00|INFO|CambriaSimplerBatchPublisher|pool-78-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:40:04.124+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:40:04.125+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:40:04.227+00:00|INFO|CambriaSimplerBatchPublisher|pool-79-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:40:04.228+00:00|INFO|HttpClient|pool-79-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:40:04.264+00:00|INFO|HttpClient|pool-79-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:40:04.265+00:00|INFO|CambriaSimplerBatchPublisher|pool-79-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:40:05.127+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:40:05.127+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:40:05.230+00:00|INFO|CambriaSimplerBatchPublisher|pool-80-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:40:05.231+00:00|INFO|HttpClient|pool-80-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:40:05.264+00:00|INFO|HttpClient|pool-80-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:40:05.264+00:00|INFO|CambriaSimplerBatchPublisher|pool-80-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:40:06.131+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - download [2021-09-09T11:40:08.346+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendDownloadStatus [2021-09-09T11:40:08.346+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:40:08.448+00:00|INFO|CambriaSimplerBatchPublisher|pool-81-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:40:08.448+00:00|INFO|HttpClient|pool-81-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:40:08.481+00:00|INFO|HttpClient|pool-81-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:40:08.481+00:00|INFO|CambriaSimplerBatchPublisher|pool-81-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:40:09.349+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendDeploymentStatus [2021-09-09T11:40:09.350+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:40:09.451+00:00|INFO|CambriaSimplerBatchPublisher|pool-82-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:40:09.452+00:00|INFO|HttpClient|pool-82-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:40:09.490+00:00|INFO|HttpClient|pool-82-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:40:09.490+00:00|INFO|CambriaSimplerBatchPublisher|pool-82-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:40:10.351+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendComponentDone status [2021-09-09T11:40:10.352+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:40:10.454+00:00|INFO|CambriaSimplerBatchPublisher|pool-83-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:40:10.455+00:00|INFO|HttpClient|pool-83-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:40:10.494+00:00|INFO|HttpClient|pool-83-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:40:10.494+00:00|INFO|CambriaSimplerBatchPublisher|pool-83-thread-1] cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:40:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:40:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:40:26.018+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:40:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:40:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:40:46.018+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:40:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:40:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:06.015+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:41:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:41:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:17.102+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-09-09T11:41:17.106+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-09-09T11:41:17.106+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-09-09T11:41:17.208+00:00|INFO|CambriaSimplerBatchPublisher|pool-84-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:41:17.208+00:00|INFO|HttpClient|pool-84-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:17.243+00:00|INFO|HttpClient|pool-84-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:41:17.243+00:00|INFO|CambriaSimplerBatchPublisher|pool-84-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:41:18.108+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-09-09T11:41:18.108+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-09-09T11:41:18.211+00:00|INFO|CambriaSimplerBatchPublisher|pool-85-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:41:18.212+00:00|INFO|HttpClient|pool-85-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:18.242+00:00|INFO|HttpClient|pool-85-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:41:18.243+00:00|INFO|CambriaSimplerBatchPublisher|pool-85-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:41:19.111+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-09-09T11:41:19.111+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-09-09T11:41:19.214+00:00|INFO|CambriaSimplerBatchPublisher|pool-86-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:41:19.215+00:00|INFO|HttpClient|pool-86-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:19.245+00:00|INFO|HttpClient|pool-86-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:41:19.245+00:00|INFO|CambriaSimplerBatchPublisher|pool-86-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:41:20.114+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-09-09T11:41:20.114+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-09-09T11:41:20.217+00:00|INFO|CambriaSimplerBatchPublisher|pool-87-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:41:20.217+00:00|INFO|HttpClient|pool-87-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:20.256+00:00|INFO|HttpClient|pool-87-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:41:20.256+00:00|INFO|CambriaSimplerBatchPublisher|pool-87-thread-1] cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:41:21.117+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-09-09T11:41:21.117+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-09-09T11:41:21.219+00:00|INFO|CambriaSimplerBatchPublisher|pool-88-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:41:21.220+00:00|INFO|HttpClient|pool-88-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:21.260+00:00|INFO|HttpClient|pool-88-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:41:21.260+00:00|INFO|CambriaSimplerBatchPublisher|pool-88-thread-1] cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:41:22.119+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-09-09T11:41:22.120+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-09-09T11:41:22.222+00:00|INFO|CambriaSimplerBatchPublisher|pool-89-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:41:22.222+00:00|INFO|HttpClient|pool-89-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:22.255+00:00|INFO|HttpClient|pool-89-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:41:22.256+00:00|INFO|CambriaSimplerBatchPublisher|pool-89-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:41:23.121+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-09-09T11:41:23.122+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-09-09T11:41:23.224+00:00|INFO|CambriaSimplerBatchPublisher|pool-90-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:41:23.225+00:00|INFO|HttpClient|pool-90-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:23.260+00:00|INFO|HttpClient|pool-90-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:41:23.260+00:00|INFO|CambriaSimplerBatchPublisher|pool-90-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:41:24.124+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-09-09T11:41:24.125+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-09-09T11:41:24.227+00:00|INFO|CambriaSimplerBatchPublisher|pool-91-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:41:24.228+00:00|INFO|HttpClient|pool-91-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:24.257+00:00|INFO|HttpClient|pool-91-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:41:24.258+00:00|INFO|CambriaSimplerBatchPublisher|pool-91-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:41:25.127+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendNotificationStatus [2021-09-09T11:41:25.128+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-09-09T11:41:25.230+00:00|INFO|CambriaSimplerBatchPublisher|pool-92-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:41:25.231+00:00|INFO|HttpClient|pool-92-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:25.261+00:00|INFO|HttpClient|pool-92-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:41:25.262+00:00|INFO|CambriaSimplerBatchPublisher|pool-92-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:41:26.131+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - download [2021-09-09T11:41:29.034+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendDownloadStatus [2021-09-09T11:41:29.034+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-09-09T11:41:29.135+00:00|INFO|CambriaSimplerBatchPublisher|pool-93-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:41:29.136+00:00|INFO|HttpClient|pool-93-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:29.166+00:00|INFO|HttpClient|pool-93-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:41:29.166+00:00|INFO|CambriaSimplerBatchPublisher|pool-93-thread-1] cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:41:30.037+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendDeploymentStatus [2021-09-09T11:41:30.037+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-09-09T11:41:30.139+00:00|INFO|CambriaSimplerBatchPublisher|pool-94-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:41:30.140+00:00|INFO|HttpClient|pool-94-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:30.169+00:00|INFO|HttpClient|pool-94-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:41:30.169+00:00|INFO|CambriaSimplerBatchPublisher|pool-94-thread-1] cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:41:31.039+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendComponentDone status [2021-09-09T11:41:31.040+00:00|INFO|DistributionClientImpl|pool-3-thread-8] DistributionClient - sendStatus [2021-09-09T11:41:31.142+00:00|INFO|CambriaSimplerBatchPublisher|pool-95-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:41:31.142+00:00|INFO|HttpClient|pool-95-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:31.170+00:00|INFO|HttpClient|pool-95-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:41:31.170+00:00|INFO|CambriaSimplerBatchPublisher|pool-95-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:41:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:41:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:41:46.020+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-09-09T11:41:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:41:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:42:06.021+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-09-09T11:42:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:42:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:42:26.017+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-09-09T11:42:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:42:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:42:46.018+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-09-09T11:42:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:42:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:43:06.019+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:43:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:43:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:43:26.017+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:43:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:43:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:43:46.017+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:43:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:43:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:44:06.018+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:44:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:44:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:44:26.024+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:44:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:44:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:44:46.019+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:44:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:44:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:45:06.015+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:45:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:45:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:45:26.027+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:45:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:45:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:45:46.018+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:45:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:45:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:46:06.028+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:46:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:46:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:46:26.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:46:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:46:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:46:46.017+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:46:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:46:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:00.209+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:47:00.212+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:47:00.212+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:47:00.314+00:00|INFO|CambriaSimplerBatchPublisher|pool-96-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:47:00.314+00:00|INFO|HttpClient|pool-96-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:00.346+00:00|INFO|HttpClient|pool-96-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:47:00.346+00:00|INFO|CambriaSimplerBatchPublisher|pool-96-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:47:01.214+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:47:01.214+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:47:01.316+00:00|INFO|CambriaSimplerBatchPublisher|pool-97-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:47:01.317+00:00|INFO|HttpClient|pool-97-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:01.346+00:00|INFO|HttpClient|pool-97-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:47:01.347+00:00|INFO|CambriaSimplerBatchPublisher|pool-97-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:47:02.216+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:47:02.216+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:47:02.318+00:00|INFO|CambriaSimplerBatchPublisher|pool-98-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:47:02.319+00:00|INFO|HttpClient|pool-98-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:02.353+00:00|INFO|HttpClient|pool-98-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:47:02.354+00:00|INFO|CambriaSimplerBatchPublisher|pool-98-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:47:03.218+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:47:03.218+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:47:03.320+00:00|INFO|CambriaSimplerBatchPublisher|pool-99-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:47:03.321+00:00|INFO|HttpClient|pool-99-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:03.353+00:00|INFO|HttpClient|pool-99-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:47:03.353+00:00|INFO|CambriaSimplerBatchPublisher|pool-99-thread-1] cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:47:04.220+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:47:04.221+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:47:04.323+00:00|INFO|CambriaSimplerBatchPublisher|pool-100-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:47:04.324+00:00|INFO|HttpClient|pool-100-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:04.352+00:00|INFO|HttpClient|pool-100-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:47:04.352+00:00|INFO|CambriaSimplerBatchPublisher|pool-100-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:47:05.223+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:47:05.223+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:47:05.326+00:00|INFO|CambriaSimplerBatchPublisher|pool-101-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:47:05.326+00:00|INFO|HttpClient|pool-101-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:05.357+00:00|INFO|HttpClient|pool-101-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:47:05.357+00:00|INFO|CambriaSimplerBatchPublisher|pool-101-thread-1] cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:47:06.226+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:47:06.227+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:47:06.328+00:00|INFO|CambriaSimplerBatchPublisher|pool-102-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:47:06.329+00:00|INFO|HttpClient|pool-102-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:06.365+00:00|INFO|HttpClient|pool-102-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:47:06.365+00:00|INFO|CambriaSimplerBatchPublisher|pool-102-thread-1] cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:47:07.228+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendNotificationStatus [2021-09-09T11:47:07.228+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:47:07.331+00:00|INFO|CambriaSimplerBatchPublisher|pool-103-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:47:07.332+00:00|INFO|HttpClient|pool-103-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:07.363+00:00|INFO|HttpClient|pool-103-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:47:07.363+00:00|INFO|CambriaSimplerBatchPublisher|pool-103-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:47:08.231+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - download [2021-09-09T11:47:09.347+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendDownloadStatus [2021-09-09T11:47:09.347+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:47:09.449+00:00|INFO|CambriaSimplerBatchPublisher|pool-104-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:47:09.449+00:00|INFO|HttpClient|pool-104-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:09.481+00:00|INFO|HttpClient|pool-104-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:47:09.481+00:00|INFO|CambriaSimplerBatchPublisher|pool-104-thread-1] cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:47:10.350+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendDeploymentStatus [2021-09-09T11:47:10.351+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:47:10.452+00:00|INFO|CambriaSimplerBatchPublisher|pool-105-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:47:10.453+00:00|INFO|HttpClient|pool-105-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:10.480+00:00|INFO|HttpClient|pool-105-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:47:10.480+00:00|INFO|CambriaSimplerBatchPublisher|pool-105-thread-1] cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:47:11.353+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendComponentDone status [2021-09-09T11:47:11.353+00:00|INFO|DistributionClientImpl|pool-3-thread-3] DistributionClient - sendStatus [2021-09-09T11:47:11.455+00:00|INFO|CambriaSimplerBatchPublisher|pool-106-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:47:11.455+00:00|INFO|HttpClient|pool-106-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:11.484+00:00|INFO|HttpClient|pool-106-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:47:11.484+00:00|INFO|CambriaSimplerBatchPublisher|pool-106-thread-1] cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:47:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:47:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:26.022+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:47:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:47:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:47:46.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:47:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:47:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:48:06.016+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:48:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:48:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:48:26.019+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:48:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:48:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:48:46.022+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:48:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:48:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:48:57.105+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:48:57.107+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:48:57.107+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:48:57.209+00:00|INFO|CambriaSimplerBatchPublisher|pool-107-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:48:57.210+00:00|INFO|HttpClient|pool-107-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:48:57.254+00:00|INFO|HttpClient|pool-107-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:48:57.254+00:00|INFO|CambriaSimplerBatchPublisher|pool-107-thread-1] cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:48:58.109+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:48:58.110+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:48:58.212+00:00|INFO|CambriaSimplerBatchPublisher|pool-108-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:48:58.213+00:00|INFO|HttpClient|pool-108-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:48:58.241+00:00|INFO|HttpClient|pool-108-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:48:58.241+00:00|INFO|CambriaSimplerBatchPublisher|pool-108-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:48:59.112+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:48:59.112+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:48:59.215+00:00|INFO|CambriaSimplerBatchPublisher|pool-109-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:48:59.215+00:00|INFO|HttpClient|pool-109-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:48:59.240+00:00|INFO|HttpClient|pool-109-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:48:59.240+00:00|INFO|CambriaSimplerBatchPublisher|pool-109-thread-1] cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:49:00.115+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:49:00.116+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:49:00.217+00:00|INFO|CambriaSimplerBatchPublisher|pool-110-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:49:00.218+00:00|INFO|HttpClient|pool-110-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:49:00.248+00:00|INFO|HttpClient|pool-110-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:49:00.248+00:00|INFO|CambriaSimplerBatchPublisher|pool-110-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:49:01.117+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:49:01.118+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:49:01.221+00:00|INFO|CambriaSimplerBatchPublisher|pool-111-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms [2021-09-09T11:49:01.221+00:00|INFO|HttpClient|pool-111-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:49:01.250+00:00|INFO|HttpClient|pool-111-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:49:01.250+00:00|INFO|CambriaSimplerBatchPublisher|pool-111-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:49:02.121+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:49:02.121+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:49:02.223+00:00|INFO|CambriaSimplerBatchPublisher|pool-112-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:49:02.224+00:00|INFO|HttpClient|pool-112-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:49:02.256+00:00|INFO|HttpClient|pool-112-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:49:02.256+00:00|INFO|CambriaSimplerBatchPublisher|pool-112-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:49:03.123+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:49:03.123+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:49:03.226+00:00|INFO|CambriaSimplerBatchPublisher|pool-113-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:49:03.226+00:00|INFO|HttpClient|pool-113-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:49:03.254+00:00|INFO|HttpClient|pool-113-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:49:03.255+00:00|INFO|CambriaSimplerBatchPublisher|pool-113-thread-1] cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:49:04.126+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendNotificationStatus [2021-09-09T11:49:04.126+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:49:04.228+00:00|INFO|CambriaSimplerBatchPublisher|pool-114-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:49:04.229+00:00|INFO|HttpClient|pool-114-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:49:04.262+00:00|INFO|HttpClient|pool-114-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:49:04.262+00:00|INFO|CambriaSimplerBatchPublisher|pool-114-thread-1] cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} [2021-09-09T11:49:05.128+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - download [2021-09-09T11:49:06.380+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDownloadStatus [2021-09-09T11:49:06.380+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:49:06.482+00:00|INFO|CambriaSimplerBatchPublisher|pool-115-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:49:06.482+00:00|INFO|HttpClient|pool-115-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:49:06.511+00:00|INFO|HttpClient|pool-115-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:49:06.512+00:00|INFO|CambriaSimplerBatchPublisher|pool-115-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:49:07.383+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendDeploymentStatus [2021-09-09T11:49:07.383+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:49:07.485+00:00|INFO|CambriaSimplerBatchPublisher|pool-116-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:49:07.486+00:00|INFO|HttpClient|pool-116-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:49:07.516+00:00|INFO|HttpClient|pool-116-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:49:07.516+00:00|INFO|CambriaSimplerBatchPublisher|pool-116-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:49:08.386+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendComponentDone status [2021-09-09T11:49:08.386+00:00|INFO|DistributionClientImpl|pool-3-thread-2] DistributionClient - sendStatus [2021-09-09T11:49:08.488+00:00|INFO|CambriaSimplerBatchPublisher|pool-117-thread-1] sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms [2021-09-09T11:49:08.489+00:00|INFO|HttpClient|pool-117-thread-1] POST https://message-router.onap:3905/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:49:08.519+00:00|INFO|HttpClient|pool-117-thread-1] --> HTTP/1.1 200 OK [2021-09-09T11:49:08.520+00:00|INFO|CambriaSimplerBatchPublisher|pool-117-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} [2021-09-09T11:49:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:49:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:49:26.018+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:49:36.489+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:49:36.491+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:49:46.026+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:49:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:49:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:50:06.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:50:16.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:50:16.486+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:50:26.026+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:50:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:50:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:50:46.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:50:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:50:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:51:06.022+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:51:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:51:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:51:26.021+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:51:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:51:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:51:46.021+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:51:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:51:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:52:06.016+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:52:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:52:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:52:26.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:52:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:52:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:52:46.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:52:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:52:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:53:06.017+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:53:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:53:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:53:26.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:53:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:53:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:53:46.019+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:53:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:53:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:54:06.018+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:54:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:54:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:54:26.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:54:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:54:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:54:46.021+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:54:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:54:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:55:06.019+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:55:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:55:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:55:26.021+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:55:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:55:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:55:46.019+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:55:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:55:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:56:06.019+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:56:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:56:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:56:26.019+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:56:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:56:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:56:46.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:56:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:56:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:57:06.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:57:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:57:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:57:26.018+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:57:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:57:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:57:46.023+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:57:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:57:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:58:06.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:58:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:58:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:58:26.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:58:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:58:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:58:46.026+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:58:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:58:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:59:06.020+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T11:59:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:59:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:59:26.018+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:59:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:59:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T11:59:46.018+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T11:59:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T11:59:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:00:06.020+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T12:00:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:00:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:00:26.016+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T12:00:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:00:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:00:46.024+00:00|INFO|HttpClient|pool-3-thread-3] --> HTTP/1.1 200 OK [2021-09-09T12:00:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:00:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:01:06.019+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-09-09T12:01:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:01:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:01:26.017+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-09-09T12:01:36.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:01:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:01:46.020+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-09-09T12:01:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:01:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:02:06.016+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-09-09T12:02:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:02:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:02:26.018+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T12:02:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:02:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:02:46.022+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T12:02:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:02:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:03:06.016+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T12:03:16.485+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:03:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:03:26.021+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:03:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:03:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:03:46.018+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:03:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:03:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:04:06.022+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:04:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:04:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:04:26.018+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:04:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:04:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:04:46.020+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:04:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:04:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:05:06.018+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:05:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:05:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:05:26.017+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:05:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:05:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:05:46.019+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:05:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:05:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:06:06.018+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:06:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:06:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:06:26.019+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:06:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:06:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:06:46.021+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:06:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:06:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:07:06.016+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:07:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:07:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:07:26.018+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:07:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:07:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:07:46.019+00:00|INFO|HttpClient|pool-3-thread-5] --> HTTP/1.1 200 OK [2021-09-09T12:07:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:07:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:08:06.016+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T12:08:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:08:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:08:26.015+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T12:08:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:08:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:08:46.020+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T12:08:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:08:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:09:06.018+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T12:09:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:09:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:09:26.015+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T12:09:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:09:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:09:46.020+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T12:09:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:09:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:10:06.018+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T12:10:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:10:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:10:26.017+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T12:10:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:10:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:10:46.019+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T12:10:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:10:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:11:06.017+00:00|INFO|HttpClient|pool-3-thread-9] --> HTTP/1.1 200 OK [2021-09-09T12:11:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:11:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:11:26.016+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-09-09T12:11:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:11:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:11:46.020+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-09-09T12:11:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:11:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:12:06.019+00:00|INFO|HttpClient|pool-3-thread-8] --> HTTP/1.1 200 OK [2021-09-09T12:12:16.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:12:16.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:12:26.018+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T12:12:36.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:12:36.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:12:46.016+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK [2021-09-09T12:12:56.484+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id [2021-09-09T12:12:56.485+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 5TBTN8cGUfE4OXlK) ... [2021-09-09T12:13:06.039+00:00|INFO|HttpClient|pool-3-thread-2] --> HTTP/1.1 200 OK