Results

By type

          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
[2021-05-26T13:23:31.073+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json]
[2021-05-26T13:23:31.385+00:00|INFO|log|main] Logging initialized @1090ms to org.eclipse.jetty.util.log.Slf4jLog
[2021-05-26T13:23:31.601+00:00|INFO|ServiceManager|main] service manager starting
[2021-05-26T13:23:31.601+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup
[2021-05-26T13:23:31.601+00:00|INFO|JettyServletServer|main] JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7c8c9a05@481ef92==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@7582ff54{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@67545b57{/,null,STOPPED}, connector=SDCDistributionGroup@3406472c{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=null]]: STARTING
[2021-05-26T13:23:31.609+00:00|INFO|ServiceManager|main] service manager started
[2021-05-26T13:23:31.609+00:00|INFO|JettyServletServer|SDCDistributionGroup-6969] JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-7c8c9a05@481ef92==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@7582ff54{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@67545b57{/,null,STOPPED}, connector=SDCDistributionGroup@3406472c{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main]]]: STARTING
[2021-05-26T13:23:31.637+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:23:31.638+00:00|INFO|Main|main] Started policy-distribution service successfully.
[2021-05-26T13:23:31.663+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-05-26T13:23:31.789+00:00|INFO|session|SDCDistributionGroup-6969] DefaultSessionIdManager workerName=node0
[2021-05-26T13:23:31.789+00:00|INFO|session|SDCDistributionGroup-6969] No SessionScavenger set, using defaults
[2021-05-26T13:23:31.792+00:00|INFO|session|SDCDistributionGroup-6969] node0 Scavenging every 660000ms
[2021-05-26T13:23:32.661+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls
[2021-05-26T13:23:32.662+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls
[2021-05-26T13:23:32.750+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@67545b57{/,null,AVAILABLE}
[2021-05-26T13:23:32.951+00:00|INFO|SslContextFactory|SDCDistributionGroup-6969] x509=X509@2b655dc9(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@6a8944c6[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/distribution/etc/ssl/policy-truststore]
[2021-05-26T13:23:33.052+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@3406472c{SSL, (ssl, http/1.1)}{0.0.0.0:6969}
[2021-05-26T13:23:33.052+00:00|INFO|Server|SDCDistributionGroup-6969] Started @2759ms
[2021-05-26T13:25:42.305+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.96.180.164] failed: Connection timed out (Connection timed out)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 18 common frames omitted
[2021-05-26T13:25:42.317+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73fe5761
[2021-05-26T13:25:42.317+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-05-26T13:25:42.327+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:25:42.327+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:25:42.327+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:27:53.367+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.96.180.164] failed: Connection timed out (Connection timed out)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 18 common frames omitted
[2021-05-26T13:27:53.368+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@155401dd
[2021-05-26T13:27:53.368+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-05-26T13:27:53.369+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:27:53.369+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:27:53.369+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:30:04.439+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.96.180.164] failed: Connection timed out (Connection timed out)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 18 common frames omitted
[2021-05-26T13:30:04.440+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74de08cc
[2021-05-26T13:30:04.440+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-05-26T13:30:04.440+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:30:04.441+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:30:04.441+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:32:15.511+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.96.180.164] failed: Connection timed out (Connection timed out)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 18 common frames omitted
[2021-05-26T13:32:15.512+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e514ca8
[2021-05-26T13:32:15.512+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-05-26T13:32:15.513+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:32:15.513+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:32:15.513+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:34:26.583+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.96.180.164] failed: Connection timed out (Connection timed out)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 18 common frames omitted
[2021-05-26T13:34:26.584+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70390547
[2021-05-26T13:34:26.584+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-05-26T13:34:26.585+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:34:26.585+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:34:26.585+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:36:37.655+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.96.180.164] failed: Connection timed out (Connection timed out)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 18 common frames omitted
[2021-05-26T13:36:37.656+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@51717b8a
[2021-05-26T13:36:37.656+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-05-26T13:36:37.657+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:36:37.657+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:36:37.657+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:38:48.746+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.96.180.164] failed: Connection timed out (Connection timed out)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 18 common frames omitted
[2021-05-26T13:38:48.746+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5857db7b
[2021-05-26T13:38:48.746+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-05-26T13:38:48.747+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:38:48.747+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:38:48.747+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:40:59.801+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.96.180.164] failed: Connection timed out (Connection timed out)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 18 common frames omitted
[2021-05-26T13:40:59.802+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ae26785
[2021-05-26T13:40:59.802+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-05-26T13:40:59.803+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:40:59.803+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:40:59.803+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:41:00.072+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ...
[2021-05-26T13:43:10.871+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.180.144] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
[2021-05-26T13:43:10.881+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.96.180.144] failed: Connection timed out (Connection timed out)]
[2021-05-26T13:43:10.881+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.96.180.144] failed: Connection timed out (Connection timed out). Initialization will be retried after 30 Seconds
[2021-05-26T13:43:10.882+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:43:10.882+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:43:10.952+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts.
[2021-05-26T13:43:10.953+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ...
[2021-05-26T13:45:21.946+00:00|WARN|HttpClient|Timer-0] Error executing HTTP request. Connect to message-router.onap:3905 [message-router.onap/10.96.180.144] failed: Connection timed out (Connection timed out); blacklisting for 2 minutes
[2021-05-26T13:45:21.947+00:00|ERROR|DistributionClientImpl|Timer-0] DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.96.180.144] failed: Connection timed out (Connection timed out)]
[2021-05-26T13:45:21.947+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: failed to create keys: Connect to message-router.onap:3905 [message-router.onap/10.96.180.144] failed: Connection timed out (Connection timed out). Initialization will be retried after 30 Seconds
[2021-05-26T13:45:21.947+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:21.947+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:22.020+00:00|WARN|HostSelector|Timer-0] All hosts were blacklisted; reverting to full set of hosts.
[2021-05-26T13:45:22.021+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (anonymous) ...
[2021-05-26T13:45:22.487+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:22.518+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27af1cf6
[2021-05-26T13:45:22.519+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:22.523+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/3MCeFjiORZJGVXdN (as 3MCeFjiORZJGVXdN) ...
[2021-05-26T13:45:22.588+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:22.588+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:22.589+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:22.589+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:22.653+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as 3MCeFjiORZJGVXdN) ...
[2021-05-26T13:45:22.703+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:22.712+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3920a35b
[2021-05-26T13:45:22.712+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:22.713+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/5El3AazFR0TjC0nm (as 5El3AazFR0TjC0nm) ...
[2021-05-26T13:45:22.743+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:22.744+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:22.744+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:22.744+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:22.804+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as 5El3AazFR0TjC0nm) ...
[2021-05-26T13:45:22.846+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:22.856+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14711d48
[2021-05-26T13:45:22.856+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:22.857+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/ACnw4bva0JZd7PCL (as ACnw4bva0JZd7PCL) ...
[2021-05-26T13:45:22.893+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:22.893+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:22.894+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:22.894+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:22.989+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as ACnw4bva0JZd7PCL) ...
[2021-05-26T13:45:23.023+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.034+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f2b98a
[2021-05-26T13:45:23.034+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:23.035+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/3KjiiVC1nHIwTrp0 (as 3KjiiVC1nHIwTrp0) ...
[2021-05-26T13:45:23.063+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.063+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:23.064+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:23.064+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:23.096+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as 3KjiiVC1nHIwTrp0) ...
[2021-05-26T13:45:23.161+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.171+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ec33d65
[2021-05-26T13:45:23.171+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:23.172+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/JvFNRBv5lxnAH5ev (as JvFNRBv5lxnAH5ev) ...
[2021-05-26T13:45:23.194+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.195+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:23.195+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:23.195+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:23.230+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as JvFNRBv5lxnAH5ev) ...
[2021-05-26T13:45:23.265+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.276+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ab005f3
[2021-05-26T13:45:23.276+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:23.277+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/JwJ3vN28SdUbTJS0 (as JwJ3vN28SdUbTJS0) ...
[2021-05-26T13:45:23.300+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.301+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:23.301+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:23.301+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:23.346+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as JwJ3vN28SdUbTJS0) ...
[2021-05-26T13:45:23.369+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.378+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b9980c3
[2021-05-26T13:45:23.378+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:23.379+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/HeKK07mXDobwcloc (as HeKK07mXDobwcloc) ...
[2021-05-26T13:45:23.398+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.398+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:23.398+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:23.398+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:23.442+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as HeKK07mXDobwcloc) ...
[2021-05-26T13:45:23.477+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.486+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d815619
[2021-05-26T13:45:23.486+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:23.487+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/JvIM65SSUO9ie6B4 (as JvIM65SSUO9ie6B4) ...
[2021-05-26T13:45:23.506+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.506+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:23.506+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:23.506+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:23.546+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as JvIM65SSUO9ie6B4) ...
[2021-05-26T13:45:23.571+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.582+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d040516
[2021-05-26T13:45:23.582+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:23.584+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/DisaqmJLtOx5lFVv (as DisaqmJLtOx5lFVv) ...
[2021-05-26T13:45:23.604+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.605+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:23.605+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:23.605+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:23.650+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as DisaqmJLtOx5lFVv) ...
[2021-05-26T13:45:23.675+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.684+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d277c8b
[2021-05-26T13:45:23.684+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:23.685+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/KxJVJCNnufbWTnJ7 (as KxJVJCNnufbWTnJ7) ...
[2021-05-26T13:45:23.703+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.703+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:23.704+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:23.704+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:23.804+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as KxJVJCNnufbWTnJ7) ...
[2021-05-26T13:45:23.839+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.851+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29246bfd
[2021-05-26T13:45:23.851+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:23.852+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/h5E3DZvJdrvWpxrx (as h5E3DZvJdrvWpxrx) ...
[2021-05-26T13:45:23.869+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.869+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:23.869+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:23.869+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:23.903+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as h5E3DZvJdrvWpxrx) ...
[2021-05-26T13:45:23.940+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.951+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23ff2fe8
[2021-05-26T13:45:23.951+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:23.952+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/5eRJ6wvnzzisLGIW (as 5eRJ6wvnzzisLGIW) ...
[2021-05-26T13:45:23.968+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:23.968+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:23.968+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:23.968+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:24.002+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as 5eRJ6wvnzzisLGIW) ...
[2021-05-26T13:45:24.028+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.046+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d2953bb
[2021-05-26T13:45:24.047+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:24.048+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/nNK3BzMjKiuJuilN (as nNK3BzMjKiuJuilN) ...
[2021-05-26T13:45:24.075+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.076+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:24.076+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:24.076+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:24.115+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as nNK3BzMjKiuJuilN) ...
[2021-05-26T13:45:24.154+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.162+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@237ab420
[2021-05-26T13:45:24.162+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:24.163+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/98gj8VOXgwBqtLem (as 98gj8VOXgwBqtLem) ...
[2021-05-26T13:45:24.182+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.183+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:24.183+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:24.183+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:24.214+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as 98gj8VOXgwBqtLem) ...
[2021-05-26T13:45:24.247+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.255+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60ca6a3b
[2021-05-26T13:45:24.255+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:24.256+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/aDBbB72WdN0VMsHu (as aDBbB72WdN0VMsHu) ...
[2021-05-26T13:45:24.276+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.276+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:24.276+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:24.276+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:24.303+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as aDBbB72WdN0VMsHu) ...
[2021-05-26T13:45:24.326+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.335+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2edd6a68
[2021-05-26T13:45:24.335+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:24.335+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/ZH1HsSOJz1crtYLK (as ZH1HsSOJz1crtYLK) ...
[2021-05-26T13:45:24.369+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.370+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:24.370+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:24.370+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:24.406+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as ZH1HsSOJz1crtYLK) ...
[2021-05-26T13:45:24.427+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.438+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59fc92f
[2021-05-26T13:45:24.438+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:24.439+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/zxfakMLvxeIVMGbF (as zxfakMLvxeIVMGbF) ...
[2021-05-26T13:45:24.460+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.460+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:24.460+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:24.460+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:24.493+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as zxfakMLvxeIVMGbF) ...
[2021-05-26T13:45:24.513+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.524+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d52e14
[2021-05-26T13:45:24.524+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:24.525+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/kVrgoMq3ulrk5vKX (as kVrgoMq3ulrk5vKX) ...
[2021-05-26T13:45:24.565+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.566+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:24.566+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:24.566+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:24.606+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as kVrgoMq3ulrk5vKX) ...
[2021-05-26T13:45:24.652+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.662+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71c9e6be
[2021-05-26T13:45:24.662+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:24.663+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/qyd8s4jzf41saqFo (as qyd8s4jzf41saqFo) ...
[2021-05-26T13:45:24.684+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.684+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:24.684+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:24.684+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:24.722+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as qyd8s4jzf41saqFo) ...
[2021-05-26T13:45:24.765+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.775+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1753adc9
[2021-05-26T13:45:24.775+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:24.776+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/dlOXBq4cpkXaB8CO (as dlOXBq4cpkXaB8CO) ...
[2021-05-26T13:45:24.796+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.797+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:24.797+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:24.797+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:24.828+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as dlOXBq4cpkXaB8CO) ...
[2021-05-26T13:45:24.860+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.868+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3dabca23
[2021-05-26T13:45:24.868+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:24.869+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/X2GVkCnFXFXhu04O (as X2GVkCnFXFXhu04O) ...
[2021-05-26T13:45:24.887+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.887+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:24.887+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:24.887+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:24.924+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as X2GVkCnFXFXhu04O) ...
[2021-05-26T13:45:24.946+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.954+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ddff574
[2021-05-26T13:45:24.954+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:24.955+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/lsJHyruxro8lkNPd (as lsJHyruxro8lkNPd) ...
[2021-05-26T13:45:24.970+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:24.970+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:24.970+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:24.970+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:25.008+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as lsJHyruxro8lkNPd) ...
[2021-05-26T13:45:25.034+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.056+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45fbe009
[2021-05-26T13:45:25.056+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:25.057+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/yfeTxhXC5QEo9oLX (as yfeTxhXC5QEo9oLX) ...
[2021-05-26T13:45:25.075+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.075+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:25.075+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:25.075+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:25.111+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as yfeTxhXC5QEo9oLX) ...
[2021-05-26T13:45:25.136+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.147+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13d61b44
[2021-05-26T13:45:25.147+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:25.148+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/uBjcbR7oQ3rJ5rKj (as uBjcbR7oQ3rJ5rKj) ...
[2021-05-26T13:45:25.167+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.167+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:25.167+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:25.167+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:25.203+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as uBjcbR7oQ3rJ5rKj) ...
[2021-05-26T13:45:25.235+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.247+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f418758
[2021-05-26T13:45:25.247+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:25.249+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/gLeO3g7Q1uHbY7LB (as gLeO3g7Q1uHbY7LB) ...
[2021-05-26T13:45:25.272+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.272+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:25.273+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:25.273+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:25.319+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as gLeO3g7Q1uHbY7LB) ...
[2021-05-26T13:45:25.360+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.380+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@735a8097
[2021-05-26T13:45:25.384+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:25.385+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/QEih2eg41BDhkHHK (as QEih2eg41BDhkHHK) ...
[2021-05-26T13:45:25.410+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.410+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:25.410+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:25.410+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:25.462+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as QEih2eg41BDhkHHK) ...
[2021-05-26T13:45:25.485+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.494+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@11e098d5
[2021-05-26T13:45:25.494+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:25.494+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/OFaNJMjcJ4pciG3w (as OFaNJMjcJ4pciG3w) ...
[2021-05-26T13:45:25.508+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.508+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:25.509+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:25.509+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:25.569+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as OFaNJMjcJ4pciG3w) ...
[2021-05-26T13:45:25.600+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.609+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c165f44
[2021-05-26T13:45:25.612+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:25.613+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/NYYpv8IEtbbG5EdV (as NYYpv8IEtbbG5EdV) ...
[2021-05-26T13:45:25.635+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.635+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:25.635+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:25.635+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:25.680+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as NYYpv8IEtbbG5EdV) ...
[2021-05-26T13:45:25.708+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.716+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40a48e11
[2021-05-26T13:45:25.716+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:25.716+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/rB3ByURy8K9PvmR3 (as rB3ByURy8K9PvmR3) ...
[2021-05-26T13:45:25.740+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.740+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:25.741+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:25.741+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:25.779+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as rB3ByURy8K9PvmR3) ...
[2021-05-26T13:45:25.805+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.814+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b8f599b
[2021-05-26T13:45:25.815+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:25.815+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/GHU93avCYLYYfidt (as GHU93avCYLYYfidt) ...
[2021-05-26T13:45:25.837+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.838+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:25.838+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:25.839+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:25.878+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as GHU93avCYLYYfidt) ...
[2021-05-26T13:45:25.899+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.906+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@136e2584
[2021-05-26T13:45:25.906+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:25.907+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/xLBE3sAnnPDWhckU (as xLBE3sAnnPDWhckU) ...
[2021-05-26T13:45:25.923+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.923+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:25.923+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:25.923+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:25.959+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as xLBE3sAnnPDWhckU) ...
[2021-05-26T13:45:25.989+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:25.998+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2040b5c3
[2021-05-26T13:45:25.999+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:25.999+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/02zi0c1Y8Nrh60Wm (as 02zi0c1Y8Nrh60Wm) ...
[2021-05-26T13:45:26.016+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:26.016+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:26.016+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:26.016+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:26.060+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as 02zi0c1Y8Nrh60Wm) ...
[2021-05-26T13:45:26.101+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:26.112+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6584c627
[2021-05-26T13:45:26.112+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:26.113+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/ixP9xwh8JeWYo3Mw (as ixP9xwh8JeWYo3Mw) ...
[2021-05-26T13:45:26.127+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:26.127+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:26.127+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:26.127+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:26.170+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as ixP9xwh8JeWYo3Mw) ...
[2021-05-26T13:45:26.193+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:26.201+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a087bbb
[2021-05-26T13:45:26.201+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:26.201+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/HsVy7gj3IMWBF1zz (as HsVy7gj3IMWBF1zz) ...
[2021-05-26T13:45:26.218+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:26.219+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:26.219+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:45:31.636+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:45:31.694+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as HsVy7gj3IMWBF1zz) ...
[2021-05-26T13:45:31.737+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:31.746+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e68982
[2021-05-26T13:45:31.746+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:45:31.747+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/ocAZY0bYkXCKPQgC (as ocAZY0bYkXCKPQgC) ...
[2021-05-26T13:45:31.774+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:45:31.774+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:45:31.774+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:46:01.634+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:46:01.685+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as ocAZY0bYkXCKPQgC) ...
[2021-05-26T13:46:01.735+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:46:01.746+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52ddc10e
[2021-05-26T13:46:01.746+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:46:01.747+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/pZPJRsJ9bGrPa09E (as pZPJRsJ9bGrPa09E) ...
[2021-05-26T13:46:01.767+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:46:01.767+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:46:01.767+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:46:31.639+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:46:31.723+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as pZPJRsJ9bGrPa09E) ...
[2021-05-26T13:46:31.784+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:46:31.795+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@877fe99
[2021-05-26T13:46:31.795+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:46:31.796+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/paUyvFZd1QpJDcYm (as paUyvFZd1QpJDcYm) ...
[2021-05-26T13:46:31.811+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:46:31.811+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:46:31.812+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:47:01.634+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:47:01.699+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as paUyvFZd1QpJDcYm) ...
[2021-05-26T13:47:01.728+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:47:01.748+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69e87cd2
[2021-05-26T13:47:01.748+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:47:01.749+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/QzXM6rQrOZjRETYP (as QzXM6rQrOZjRETYP) ...
[2021-05-26T13:47:01.767+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:47:01.767+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:47:01.767+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:47:31.638+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:47:31.712+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as QzXM6rQrOZjRETYP) ...
[2021-05-26T13:47:31.736+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:47:31.742+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71f8b9fc
[2021-05-26T13:47:31.742+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
[2021-05-26T13:47:31.743+00:00|INFO|HttpClient|Timer-0] DELETE https://message-router.onap:3905/apiKeys/fV0QhxlLwRkyhiVF (as fV0QhxlLwRkyhiVF) ...
[2021-05-26T13:47:31.822+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:47:31.822+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-05-26T13:47:31.822+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-05-26T13:48:01.635+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-05-26T13:48:01.683+00:00|INFO|HttpClient|Timer-0] POST https://message-router.onap:3905/apiKeys/create (as fV0QhxlLwRkyhiVF) ...
[2021-05-26T13:48:01.704+00:00|INFO|HttpClient|Timer-0] 	--> HTTP/1.1 200 OK
[2021-05-26T13:48:01.837+00:00|INFO|DistributionClientImpl|Timer-0] start DistributionClient
[2021-05-26T13:48:01.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:48:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:48:01.905+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:48:01.907+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:48:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:48:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:48:21.868+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:48:21.869+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:48:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:48:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:48:41.867+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:48:41.868+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:49:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:49:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:49:01.865+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:49:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:49:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:49:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:49:21.868+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:49:21.868+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:49:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:49:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:49:41.866+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:49:41.866+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:50:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:50:01.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:50:01.873+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:50:01.874+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:50:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:50:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:50:21.863+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:50:21.863+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:50:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-5] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:50:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:50:41.867+00:00|INFO|HttpClient|pool-3-thread-5] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:50:41.868+00:00|ERROR|NotificationConsumer|pool-3-thread-5] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:51:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:51:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:51:01.866+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:51:01.866+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:51:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:51:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:51:21.870+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:51:21.870+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:51:41.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:51:41.852+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:51:41.867+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:51:41.867+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:52:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:52:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:52:01.863+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:52:01.864+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:52:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:52:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:52:21.861+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:52:21.861+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:52:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:52:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:52:41.863+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:52:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:53:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:53:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:53:01.865+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:53:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:53:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:53:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:53:21.864+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:53:21.864+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:53:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:53:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:53:41.878+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:53:41.878+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:54:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:54:01.850+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:54:01.865+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:54:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:54:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:54:21.849+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:54:21.871+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:54:21.871+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:54:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:54:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:54:41.863+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:54:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:55:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:55:01.850+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:55:01.864+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:55:01.864+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:55:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:55:21.849+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:55:21.873+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:55:21.874+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:55:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:55:41.852+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:55:41.866+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:55:41.866+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:56:01.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:56:01.851+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:56:01.865+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:56:01.866+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:56:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:56:21.849+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:56:21.863+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:56:21.863+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:56:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:56:41.850+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:56:41.862+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:56:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:57:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:57:01.850+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:57:01.868+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:57:01.868+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:57:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:57:21.849+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:57:21.862+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:57:21.862+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:57:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:57:41.850+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:57:41.864+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:57:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:58:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:58:01.850+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:58:01.866+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:58:01.867+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:58:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:58:21.850+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:58:21.864+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:58:21.865+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:58:41.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:58:41.851+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:58:41.863+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:58:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:59:01.853+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:59:01.855+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:59:01.868+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:59:01.869+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:59:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:59:21.849+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:59:21.870+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:59:21.871+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T13:59:41.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T13:59:41.852+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T13:59:41.867+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T13:59:41.867+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:00:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:00:01.850+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:00:01.863+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:00:01.863+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:00:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:00:21.850+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:00:21.866+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:00:21.867+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:00:41.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:00:41.851+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:00:41.867+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:00:41.867+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:01:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:01:01.850+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:01:01.861+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:01:01.862+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:01:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-7] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:01:21.849+00:00|INFO|HttpClient|pool-3-thread-7] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:01:21.869+00:00|INFO|HttpClient|pool-3-thread-7] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:01:21.869+00:00|ERROR|NotificationConsumer|pool-3-thread-7] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:01:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:01:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:01:41.866+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:01:41.866+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:02:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:02:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:02:01.862+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:02:01.862+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:02:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:02:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:02:21.860+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:02:21.860+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:02:41.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:02:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:02:41.865+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:02:41.866+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:03:01.853+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:03:01.855+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:03:01.867+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:03:01.868+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:03:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:03:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:03:21.862+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:03:21.862+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:03:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:03:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:03:41.863+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:03:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:04:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:04:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:04:01.862+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:04:01.862+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:04:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:04:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:04:21.860+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:04:21.860+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:04:41.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:04:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:04:41.866+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:04:41.867+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:05:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:05:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:05:01.865+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:05:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:05:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:05:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:05:21.863+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:05:21.863+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:05:41.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:05:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:05:41.864+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:05:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:06:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:06:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:06:01.872+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:06:01.872+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:06:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:06:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:06:21.875+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:06:21.875+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:06:41.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:06:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:06:41.862+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:06:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:07:01.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:07:01.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:07:01.866+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:07:01.866+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:07:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:07:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:07:21.861+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:07:21.862+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:07:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:07:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:07:41.864+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:07:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:08:01.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:08:01.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:08:01.865+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:08:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:08:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:08:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:08:21.861+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:08:21.862+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:08:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:08:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:08:41.872+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:08:41.872+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:09:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:09:01.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:09:01.864+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:09:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:09:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:09:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:09:21.866+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:09:21.866+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:09:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:09:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:09:41.863+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:09:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:10:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:10:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:10:01.865+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:10:01.866+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:10:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:10:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:10:21.861+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:10:21.861+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:10:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:10:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:10:41.865+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:10:41.866+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:11:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:11:01.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:11:01.864+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:11:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:11:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:11:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:11:21.871+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:11:21.871+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:11:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:11:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:11:41.860+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:11:41.860+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:12:01.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:12:01.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:12:01.866+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:12:01.866+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:12:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:12:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:12:21.861+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:12:21.862+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:12:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:12:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:12:41.860+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:12:41.861+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:13:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-4] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:13:01.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:13:01.868+00:00|INFO|HttpClient|pool-3-thread-4] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:13:01.869+00:00|ERROR|NotificationConsumer|pool-3-thread-4] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:13:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:13:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:13:21.863+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:13:21.863+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:13:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:13:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:13:41.861+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:13:41.861+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:14:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:14:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:14:01.865+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:14:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:14:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:14:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:14:21.862+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:14:21.862+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:14:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:14:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:14:41.867+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:14:41.868+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:15:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:15:01.852+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:15:01.864+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:15:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:15:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:15:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:15:21.862+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:15:21.863+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:15:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-6] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:15:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:15:41.863+00:00|INFO|HttpClient|pool-3-thread-6] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:15:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-6] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:16:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:16:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:16:01.870+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:16:01.871+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:16:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:16:21.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:16:21.871+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:16:21.872+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:16:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:16:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:16:41.861+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:16:41.861+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:17:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:17:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:17:01.864+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:17:01.864+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:17:21.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:17:21.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:17:21.864+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:17:21.865+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:17:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:17:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:17:41.862+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:17:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:18:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:18:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:18:01.865+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:18:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:18:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:18:21.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:18:21.866+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:18:21.866+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:18:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:18:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:18:41.866+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:18:41.867+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:19:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:19:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:19:01.860+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:19:01.860+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:19:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:19:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:19:21.864+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:19:21.865+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:19:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:19:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:19:41.904+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:19:41.904+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:20:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:20:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:20:01.868+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:20:01.869+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:20:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:20:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:20:21.861+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:20:21.862+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:20:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:20:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:20:41.863+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:20:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:21:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:21:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:21:01.859+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:21:01.859+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:21:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:21:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:21:21.863+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:21:21.864+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:21:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:21:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:21:41.863+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:21:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:22:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:22:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:22:01.859+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:22:01.859+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:22:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:22:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:22:21.861+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:22:21.862+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:22:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:22:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:22:41.863+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:22:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:23:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:23:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:23:01.860+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:23:01.861+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:23:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:23:21.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:23:21.864+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:23:21.864+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:23:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:23:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:23:41.864+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:23:41.865+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:24:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:24:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:24:01.862+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:24:01.862+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:24:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:24:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:24:21.861+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:24:21.861+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:24:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:24:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:24:41.862+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:24:41.862+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:25:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:25:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:25:01.865+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:25:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:25:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:25:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:25:21.870+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:25:21.870+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:25:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:25:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:25:41.861+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:25:41.862+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:26:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:26:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:26:01.861+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:26:01.861+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:26:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:26:21.848+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:26:21.871+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:26:21.871+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:26:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:26:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:26:41.863+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:26:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:27:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:27:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:27:01.872+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:27:01.873+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:27:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:27:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:27:21.859+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:27:21.859+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:27:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:27:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:27:41.861+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:27:41.862+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:28:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:28:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:28:01.865+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:28:01.866+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:28:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:28:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:28:21.860+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:28:21.861+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:28:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:28:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:28:41.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:28:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:29:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-3] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:29:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:29:01.877+00:00|INFO|HttpClient|pool-3-thread-3] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:29:01.877+00:00|ERROR|NotificationConsumer|pool-3-thread-3] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:29:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:29:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:29:21.859+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:29:21.859+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:29:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:29:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:29:41.862+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:29:41.862+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:30:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:30:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:30:01.863+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:30:01.864+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:30:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:30:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:30:21.867+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:30:21.868+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:30:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:30:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:30:41.864+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:30:41.865+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:31:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:31:01.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:31:01.862+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:31:01.863+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:31:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:31:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:31:21.862+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:31:21.863+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:31:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:31:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:31:41.862+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:31:41.862+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:32:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:32:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:32:01.864+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:32:01.864+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:32:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:32:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:32:21.860+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:32:21.860+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:32:41.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:32:41.852+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:32:41.864+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:32:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:33:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-1] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:33:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:33:01.892+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:33:01.892+00:00|ERROR|NotificationConsumer|pool-3-thread-1] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:33:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:33:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:33:21.860+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:33:21.861+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:33:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:33:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:33:41.865+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:33:41.865+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:34:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:34:01.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:34:01.864+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:34:01.864+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:34:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:34:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:34:21.860+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:34:21.860+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:34:41.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:34:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:34:41.865+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:34:41.865+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:35:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:35:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:35:01.862+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:35:01.862+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:35:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:35:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:35:21.862+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:35:21.862+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:35:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:35:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:35:41.861+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:35:41.862+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:36:01.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:36:01.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:36:01.865+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:36:01.866+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:36:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:36:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:36:21.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:36:21.863+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:36:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:36:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:36:41.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:36:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:37:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:37:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:37:01.861+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:37:01.861+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:37:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:37:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:37:21.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:37:21.863+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:37:41.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:37:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:37:41.864+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:37:41.865+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:38:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:38:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:38:01.862+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:38:01.862+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:38:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:38:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:38:21.859+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:38:21.860+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:38:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:38:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:38:41.861+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:38:41.861+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:39:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:39:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:39:01.884+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:39:01.885+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:39:21.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:39:21.853+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:39:21.865+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:39:21.865+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:39:41.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:39:41.852+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:39:41.865+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:39:41.866+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:40:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:40:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:40:01.861+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:40:01.862+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:40:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:40:21.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:40:21.866+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:40:21.866+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:40:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:40:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:40:41.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:40:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:41:01.850+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:41:01.853+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:41:01.864+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:41:01.864+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:41:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:41:21.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:41:21.864+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:41:21.864+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:41:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:41:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:41:41.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:41:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:42:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:42:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:42:01.859+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:42:01.859+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:42:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:42:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:42:21.864+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:42:21.865+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:42:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:42:41.851+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:42:41.863+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:42:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:43:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:43:01.850+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:43:01.861+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:43:01.861+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:43:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:43:21.850+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:43:21.863+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:43:21.863+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:43:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:43:41.850+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:43:41.864+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:43:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:44:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:44:01.849+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:44:01.867+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:44:01.867+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:44:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:44:21.849+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:44:21.863+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:44:21.863+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:44:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:44:41.850+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:44:41.881+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:44:41.881+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:45:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:45:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:45:01.870+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:45:01.870+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:45:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:45:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:45:21.859+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:45:21.859+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:45:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:45:41.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:45:41.863+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:45:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:46:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:46:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:46:01.860+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:46:01.860+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:46:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:46:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:46:21.859+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:46:21.860+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:46:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:46:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:46:41.864+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:46:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:47:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:47:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:47:01.862+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:47:01.862+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:47:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:47:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:47:21.864+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:47:21.864+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:47:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-8] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:47:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:47:41.861+00:00|INFO|HttpClient|pool-3-thread-8] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:47:41.862+00:00|ERROR|NotificationConsumer|pool-3-thread-8] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:48:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:48:01.849+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:48:01.860+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:48:01.860+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:48:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-10] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:48:21.849+00:00|INFO|HttpClient|pool-3-thread-10] GET https://message-router.onap:3905/events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (as 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:48:21.860+00:00|INFO|HttpClient|pool-3-thread-10] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:48:21.861+00:00|ERROR|NotificationConsumer|pool-3-thread-10] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:48:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:48:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:48:41.862+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:48:41.862+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:49:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:49:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:49:01.869+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:49:01.869+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:49:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:49:21.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:49:21.861+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:49:21.861+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:49:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:49:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:49:41.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:49:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:50:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:50:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:50:01.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:50:01.864+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:50:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:50:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:50:21.864+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:50:21.865+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:50:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:50:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:50:41.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:50:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:51:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:51:01.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:51:01.868+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:51:01.869+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:51:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:51:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:51:21.866+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:51:21.867+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:51:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:51:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:51:41.862+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:51:41.862+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:52:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:52:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:52:01.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:52:01.863+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:52:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:52:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:52:21.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:52:21.863+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:52:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:52:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:52:41.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:52:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:53:01.849+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:53:01.852+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:53:01.862+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:53:01.862+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:53:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:53:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:53:21.863+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:53:21.864+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:53:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:53:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:53:41.863+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:53:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:54:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:54:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:54:01.871+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:54:01.872+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:54:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:54:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:54:21.868+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:54:21.869+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:54:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:54:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:54:41.861+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:54:41.861+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:55:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:55:01.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:55:01.865+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:55:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:55:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:55:21.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:55:21.865+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:55:21.866+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:55:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-2] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:55:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:55:41.861+00:00|INFO|HttpClient|pool-3-thread-2] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:55:41.862+00:00|ERROR|NotificationConsumer|pool-3-thread-2] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:56:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:56:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:56:01.864+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:56:01.864+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:56:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:56:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:56:21.871+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:56:21.871+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:56:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:56:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:56:41.867+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:56:41.867+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:57:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:57:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:57:01.862+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:57:01.865+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:57:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:57:21.851+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:57:21.869+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:57:21.870+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:57:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:57:41.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:57:41.864+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:57:41.864+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:58:01.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:58:01.849+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:58:01.861+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:58:01.862+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:58:21.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:58:21.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:58:21.860+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:58:21.861+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized
[2021-05-26T14:58:41.848+00:00|INFO|CambriaConsumerImpl|pool-3-thread-9] UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id
[2021-05-26T14:58:41.850+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 3kfbY5Px2EdPsNJu) ...
[2021-05-26T14:58:41.863+00:00|INFO|HttpClient|pool-3-thread-9] 	--> HTTP/1.1 401 Unauthorized
[2021-05-26T14:58:41.863+00:00|ERROR|NotificationConsumer|pool-3-thread-9] Error exception occured when fetching with Cambria Client:com.att.nsa.apiClient.http.HttpException: HTTP/1.1 401 Unauthorized