Results

By type

          Policy pap config file: /opt/app/policy/pap/etc/mounted/papParameters.yaml
overriding logback.xml
PDP group configuration file: PapDb.json

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::               (v2.5.14)

[2023-01-20T23:11:45.071+00:00|INFO|PolicyPapApplication|main] Starting PolicyPapApplication using Java 11.0.11 on onap-policy-pap-bffbdc774-4rjtz with PID 8 (/app/pap.jar started by policy in /opt/app/policy/pap/bin)
[2023-01-20T23:11:45.076+00:00|INFO|PolicyPapApplication|main] No active profile set, falling back to 1 default profile: "default"
[2023-01-20T23:11:47.648+00:00|INFO|RepositoryConfigurationDelegate|main] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
[2023-01-20T23:11:47.960+00:00|INFO|RepositoryConfigurationDelegate|main] Finished Spring Data repository scanning in 294 ms. Found 8 JPA repository interfaces.
[2023-01-20T23:11:49.889+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 6969 (http)
[2023-01-20T23:11:49.905+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["http-nio-6969"]
[2023-01-20T23:11:49.906+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2023-01-20T23:11:49.906+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.62]
[2023-01-20T23:11:50.033+00:00|INFO|[/]|main] Initializing Spring embedded WebApplicationContext
[2023-01-20T23:11:50.033+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 4854 ms
[2023-01-20T23:11:51.509+00:00|INFO|LogHelper|main] HHH000204: Processing PersistenceUnitInfo [name: default]
[2023-01-20T23:11:51.679+00:00|INFO|Version|main] HHH000412: Hibernate ORM core version 5.4.31.Final
[2023-01-20T23:11:52.107+00:00|INFO|Version|main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
[2023-01-20T23:11:52.353+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2023-01-20T23:11:53.977+00:00|ERROR|HikariPool|main] HikariPool-1 - Exception during pool initialization.
java.sql.SQLNonTransientConnectionException: Could not connect to address=(host=policy-mariadb)(port=3306)(type=master) : (conn=368) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:197)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1394)
	at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:635)
	at org.mariadb.jdbc.MariaDbConnection.newConnection(MariaDbConnection.java:150)
	at org.mariadb.jdbc.Driver.connect(Driver.java:89)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
	at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115)
	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
	at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:180)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:68)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
	at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:152)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:176)
	at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255)
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
	at org.onap.policy.pap.main.PolicyPapApplication.main(PolicyPapApplication.java:42)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=368) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:188)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1114)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.readPipelineAdditionalData(AbstractConnectProtocol.java:1075)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.postConnectionQueries(AbstractConnectProtocol.java:885)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:600)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1389)
	... 57 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=368) Connection is closed
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:192)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.cmdPrologue(AbstractQueryProtocol.java:1946)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:249)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1089)
	... 61 common frames omitted
[2023-01-20T23:11:53.978+00:00|WARN|JdbcEnvironmentInitiator|main] HHH000342: Could not obtain connection to query metadata
java.sql.SQLNonTransientConnectionException: Could not connect to address=(host=policy-mariadb)(port=3306)(type=master) : (conn=368) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:197)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1394)
	at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:635)
	at org.mariadb.jdbc.MariaDbConnection.newConnection(MariaDbConnection.java:150)
	at org.mariadb.jdbc.Driver.connect(Driver.java:89)
	at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
	at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
	at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
	at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
	at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
	at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115)
	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
	at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:180)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:68)
	at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
	at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:152)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
	at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:176)
	at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224)
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255)
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:58)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396)
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
	at org.onap.policy.pap.main.PolicyPapApplication.main(PolicyPapApplication.java:42)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=368) could not load system variables
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:188)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1114)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.readPipelineAdditionalData(AbstractConnectProtocol.java:1075)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.postConnectionQueries(AbstractConnectProtocol.java:885)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:600)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1389)
	... 57 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=368) Connection is closed
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:192)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.cmdPrologue(AbstractQueryProtocol.java:1946)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:249)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1089)
	... 61 common frames omitted
[2023-01-20T23:11:54.022+00:00|INFO|Dialect|main] HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
[2023-01-20T23:11:56.557+00:00|INFO|JtaPlatformInitiator|main] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
[2023-01-20T23:11:56.577+00:00|INFO|LocalContainerEntityManagerFactoryBean|main] Initialized JPA EntityManagerFactory for persistence unit 'default'
[2023-01-20T23:11:59.935+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2023-01-20T23:12:00.009+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2023-01-20T23:12:00.118+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2023-01-20T23:12:00.232+00:00|INFO|HikariDataSource|main] HikariPool-1 - Start completed.
[2023-01-20T23:12:00.939+00:00|INFO|PapDatabaseInitializer|main] Created initial pdpGroup in DB - PdpGroups(groups=[PdpGroup(name=defaultGroup, description=The default group that registers all supported policy types and pdps., pdpGroupState=ACTIVE, properties=null, pdpSubgroups=[PdpSubGroup(pdpType=xacml, supportedPolicyTypes=[onap.policies.controlloop.guard.common.FrequencyLimiter 1.0.0, onap.policies.controlloop.guard.common.MinMax 1.0.0, onap.policies.controlloop.guard.common.Blacklist 1.0.0, onap.policies.controlloop.guard.common.Filter 1.0.0, onap.policies.controlloop.guard.coordination.FirstBlocksSecond 1.0.0, onap.policies.monitoring.* 1.0.0, onap.policies.optimization.* 1.0.0, onap.policies.optimization.resource.AffinityPolicy 1.0.0, onap.policies.optimization.resource.DistancePolicy 1.0.0, onap.policies.optimization.resource.HpaPolicy 1.0.0, onap.policies.optimization.resource.OptimizationPolicy 1.0.0, onap.policies.optimization.resource.PciPolicy 1.0.0, onap.policies.optimization.service.QueryPolicy 1.0.0, onap.policies.optimization.service.SubscriberPolicy 1.0.0, onap.policies.optimization.resource.Vim_fit 1.0.0, onap.policies.optimization.resource.VnfPolicy 1.0.0, onap.policies.native.Xacml 1.0.0, onap.policies.Naming 1.0.0, onap.policies.match.* 1.0.0], policies=[SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP 1.0.0], currentInstanceCount=0, desiredInstanceCount=1, properties=null, pdpInstances=null), PdpSubGroup(pdpType=drools, supportedPolicyTypes=[onap.policies.controlloop.operational.common.Drools 1.0.0, onap.policies.native.drools.Controller 1.0.0, onap.policies.native.drools.Artifact 1.0.0], policies=[], currentInstanceCount=0, desiredInstanceCount=1, properties=null, pdpInstances=null), PdpSubGroup(pdpType=apex, supportedPolicyTypes=[onap.policies.controlloop.operational.common.Apex 1.0.0, onap.policies.native.Apex 1.0.0], policies=[], currentInstanceCount=0, desiredInstanceCount=1, properties=null, pdpInstances=null)])]) from PapDb.json
[2023-01-20T23:12:01.141+00:00|WARN|JpaBaseConfiguration$JpaWebConfiguration|main] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
[2023-01-20T23:12:02.234+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path ''
[2023-01-20T23:12:02.791+00:00|INFO|DefaultSecurityFilterChain|main] Will not secure any request
[2023-01-20T23:12:03.780+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-6969"]
[2023-01-20T23:12:03.818+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 6969 (http) with context path ''
[2023-01-20T23:12:04.758+00:00|INFO|ServiceManager|main] Policy PAP starting
[2023-01-20T23:12:04.758+00:00|INFO|ServiceManager|main] Policy PAP starting Meter Registry
[2023-01-20T23:12:04.760+00:00|INFO|ServiceManager|main] Policy PAP starting PAP parameters
[2023-01-20T23:12:04.762+00:00|INFO|ServiceManager|main] Policy PAP starting Pdp Heartbeat Listener
[2023-01-20T23:12:04.762+00:00|INFO|ServiceManager|main] Policy PAP starting Response Request ID Dispatcher
[2023-01-20T23:12:04.763+00:00|INFO|ServiceManager|main] Policy PAP starting Heartbeat Request ID Dispatcher
[2023-01-20T23:12:04.763+00:00|INFO|ServiceManager|main] Policy PAP starting Response Message Dispatcher
[2023-01-20T23:12:04.776+00:00|INFO|TopicBase|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=0]]]]: registering org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@626b9092
[2023-01-20T23:12:04.776+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: starting
[2023-01-20T23:12:04.778+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: INITTED
[2023-01-20T23:12:04.779+00:00|INFO|ServiceManager|main] Policy PAP starting Heartbeat Message Dispatcher
[2023-01-20T23:12:04.779+00:00|INFO|TopicBase|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=0]]]]: registering org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@1ac2829e
[2023-01-20T23:12:04.779+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: starting
[2023-01-20T23:12:04.781+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: INITTED
[2023-01-20T23:12:04.781+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:12:04.782+00:00|INFO|ServiceManager|main] Policy PAP starting topics
[2023-01-20T23:12:04.782+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:12:04.782+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: starting
[2023-01-20T23:12:04.782+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: starting
[2023-01-20T23:12:04.789+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:12:04.789+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:12:04.782+00:00|INFO|InlineBusTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=c5202701-7ba1-4988-b2a0-988ffe867b42, alive=false, publisher=null]]: starting
[2023-01-20T23:12:04.802+00:00|INFO|InlineDmaapTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=c5202701-7ba1-4988-b2a0-988ffe867b42, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
[2023-01-20T23:12:04.803+00:00|INFO|InlineBusTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=5d0ceeed-4fb6-43ec-9d65-a70360a9e630, alive=false, publisher=null]]: starting
[2023-01-20T23:12:04.804+00:00|INFO|InlineDmaapTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=5d0ceeed-4fb6-43ec-9d65-a70360a9e630, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
[2023-01-20T23:12:04.804+00:00|INFO|ServiceManager|main] Policy PAP starting PAP statistics
[2023-01-20T23:12:04.805+00:00|INFO|ServiceManager|main] Policy PAP starting PAP Activator
[2023-01-20T23:12:04.805+00:00|INFO|ServiceManager|main] Policy PAP starting PDP publisher
[2023-01-20T23:12:04.809+00:00|INFO|ServiceManager|main] Policy PAP starting Policy Notification publisher
[2023-01-20T23:12:04.815+00:00|INFO|ServiceManager|main] Policy PAP starting PDP update timers
[2023-01-20T23:12:04.816+00:00|INFO|ServiceManager|main] Policy PAP starting PDP state-change timers
[2023-01-20T23:12:04.817+00:00|INFO|TimerManager|Thread-8] timer manager update started
[2023-01-20T23:12:04.817+00:00|INFO|ServiceManager|main] Policy PAP starting PDP modification lock
[2023-01-20T23:12:04.819+00:00|INFO|ServiceManager|main] Policy PAP starting PDP modification requests
[2023-01-20T23:12:04.820+00:00|INFO|TimerManager|Thread-9] timer manager state-change started
[2023-01-20T23:12:04.826+00:00|INFO|ServiceManager|main] Policy PAP starting PDP expiration timer
[2023-01-20T23:12:04.827+00:00|INFO|ServiceManager|main] Policy PAP started
[2023-01-20T23:12:04.832+00:00|INFO|PolicyPapApplication|main] Started PolicyPapApplication in 21.164 seconds (JVM running for 23.213)
[2023-01-20T23:12:04.919+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:04.920+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:04.923+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:04.923+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:04.923+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:12:04.923+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:12:19.924+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:12:19.925+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:12:19.925+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:12:19.924+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:12:19.925+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:12:19.925+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:12:19.929+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:19.929+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:19.929+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:19.929+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:12:19.929+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:19.929+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:12:34.930+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:12:34.930+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:12:34.930+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:12:34.930+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:12:34.930+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:12:34.931+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:12:34.934+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:34.934+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:34.934+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:34.935+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:12:34.935+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:34.935+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:12:49.936+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:12:49.936+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:12:49.936+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:12:49.936+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:12:49.936+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:12:49.936+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:12:49.939+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:49.939+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:49.940+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:12:49.940+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:49.940+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:12:49.940+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:13:04.940+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:13:04.941+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:13:04.941+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:13:04.942+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:13:04.942+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:13:04.942+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:13:04.945+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:04.945+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:04.945+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:13:04.946+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:04.946+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:04.947+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:13:13.332+00:00|INFO|[/]|http-nio-6969-exec-5] Initializing Spring DispatcherServlet 'dispatcherServlet'
[2023-01-20T23:13:13.332+00:00|INFO|DispatcherServlet|http-nio-6969-exec-5] Initializing Servlet 'dispatcherServlet'
[2023-01-20T23:13:13.335+00:00|INFO|DispatcherServlet|http-nio-6969-exec-5] Completed initialization in 3 ms
[2023-01-20T23:13:19.947+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:13:19.947+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:13:19.948+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:13:19.948+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:13:19.949+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:13:19.949+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:13:19.955+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:19.955+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:19.955+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:19.955+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:13:19.956+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:19.956+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:13:34.957+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:13:34.957+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:13:34.958+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:13:34.957+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:13:34.958+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:13:34.958+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:13:34.963+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:34.964+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:34.964+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:34.964+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:13:34.964+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:34.964+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:13:49.964+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:13:49.964+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:13:49.965+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:13:49.965+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:13:49.965+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:13:49.966+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:13:49.970+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:49.970+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:49.971+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:49.971+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:13:49.971+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:13:49.971+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:14:04.828+00:00|INFO|PdpModifyRequestMap|pool-5-thread-1] check for PDP records older than 360000ms
[2023-01-20T23:14:04.971+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:14:04.971+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:14:04.972+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:14:04.971+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:14:04.972+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:14:04.972+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:14:04.975+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:04.975+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:04.975+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:04.975+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:04.975+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:14:04.976+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:14:19.976+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:14:19.977+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:14:19.977+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:14:19.976+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:14:19.977+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:14:19.977+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:14:19.980+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:19.981+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:19.981+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:14:19.981+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:19.981+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:19.981+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:14:34.985+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:14:34.985+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:14:34.985+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:14:34.982+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:14:34.985+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:14:34.985+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:14:34.988+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:34.989+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:34.989+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:34.989+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:14:34.989+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:34.989+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:14:49.989+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:14:49.989+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:14:49.989+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:14:49.990+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:14:49.990+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:14:49.990+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:14:49.993+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:49.993+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:49.993+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:49.993+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:14:49.993+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:14:49.993+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:15:04.993+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:15:04.994+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:15:04.994+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:15:04.994+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:15:04.994+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:15:04.995+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:15:04.998+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:04.998+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:04.998+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:04.998+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:04.999+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:15:04.999+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:15:19.999+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:15:19.999+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:15:19.999+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:15:19.999+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:15:19.999+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:15:20.000+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:15:20.003+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:20.003+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:20.003+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:20.003+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:15:20.003+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:20.003+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:15:35.003+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:15:35.003+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:15:35.004+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:15:35.004+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:15:35.004+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:15:35.004+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:15:35.008+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:35.008+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:35.008+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:35.008+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:35.008+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:15:35.008+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:15:50.008+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:15:50.009+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:15:50.009+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:15:50.009+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:15:50.009+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:15:50.009+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:15:50.012+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:50.012+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:50.012+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:15:50.012+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:50.013+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:15:50.013+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:16:05.012+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:16:05.013+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:16:05.013+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:16:05.013+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:16:05.014+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:16:05.014+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:16:05.017+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:05.017+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:05.017+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:05.017+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:05.017+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:16:05.017+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:16:05.329+00:00|INFO|PdpModifyRequestMap|pool-5-thread-1] check for PDP records older than 360000ms
[2023-01-20T23:16:20.018+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:16:20.018+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:16:20.018+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:16:20.018+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:16:20.018+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:16:20.018+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:16:20.022+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:20.022+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:20.022+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:20.022+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:16:20.022+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:20.022+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:16:35.022+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:16:35.023+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:16:35.023+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:16:35.022+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:16:35.023+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:16:35.023+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:16:35.026+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:35.026+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:35.026+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:35.026+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:35.026+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:16:35.026+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:16:50.027+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:16:50.027+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:16:50.028+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:16:50.028+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:16:50.028+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:16:50.028+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:16:50.031+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:50.031+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:50.032+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:50.032+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:16:50.032+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:16:50.032+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:17:05.034+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:17:05.034+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:17:05.035+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:17:05.035+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:17:05.036+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:17:05.036+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:17:05.041+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:05.041+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:05.041+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:05.041+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:05.041+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:17:05.041+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:17:20.044+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:17:20.042+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:17:20.045+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:17:20.045+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:17:20.045+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:17:20.045+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:17:20.051+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:20.051+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:20.051+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:20.051+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:20.051+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:17:20.051+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:17:35.051+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:17:35.051+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:17:35.052+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:17:35.052+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:17:35.052+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:17:35.052+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:17:35.055+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:35.055+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:35.056+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:35.056+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:17:35.056+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:35.056+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:17:50.056+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:17:50.056+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:17:50.056+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:17:50.057+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:17:50.057+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:17:50.057+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:17:50.060+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:50.060+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:50.060+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:50.060+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:17:50.060+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:17:50.060+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:18:05.060+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:18:05.060+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:18:05.061+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:18:05.061+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:18:05.061+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:18:05.061+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:18:05.065+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:05.065+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:05.065+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:05.065+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:05.065+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:18:05.065+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:18:06.279+00:00|INFO|PdpModifyRequestMap|pool-5-thread-1] check for PDP records older than 360000ms
[2023-01-20T23:18:20.066+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:18:20.066+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:18:20.066+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:18:20.066+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:18:20.067+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:18:20.067+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:18:20.070+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:20.070+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:20.070+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:20.070+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:20.070+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:18:20.070+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:18:35.070+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:18:35.071+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:18:35.070+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:18:35.071+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:18:35.071+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:18:35.071+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:18:35.075+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:35.075+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:35.075+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:35.075+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:18:35.075+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:35.076+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:18:50.076+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:18:50.077+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:18:50.077+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:18:50.077+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:18:50.077+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:18:50.077+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:18:50.080+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:50.080+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:50.080+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:50.080+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:18:50.080+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:18:50.080+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:19:05.080+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:19:05.080+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:19:05.081+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:19:05.081+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:19:05.081+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:19:05.081+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:19:05.084+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:05.084+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:05.084+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:05.084+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:05.084+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:19:05.084+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:19:20.085+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:19:20.085+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:19:20.085+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:19:20.085+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:19:20.085+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:19:20.085+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:19:20.088+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:20.088+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:20.089+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:20.089+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:19:20.089+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:20.089+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:19:35.089+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:19:35.090+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:19:35.089+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:19:35.090+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:19:35.090+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:19:35.090+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:19:35.094+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:35.094+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:35.094+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:19:35.094+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:35.095+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:35.095+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:19:50.095+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:19:50.095+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:19:50.095+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:19:50.095+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:19:50.095+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:19:50.096+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:19:50.099+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:50.099+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:50.099+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:50.099+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:19:50.099+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:19:50.099+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:20:05.100+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:20:05.100+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:20:05.100+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:20:05.102+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:20:05.102+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:20:05.102+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:20:05.105+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:05.105+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:05.106+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:05.106+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:05.106+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:20:05.106+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:20:07.297+00:00|INFO|PdpModifyRequestMap|pool-5-thread-1] check for PDP records older than 360000ms
[2023-01-20T23:20:20.106+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:20:20.107+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:20:20.107+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:20:20.107+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:20:20.107+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:20:20.107+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:20:20.110+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:20.110+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:20.111+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:20.111+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:20.111+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:20:20.111+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:20:35.111+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:20:35.111+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:20:35.111+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:20:35.111+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:20:35.111+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:20:35.111+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:20:35.115+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:35.115+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:35.115+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:20:35.115+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:35.115+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:35.115+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:20:50.116+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:20:50.116+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:20:50.116+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:20:50.116+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:20:50.116+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:20:50.116+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:20:50.119+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:50.119+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:50.120+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:50.120+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:20:50.120+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:20:50.120+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:21:05.120+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:21:05.120+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:21:05.121+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:21:05.121+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:21:05.121+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:21:05.121+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:21:05.124+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:05.124+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:05.124+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:05.124+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:21:05.124+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:05.124+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:21:20.125+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:21:20.125+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:21:20.125+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:21:20.125+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:21:20.125+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:21:20.125+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:21:20.129+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:20.129+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:20.129+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:20.129+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:20.129+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:21:20.129+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:21:35.130+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:21:35.130+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:21:35.130+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:21:35.130+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:21:35.130+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:21:35.130+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:21:35.133+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:35.133+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:35.133+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:35.133+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:21:35.134+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:35.134+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:21:50.134+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:21:50.134+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:21:50.134+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:21:50.134+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:21:50.135+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:21:50.135+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:21:50.139+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:50.139+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:50.139+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:50.140+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:21:50.140+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:21:50.140+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:22:05.140+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:22:05.140+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:22:05.140+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:22:05.140+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:22:05.141+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:22:05.141+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:22:05.144+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:05.144+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:05.144+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:05.144+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:22:05.144+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:05.144+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:22:08.313+00:00|INFO|PdpModifyRequestMap|pool-5-thread-1] check for PDP records older than 360000ms
[2023-01-20T23:22:20.145+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:22:20.145+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:22:20.145+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:22:20.145+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:22:20.145+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:22:20.145+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:22:20.148+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:20.148+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:20.148+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:20.148+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:22:20.149+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:20.149+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:22:35.149+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:22:35.149+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:22:35.149+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:22:35.149+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:22:35.149+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:22:35.149+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:22:35.152+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:35.153+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:35.153+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:35.153+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:22:35.153+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:35.154+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:22:50.155+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:22:50.157+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:22:50.157+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:22:50.160+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:50.161+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:50.161+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:22:50.162+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:22:50.162+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:22:50.163+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:22:50.170+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:50.171+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:22:50.171+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:23:05.161+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:23:05.161+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:23:05.162+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:23:05.165+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:05.165+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:05.165+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:23:05.171+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:23:05.171+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:23:05.171+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:23:05.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:05.174+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:05.174+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:23:20.165+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:23:20.166+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:23:20.166+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:23:20.169+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:20.169+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:20.169+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:23:20.174+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:23:20.174+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:23:20.175+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:23:20.177+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:20.178+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:20.178+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:23:35.170+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:23:35.171+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:23:35.171+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:23:35.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:35.175+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:35.175+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:23:35.178+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:23:35.178+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:23:35.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:23:35.180+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:35.181+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:35.181+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:23:50.175+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:23:50.176+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:23:50.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:23:50.180+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:50.180+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:50.180+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:23:50.181+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:23:50.181+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:23:50.181+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:23:50.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:50.184+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:23:50.184+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:24:05.182+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:24:05.183+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:24:05.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:24:05.184+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:24:05.185+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:24:05.185+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:24:05.187+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:05.187+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:05.187+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:24:05.188+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:05.188+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:05.188+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:24:09.325+00:00|INFO|PdpModifyRequestMap|pool-5-thread-1] check for PDP records older than 360000ms
[2023-01-20T23:24:20.187+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:24:20.188+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:24:20.188+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:24:20.188+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:24:20.188+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:24:20.188+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:24:20.193+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:20.193+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:20.193+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:20.193+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:24:20.193+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:20.193+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:24:35.194+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:24:35.194+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:24:35.194+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:24:35.194+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:24:35.194+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:24:35.194+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:24:35.199+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:35.200+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:35.200+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:35.200+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:24:35.200+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:35.200+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:24:50.200+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:24:50.200+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:24:50.200+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:24:50.200+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:24:50.200+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:24:50.201+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:24:50.203+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:50.203+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:50.203+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:24:50.204+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:50.204+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:24:50.204+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:25:05.204+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:25:05.204+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:25:05.204+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:25:05.204+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:25:05.204+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:25:05.205+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:25:05.207+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:05.207+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:05.208+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:05.208+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:05.208+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:25:05.208+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:25:20.208+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:25:20.208+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:25:20.208+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:25:20.208+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:25:20.209+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:25:20.209+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:25:20.212+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:20.212+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:20.212+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:25:20.212+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:20.212+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:20.212+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:25:35.212+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:25:35.215+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:25:35.215+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:25:35.215+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:25:35.216+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:25:35.216+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:25:35.219+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:35.219+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:35.219+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:35.219+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:35.219+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:25:35.219+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:25:50.219+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:25:50.219+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:25:50.220+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:25:50.219+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:25:50.220+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:25:50.220+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:25:50.222+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:50.223+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:50.223+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:25:50.223+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:50.223+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:25:50.223+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:26:05.223+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:26:05.223+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:26:05.223+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:26:05.223+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:26:05.223+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:26:05.223+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:26:05.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:05.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:05.227+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:05.227+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:26:05.227+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:05.227+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:26:10.352+00:00|INFO|PdpModifyRequestMap|pool-5-thread-1] check for PDP records older than 360000ms
[2023-01-20T23:26:20.227+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:26:20.227+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:26:20.227+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:26:20.227+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:26:20.228+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:26:20.228+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:26:20.231+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:20.231+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:20.231+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:20.231+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:26:20.231+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:20.231+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:26:35.232+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:26:35.232+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:26:35.232+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:26:35.232+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:26:35.232+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:26:35.232+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:26:35.235+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:35.235+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:35.235+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:35.235+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:26:35.235+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:35.235+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:26:50.236+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:26:50.236+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:26:50.236+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:26:50.236+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:26:50.236+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:26:50.237+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:26:50.239+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:50.239+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:50.239+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:50.239+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:26:50.239+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:26:50.239+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:27:05.240+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:27:05.240+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:27:05.240+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:27:05.241+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:27:05.242+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:27:05.242+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:27:05.243+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:05.244+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:05.244+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:27:05.244+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:05.244+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:05.244+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:27:20.244+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:27:20.244+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:27:20.245+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:27:20.245+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:27:20.246+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:27:20.246+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:27:20.249+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:20.249+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:20.249+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:20.249+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:27:20.249+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:20.249+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:27:35.250+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:27:35.250+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:27:35.250+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:27:35.250+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:27:35.250+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:27:35.250+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:27:35.255+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:35.255+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:35.255+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:35.255+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:27:35.255+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:35.255+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:27:50.256+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:27:50.256+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:27:50.256+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:27:50.256+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:27:50.256+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:27:50.256+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:27:50.260+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:50.260+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:50.260+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:50.260+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:27:50.260+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:27:50.260+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:28:05.260+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:28:05.261+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:28:05.260+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:28:05.261+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:28:05.261+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:28:05.261+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:28:05.267+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:05.267+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:05.268+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:05.268+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:28:05.268+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:05.268+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:28:11.360+00:00|INFO|PdpModifyRequestMap|pool-5-thread-1] check for PDP records older than 360000ms
[2023-01-20T23:28:20.268+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:28:20.268+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:28:20.269+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:28:20.270+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:28:20.270+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:28:20.270+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:28:20.273+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:20.273+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:20.274+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:20.274+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:28:20.274+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:20.274+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:28:35.274+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:28:35.274+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:28:35.274+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:28:35.274+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:28:35.274+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:28:35.274+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:28:35.277+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:35.277+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:35.278+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:35.278+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:28:35.278+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:35.278+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:28:50.278+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:28:50.278+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:28:50.278+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:28:50.278+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:28:50.278+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:28:50.278+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:28:50.282+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:50.282+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:50.282+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:50.282+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:28:50.282+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:28:50.282+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:29:05.283+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:29:05.283+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:29:05.283+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:29:05.283+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:29:05.283+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:29:05.283+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:29:05.286+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:05.286+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:05.286+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:05.286+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:29:05.286+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:05.286+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:29:20.287+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:29:20.287+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:29:20.287+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:29:20.287+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:29:20.287+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:29:20.287+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:29:20.290+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:20.290+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:20.290+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:20.290+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:29:20.290+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:20.291+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:29:35.291+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:29:35.291+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:29:35.291+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:29:35.291+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:29:35.292+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:29:35.292+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:29:35.294+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:35.294+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:35.294+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:35.294+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:35.295+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:29:35.295+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:29:50.295+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:29:50.295+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:29:50.295+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:29:50.295+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:29:50.296+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:29:50.296+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:29:50.298+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:50.298+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:50.298+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:50.298+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:29:50.298+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:29:50.298+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:30:05.299+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:30:05.299+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:30:05.299+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:30:05.299+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:30:05.299+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:30:05.299+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:30:05.302+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:05.302+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:05.302+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:05.302+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:30:05.302+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:05.302+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:30:12.393+00:00|INFO|PdpModifyRequestMap|pool-5-thread-1] check for PDP records older than 360000ms
[2023-01-20T23:30:20.303+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:30:20.303+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:30:20.303+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:30:20.303+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:30:20.303+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:30:20.303+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:30:20.306+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:20.306+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:20.306+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:20.306+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:20.306+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:30:20.306+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:30:35.306+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:30:35.306+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:30:35.307+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:30:35.307+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:30:35.307+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:30:35.307+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:30:35.310+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:35.310+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:35.310+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:35.310+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:30:35.310+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:35.310+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:30:50.311+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:30:50.311+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:30:50.312+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:30:50.312+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:30:50.312+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:30:50.312+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:30:50.315+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:50.315+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:50.315+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:50.315+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:30:50.315+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:30:50.315+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:31:05.317+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:31:05.316+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:31:05.317+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:31:05.317+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:31:05.317+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:31:05.317+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:31:05.320+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:05.320+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:05.321+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:05.321+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:05.321+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:31:05.321+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:31:20.321+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:31:20.321+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:31:20.322+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:31:20.322+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:31:20.322+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:31:20.323+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:31:20.324+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:20.325+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:20.325+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:31:20.325+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:20.325+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:20.325+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:31:35.326+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:31:35.326+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:31:35.325+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:31:35.326+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:31:35.327+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:31:35.327+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:31:35.331+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:35.331+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:35.332+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:35.332+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:35.332+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:31:35.332+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:31:50.333+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:31:50.333+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:31:50.334+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:31:50.334+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:31:50.335+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:31:50.335+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:31:50.340+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:50.341+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:50.341+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:50.341+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:31:50.341+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:31:50.341+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:32:05.342+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:32:05.342+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:32:05.342+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:32:05.343+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:32:05.343+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:32:05.343+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:32:05.346+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:05.346+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:05.346+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:05.346+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:32:05.346+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:05.346+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:32:13.396+00:00|INFO|PdpModifyRequestMap|pool-5-thread-1] check for PDP records older than 360000ms
[2023-01-20T23:32:20.347+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:32:20.347+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:32:20.347+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:32:20.347+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:32:20.347+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:32:20.347+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:32:20.350+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:20.350+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:20.351+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:20.351+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:20.351+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:32:20.351+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:32:35.351+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:32:35.351+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:32:35.351+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:32:35.351+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:32:35.352+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:32:35.352+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:32:35.354+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:35.354+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:35.354+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:35.354+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:32:35.355+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:35.355+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:32:50.355+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-HEARTBEAT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=policy-pap, consumerInstance=812cf135-8d54-46db-a164-f9e554a88905, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-HEARTBEAT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-HEARTBEAT, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:32:50.355+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:32:50.355+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:32:50.355+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:32:50.355+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-HEARTBEAT] UEB GET /events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000
[2023-01-20T23:32:50.356+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] GET http://message-router:3904/events/POLICY-PDP-PAP/policy-pap/812cf135-8d54-46db-a164-f9e554a88905?timeout=15000 (anonymous) ...
[2023-01-20T23:32:50.359+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:50.359+00:00|INFO|HttpClient|DMAAP-source-POLICY-HEARTBEAT] 	--> HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:50.359+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:50.359+00:00|ERROR|BusConsumer$CambriaConsumerWrapper|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: cannot fetch because of com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
[2023-01-20T23:32:50.359+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-HEARTBEAT] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:32:50.359+00:00|INFO|BusConsumer$FetchingBusConsumer|DMAAP-source-POLICY-PDP-PAP] CambriaConsumerWrapper [fetchTimeout=15000]: backoff for 15000ms
[2023-01-20T23:33:05.360+00:00|ERROR|SingleThreadedBusTopicSource|DMAAP-source-POLICY-PDP-PAP] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=c2ce04db-961c-4654-a92b-dcf7b56fd581, consumerInstance=onap-policy-pap-bffbdc774-4rjtz, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-PDP-PAP,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-PDP-PAP, effectiveTopic=POLICY-PDP-PAP, #recentEvents=0, locked=false, #topicListeners=1]]]]: cannot fetch
java.io.IOException: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:123)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.BusConsumer$CambriaConsumerWrapper.fetch(BusConsumer.java:212)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:244)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.att.nsa.apiClient.http.HttpException: HTTP/1.1 503 Service Unavailable
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:816)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:384)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:368)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	... 5 common frames omitted
[2023-01-20T23:33:05.360+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-PDP-PAP] UEB GET /events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000
[2023-01-20T23:33:05.360+00:00|INFO|HttpClient|DMAAP-source-POLICY-PDP-PAP] GET http://message-router:3904/events/POLICY-PDP-PAP/c2ce04db-961c-4654-a92b-dcf7b56fd581/onap-policy-pap-bffbdc774-4rjtz?timeout=15000 (anonymous) ...
[2023-01-20T23:33:05.360+00:00|ERROR