Results

By type

          Policy clamp runtime acm config file: /opt/app/policy/clamp/etc/mounted/acRuntimeParameters.yaml
overriding logback xml file

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

[2023-02-18T05:14:55.643+00:00|INFO|Application|main] Starting Application using Java 11.0.11 on onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn with PID 7 (/app/app.jar started by policy in /opt/app/policy/clamp/bin)
[2023-02-18T05:14:55.648+00:00|INFO|Application|main] No active profile set, falling back to 1 default profile: "default"
[2023-02-18T05:14:57.825+00:00|INFO|RepositoryConfigurationDelegate|main] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
[2023-02-18T05:14:58.327+00:00|INFO|RepositoryConfigurationDelegate|main] Finished Spring Data repository scanning in 484 ms. Found 7 JPA repository interfaces.
[2023-02-18T05:15:01.505+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 6969 (http)
[2023-02-18T05:15:01.528+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["http-nio-6969"]
[2023-02-18T05:15:01.529+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2023-02-18T05:15:01.529+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.62]
[2023-02-18T05:15:01.712+00:00|INFO|[/onap/policy/clamp/acm]|main] Initializing Spring embedded WebApplicationContext
[2023-02-18T05:15:01.713+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 5937 ms
[2023-02-18T05:15:02.681+00:00|INFO|RegistrationBean|main] Filter requestResponseLoggingFilter was not registered (possibly already registered?)
[2023-02-18T05:15:03.391+00:00|INFO|LogHelper|main] HHH000204: Processing PersistenceUnitInfo [name: default]
[2023-02-18T05:15:03.560+00:00|INFO|Version|main] HHH000412: Hibernate ORM core version 5.4.31.Final
[2023-02-18T05:15:03.974+00:00|INFO|Version|main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
[2023-02-18T05:15:04.224+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2023-02-18T05:15:05.826+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=378) 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.clamp.acm.runtime.Application.main(Application.java:51)
	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=378) 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=378) 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-02-18T05:15:05.827+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=378) 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.clamp.acm.runtime.Application.main(Application.java:51)
	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=378) 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=378) 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-02-18T05:15:05.854+00:00|INFO|Dialect|main] HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
[2023-02-18T05:15:07.086+00:00|INFO|Version|main] HV000001: Hibernate Validator 6.2.3.Final
[2023-02-18T05:15:09.766+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2023-02-18T05:15:10.099+00:00|INFO|HikariDataSource|main] HikariPool-1 - Start completed.
[2023-02-18T05:15:19.107+00:00|INFO|JtaPlatformInitiator|main] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
[2023-02-18T05:15:19.128+00:00|INFO|LocalContainerEntityManagerFactoryBean|main] Initialized JPA EntityManagerFactory for persistence unit 'default'
[2023-02-18T05:15:22.385+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, 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-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2023-02-18T05:15:22.591+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-02-18T05:15:23.921+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator'
[2023-02-18T05:15:25.865+00:00|INFO|DefaultSecurityFilterChain|main] Will not secure any request
[2023-02-18T05:15:26.194+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-6969"]
[2023-02-18T05:15:26.221+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 6969 (http) with context path '/onap/policy/clamp/acm'
[2023-02-18T05:15:27.727+00:00|INFO|ServiceManager|main] service manager starting
[2023-02-18T05:15:27.728+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2023-02-18T05:15:27.738+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, 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-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: starting
[2023-02-18T05:15:27.740+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, 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-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2023-02-18T05:15:27.744+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:15:27.741+00:00|INFO|InlineBusTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=4211d76c-596d-4afb-8bed-d068cde3f6af, alive=false, publisher=null]]: starting
[2023-02-18T05:15:27.756+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:15:27.762+00:00|INFO|InlineDmaapTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=4211d76c-596d-4afb-8bed-d068cde3f6af, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
[2023-02-18T05:15:27.763+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionStateChangePublisher$$EnhancerBySpringCGLIB$$99a9528
[2023-02-18T05:15:27.774+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantDeregisterAckPublisher$$EnhancerBySpringCGLIB$$53057fdc
[2023-02-18T05:15:27.780+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantUpdatePublisher$$EnhancerBySpringCGLIB$$c5be1ebc
[2023-02-18T05:15:27.785+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantRegisterAckPublisher$$EnhancerBySpringCGLIB$$f48e73b9
[2023-02-18T05:15:27.789+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantStatusReqPublisher$$EnhancerBySpringCGLIB$$6a03dd87
[2023-02-18T05:15:27.793+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionUpdatePublisher$$EnhancerBySpringCGLIB$$2e2d3d5c
[2023-02-18T05:15:27.797+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantUpdateAckListener
[2023-02-18T05:15:27.798+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterListener
[2023-02-18T05:15:27.798+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusListener
[2023-02-18T05:15:27.799+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeAckListener
[2023-02-18T05:15:27.799+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionUpdateAckListener
[2023-02-18T05:15:27.799+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterListener
[2023-02-18T05:15:27.799+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2023-02-18T05:15:27.800+00:00|INFO|TopicBase|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: registering org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4
[2023-02-18T05:15:27.800+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=1]]]]: register: start not attempted
[2023-02-18T05:15:27.800+00:00|INFO|ServiceManager|main] service manager started
[2023-02-18T05:15:27.806+00:00|INFO|Application|main] Started Application in 33.774 seconds (JVM running for 35.64)
[2023-02-18T05:15:43.060+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:15:43.082+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:15:43.083+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:15:58.087+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:15:58.088+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:15:58.089+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:16:00.863+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:16:00.880+00:00|INFO|OrderedServiceImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] ***** OrderedServiceImpl implementers:
 []
[2023-02-18T05:16:00.884+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:15:58.903622Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"868a7c6c-dc75-4d23-92c0-cbeb5d151d47","timestamp":"2023-02-18T05:15:58.903958Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:16:02.257+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:16:02.257+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:16:17.252+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:16:17.252+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:16:17.253+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:16:32.279+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:16:32.280+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:16:32.280+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:16:47.283+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:16:47.285+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:16:47.286+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:17:02.278+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:17:02.278+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:17:02.279+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:17:11.604+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:17:11.605+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"467b0579-5ad4-4710-9d67-69408a71baa3","timestamp":"2023-02-18T05:17:09.563304Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:17:11.630+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=2, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:17:11.630+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:17:11.636+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:17:18.525+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:17:18.526+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:17:17.890659Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0219c9eb-63ef-40fc-a30d-ebce2fdf6bbe","timestamp":"2023-02-18T05:17:17.890937Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:17:19.107+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:17:19.107+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:17:27.726+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:17:31.088+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:17:31.089+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:17:30.322120Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d4f65fc8-ace5-4e8e-9b59-25fcdc60ee09","timestamp":"2023-02-18T05:17:30.322394Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:17:33.091+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:17:33.091+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:17:48.179+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:17:48.181+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:17:48.181+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:18:00.923+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:18:00.924+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:17:58.904197Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"cfb5d4c8-6ffa-4494-8858-fa09afa3828a","timestamp":"2023-02-18T05:17:58.904944Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:18:01.140+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:18:01.142+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:18:16.145+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:18:16.145+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:18:16.147+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:18:31.172+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:18:31.172+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:18:31.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:18:46.140+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:18:46.141+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:18:46.141+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:19:01.171+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:19:01.172+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:19:01.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:19:11.544+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:19:11.544+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a17f46b6-c93f-4955-a109-d92725c2429b","timestamp":"2023-02-18T05:19:09.550820Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:19:12.121+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=6, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:19:12.124+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:19:12.124+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:19:18.536+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:19:18.537+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:19:17.890728Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"07342461-0441-4da1-80d6-0ba8e8fa1534","timestamp":"2023-02-18T05:19:17.890877Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:19:19.123+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:19:19.124+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:19:27.726+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:19:28.117+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5a034a99-0003-4222-84e5-d7db6d983645","timestamp":"2023-02-18T05:19:28.108906Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:19:28.162+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 42 ms
[2023-02-18T05:19:28.166+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:19:28.183+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:19:28.184+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
[2023-02-18T05:19:28.821+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:19:28.822+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5a034a99-0003-4222-84e5-d7db6d983645","timestamp":"2023-02-18T05:19:28.108906Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:19:28.822+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:19:28.823+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:19:28.823+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:19:28.984+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:19:28.985+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:19:28.915405Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"04c061a1-e533-4437-bd8f-d2fcba420e0f","timestamp":"2023-02-18T05:19:28.915510Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:19:29.120+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:19:29.120+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:19:29.146+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:19:29.147+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:19:28.769589Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"76c98329-8a71-49c2-9edf-24859fbce006","timestamp":"2023-02-18T05:19:28.769640Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:19:29.173+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:19:29.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:19:29.694+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:19:29.695+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d760c718-be00-4de8-b1f2-768081242e17","timestamp":"2023-02-18T05:19:27.606371Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:19:29.710+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:19:29.710+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:19:27.592798Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f534f283-376e-4451-8ea8-a1a4fad4f1df","timestamp":"2023-02-18T05:19:27.592854Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:19:29.733+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:19:29.733+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:19:31.044+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:19:31.044+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:19:30.322007Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0f33587c-02cb-4713-b2be-80bed5b501bf","timestamp":"2023-02-18T05:19:30.322100Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:19:31.117+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:19:31.118+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:19:46.109+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:19:46.109+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:19:46.110+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:20:00.856+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:20:00.857+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:19:58.903356Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ed9f251b-8050-4bbb-a569-b1ca20aa48fd","timestamp":"2023-02-18T05:19:58.903467Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:20:01.121+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:20:01.122+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:20:16.087+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:20:16.087+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:20:16.088+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:20:31.057+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:20:31.058+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:20:31.058+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:20:46.029+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:20:46.029+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:20:46.030+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:21:01.006+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:21:01.006+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:21:01.006+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:21:11.502+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:21:11.503+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e0fb7308-89ef-480e-ac44-18ac965227ea","timestamp":"2023-02-18T05:21:09.549697Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:21:12.131+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:21:12.131+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:21:12.133+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:21:18.531+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:21:18.532+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:21:17.890737Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6d9b3e09-bfb1-49fd-88ef-0e1c8726d151","timestamp":"2023-02-18T05:21:17.890960Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:21:19.138+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:21:19.138+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:21:27.725+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:21:28.118+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"bc09ea8e-ccd5-429d-9d2f-1da041508d15","timestamp":"2023-02-18T05:21:28.118742Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:21:28.161+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 42 ms
[2023-02-18T05:21:28.162+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:21:28.174+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:21:28.175+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
[2023-02-18T05:21:28.805+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:21:28.806+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"bc09ea8e-ccd5-429d-9d2f-1da041508d15","timestamp":"2023-02-18T05:21:28.118742Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:21:28.806+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:21:28.807+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:21:28.807+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:21:28.999+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:21:29.000+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:21:28.886523Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"afa5488d-d185-4eb7-b6a7-1b665a7ec197","timestamp":"2023-02-18T05:21:28.886543Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:21:29.131+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:21:29.132+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:21:29.160+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:21:29.161+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4e466232-b791-4c68-bb17-8f75c616f722","timestamp":"2023-02-18T05:21:27.558395Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:21:29.174+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:21:29.175+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:21:29.175+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:21:29.241+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:21:29.242+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:21:27.552905Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0aaf4f5f-09c2-4174-9663-3092c8f7c927","timestamp":"2023-02-18T05:21:27.552950Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:21:29.273+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:21:29.273+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:21:29.796+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:21:29.797+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:21:28.732630Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"54d1f302-bd7e-41f0-995f-9047b94a6da9","timestamp":"2023-02-18T05:21:28.732704Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:21:29.821+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:21:29.821+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:21:31.052+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:21:31.053+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:21:30.322005Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"54e25e85-5490-4894-a33e-3f943a4611eb","timestamp":"2023-02-18T05:21:30.322101Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:21:31.133+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:21:31.134+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:21:46.090+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:21:46.091+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:21:46.091+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:22:00.844+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:22:00.845+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:21:58.902969Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"783fdda9-bc92-4092-b4c1-35dc89b40407","timestamp":"2023-02-18T05:21:58.903096Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:22:01.140+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:22:01.140+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:22:16.119+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:22:16.119+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:22:16.119+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:22:31.083+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:22:31.084+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:22:31.084+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:22:46.061+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:22:46.061+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:22:46.062+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:23:01.053+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:23:01.054+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:23:01.054+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:23:11.507+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:23:11.509+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2a432db2-e51f-4005-9a8d-50cf0f446543","timestamp":"2023-02-18T05:23:09.549836Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:23:12.148+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:23:12.149+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:23:12.149+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:23:18.501+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:23:18.502+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:23:17.890578Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1ba7b5e8-3b08-40a6-8346-0b5f00c9612d","timestamp":"2023-02-18T05:23:17.890771Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:23:19.146+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:23:19.148+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:23:27.726+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:23:28.134+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"bbc75ca4-1ef5-4e40-8054-b1ba9f146066","timestamp":"2023-02-18T05:23:28.133601Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:23:28.162+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 27 ms
[2023-02-18T05:23:28.162+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:23:28.178+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:23:28.179+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
[2023-02-18T05:23:28.859+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:23:28.861+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"bbc75ca4-1ef5-4e40-8054-b1ba9f146066","timestamp":"2023-02-18T05:23:28.133601Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:23:28.862+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:23:28.862+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:23:28.862+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:23:29.031+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:23:29.032+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:23:28.741011Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5430e5a6-21c8-4966-a4a8-f486fd2621ab","timestamp":"2023-02-18T05:23:28.741031Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:23:29.150+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:23:29.151+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:23:29.675+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:23:29.676+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b20df732-48cc-49de-8af5-9513cc495ec8","timestamp":"2023-02-18T05:23:27.620696Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:23:29.696+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:23:29.698+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:23:27.611996Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"cbf11b6d-fc4e-4ff3-88f5-43e53148b51e","timestamp":"2023-02-18T05:23:27.612030Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:23:29.722+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:23:28.948183Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"19a44edf-b010-4e53-9159-d20c6db8d1c4","timestamp":"2023-02-18T05:23:28.948204Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:23:29.751+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:23:29.751+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:23:31.040+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:23:31.041+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:23:30.321950Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6daae927-24a1-42f0-957d-52302ed18ecd","timestamp":"2023-02-18T05:23:30.322061Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:23:31.148+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:23:31.148+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:23:46.117+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:23:46.118+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:23:46.118+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:24:00.920+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:24:00.921+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:23:58.903261Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2b394433-8aa1-4c20-8268-f74ab42cf781","timestamp":"2023-02-18T05:23:58.903633Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:24:01.155+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:24:01.155+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:24:16.140+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:24:16.141+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:24:16.141+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:24:31.107+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:24:31.108+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:24:31.108+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:24:46.072+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:24:46.073+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:24:46.073+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:25:01.075+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:25:01.076+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:25:01.076+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:25:11.531+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:25:11.532+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0d4361b0-2350-4893-bd14-2f3d2381bee7","timestamp":"2023-02-18T05:25:09.550549Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:25:12.161+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:25:12.162+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:25:12.162+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:25:18.529+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:25:18.529+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:25:17.890576Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c0705c44-40ef-4d17-ba3e-726db724ecf6","timestamp":"2023-02-18T05:25:17.890671Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:25:19.161+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:25:19.161+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:25:27.725+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:25:28.149+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"0b52c435-fe48-40e5-a5c0-9aaaa947aed9","timestamp":"2023-02-18T05:25:28.148678Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:25:28.161+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 12 ms
[2023-02-18T05:25:28.162+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:25:28.177+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:25:28.178+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
[2023-02-18T05:25:28.842+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:25:28.842+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"0b52c435-fe48-40e5-a5c0-9aaaa947aed9","timestamp":"2023-02-18T05:25:28.148678Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:25:28.843+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:25:28.843+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:25:28.843+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:25:28.989+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:25:28.990+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:25:28.905295Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"992c35df-454f-4b16-8a90-c27d7adb6175","timestamp":"2023-02-18T05:25:28.905322Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:25:29.162+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:25:29.162+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:25:29.187+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:25:29.188+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9c173f20-c21b-41ea-9a45-705eaf5ba14c","timestamp":"2023-02-18T05:25:27.574623Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:25:29.201+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:25:29.202+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:25:28.752839Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e087f1e3-a6a8-45dc-a9d3-f5ceeb643b9a","timestamp":"2023-02-18T05:25:28.752892Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:25:29.235+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:25:29.235+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:25:29.762+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:25:29.763+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:25:27.566907Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ad16fa5e-a746-47b6-a717-1a5f183095b0","timestamp":"2023-02-18T05:25:27.566949Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:25:29.787+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:25:29.787+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:25:31.027+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:25:31.028+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:25:30.322031Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c1237e12-71b4-4936-b9f5-f8a6d1270d01","timestamp":"2023-02-18T05:25:30.322165Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:25:31.162+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:25:31.163+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:25:46.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:25:46.155+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:25:46.155+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:26:00.837+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:26:00.840+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:25:58.903274Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"823fc76b-fe71-4476-8427-058347d4e159","timestamp":"2023-02-18T05:25:58.903412Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:26:01.177+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:26:01.177+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:26:16.144+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:26:16.144+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:26:16.144+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:26:31.144+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:26:31.144+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:26:31.144+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:26:46.138+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:26:46.138+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:26:46.138+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:27:01.119+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:27:01.119+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:27:01.119+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:27:11.499+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:27:11.500+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"89a32904-3e5a-4703-a03f-5cbbc0db62e9","timestamp":"2023-02-18T05:27:09.549979Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:27:12.165+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:27:12.166+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:27:12.166+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:27:18.493+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:27:18.494+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:27:17.890744Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ca94f695-87c1-45dc-a5ba-0ca79730bbbe","timestamp":"2023-02-18T05:27:17.891059Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:27:19.173+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:27:19.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:27:27.725+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:27:28.162+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"dc12afe9-5ff9-445e-b271-eab843bcf618","timestamp":"2023-02-18T05:27:28.161775Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:27:28.212+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 50 ms
[2023-02-18T05:27:28.212+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:27:28.229+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:27:28.230+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
[2023-02-18T05:27:28.879+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:27:28.880+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"dc12afe9-5ff9-445e-b271-eab843bcf618","timestamp":"2023-02-18T05:27:28.161775Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:27:28.881+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:27:28.881+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:27:28.881+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:27:29.060+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:27:29.061+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:27:28.820541Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f0e14466-8958-4dbb-9ce1-5a43a7ed121c","timestamp":"2023-02-18T05:27:28.820555Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:27:29.176+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:27:29.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:27:29.702+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:27:29.703+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d673e0c8-6e1e-4b6d-ba63-ab7de0d11f6f","timestamp":"2023-02-18T05:27:27.654440Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:27:29.723+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:27:29.724+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:27:27.638720Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f8f37c89-8985-4bf3-9c54-b7834db6c0c5","timestamp":"2023-02-18T05:27:27.638740Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:27:29.749+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:27:28.976878Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a5955a1d-df34-457e-8856-269f9e748e06","timestamp":"2023-02-18T05:27:28.976911Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:27:29.774+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:27:29.775+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:27:31.028+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:27:31.029+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:27:30.322036Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9a6e3c3c-7734-44c9-be7c-bc4c6f83e44b","timestamp":"2023-02-18T05:27:30.322165Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:27:31.176+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:27:31.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:27:46.134+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:27:46.135+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:27:46.135+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:28:00.842+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:28:00.843+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:27:58.903323Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0b5e47ca-8201-4b0f-a6a1-36a2944a8a91","timestamp":"2023-02-18T05:27:58.904013Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:28:01.183+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:28:01.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:28:16.148+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:28:16.148+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:28:16.148+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:28:31.113+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:28:31.114+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:28:31.115+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:28:46.090+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:28:46.091+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:28:46.091+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:29:01.078+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:29:01.078+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:29:01.078+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:29:11.536+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:29:11.537+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7da58c7e-a1f6-4d3b-9ff6-58d1980b80f5","timestamp":"2023-02-18T05:29:09.551654Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:29:12.193+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:29:12.194+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:29:12.194+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:29:18.477+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:29:18.478+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:29:17.890888Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1fe258b3-3d49-445d-b9c1-2164af0e0003","timestamp":"2023-02-18T05:29:17.891143Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:29:19.200+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:29:19.200+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:29:27.725+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:29:28.180+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4cbcdd95-97cb-409c-a2b0-5bb7e702fde8","timestamp":"2023-02-18T05:29:28.180429Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:29:28.211+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 30 ms
[2023-02-18T05:29:28.212+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:29:28.230+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:29:28.231+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
[2023-02-18T05:29:28.859+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:29:28.860+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4cbcdd95-97cb-409c-a2b0-5bb7e702fde8","timestamp":"2023-02-18T05:29:28.180429Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:29:28.861+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:29:28.861+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:29:28.861+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:29:29.020+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:29:29.021+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:29:28.953612Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c9dd3d3c-1021-4ad4-ad1c-c6166a328981","timestamp":"2023-02-18T05:29:28.953639Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:29:29.195+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:29:29.196+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:29:29.231+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:29:29.232+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b2c6e27a-9e45-4ee1-a52c-102609fca1b5","timestamp":"2023-02-18T05:29:27.636159Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:29:29.249+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:29:29.249+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:29:28.802405Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ebebffbc-f935-405d-88e4-c703b4923977","timestamp":"2023-02-18T05:29:28.802425Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:29:29.269+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:29:29.270+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:29:29.791+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:29:29.792+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:29:27.630689Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"dd890cb2-14ab-49ec-84df-121a34bf85b4","timestamp":"2023-02-18T05:29:27.631257Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:29:29.814+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:29:29.814+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:29:31.060+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:29:31.061+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:29:30.322324Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b28a78a1-4b62-4449-bee9-178da05a985f","timestamp":"2023-02-18T05:29:30.322433Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:29:31.197+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:29:31.197+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:29:46.169+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:29:46.170+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:29:46.171+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:30:00.830+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:30:00.831+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:29:58.903684Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4ee085ee-7053-4464-827c-e1157e0788d3","timestamp":"2023-02-18T05:29:58.903821Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:30:01.199+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:30:01.199+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:30:16.167+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:30:16.168+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:30:16.168+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:30:31.129+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:30:31.129+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:30:31.129+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:30:46.126+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:30:46.127+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:30:46.127+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:31:01.117+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:31:01.118+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:31:01.118+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:31:11.498+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:31:11.499+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5d3245f4-f463-416e-b1cf-4610e1f15760","timestamp":"2023-02-18T05:31:09.549843Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:31:12.214+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:31:12.214+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:31:12.215+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:31:18.486+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:31:18.486+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:31:17.890565Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6489efb2-49f6-4975-8507-a9db53444354","timestamp":"2023-02-18T05:31:17.890655Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:31:19.208+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:31:19.209+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:31:27.725+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:31:28.194+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e7e7e877-e701-4f57-b501-e0bf3f0ef400","timestamp":"2023-02-18T05:31:28.194138Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:31:28.211+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 17 ms
[2023-02-18T05:31:28.212+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:31:28.228+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:31:28.228+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
[2023-02-18T05:31:28.865+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:31:28.867+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e7e7e877-e701-4f57-b501-e0bf3f0ef400","timestamp":"2023-02-18T05:31:28.194138Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:31:28.867+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:31:28.867+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:31:28.868+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:31:29.045+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:31:29.046+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:31:28.961297Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2b3da5a8-a301-4d13-a17e-5d77049505d7","timestamp":"2023-02-18T05:31:28.961316Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:31:29.210+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:31:29.210+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:31:29.260+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:31:29.261+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"227f5740-8018-4f38-b9f8-76f18dbec8fa","timestamp":"2023-02-18T05:31:27.637502Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:31:29.275+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:31:29.275+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:31:28.807045Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0b4a9ad3-3bb0-4ea3-8ec8-8e48b3313767","timestamp":"2023-02-18T05:31:28.807129Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:31:29.298+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:31:29.298+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:31:29.816+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:31:29.816+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:31:27.618209Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"bd2085a3-3a59-40e1-b67b-5b3b873f543e","timestamp":"2023-02-18T05:31:27.618301Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:31:29.835+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:31:29.835+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:31:31.070+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:31:31.070+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:31:30.322036Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"975ded21-200f-4ae5-8b9f-d0fe8da641fb","timestamp":"2023-02-18T05:31:30.322189Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:31:31.207+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:31:31.207+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:31:46.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:31:46.176+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:31:46.177+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:32:00.865+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:32:00.866+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:31:58.903070Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"516c7630-3ee3-4b59-bf78-3818c25c2398","timestamp":"2023-02-18T05:31:58.903193Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:32:01.216+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:32:01.216+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:32:16.215+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:32:16.216+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:32:16.216+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:32:31.179+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:32:31.180+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:32:31.180+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:32:46.140+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:32:46.141+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:32:46.141+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:33:01.121+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:33:01.121+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:33:01.121+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:33:11.506+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:33:11.509+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e5853c97-1739-4ff7-8c1d-20da717f50b1","timestamp":"2023-02-18T05:33:09.550096Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:33:12.227+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:33:12.228+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:33:12.228+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:33:18.492+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:33:18.492+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:33:17.893656Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"99ab74d8-c78f-4d9c-8a59-0ce6fd9db021","timestamp":"2023-02-18T05:33:17.893815Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:33:19.237+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:33:19.237+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:33:27.725+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:33:28.214+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"137e8861-33b7-4609-b3be-b20bd0b764f2","timestamp":"2023-02-18T05:33:28.213970Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:33:28.261+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 47 ms
[2023-02-18T05:33:28.262+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:33:28.274+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:33:28.275+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
[2023-02-18T05:33:28.904+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:33:28.906+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"137e8861-33b7-4609-b3be-b20bd0b764f2","timestamp":"2023-02-18T05:33:28.213970Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:33:28.906+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:33:28.906+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:33:28.906+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:33:29.070+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:33:29.071+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:33:29.017078Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"30244a72-f440-4f02-ab74-64cfb5c9db8e","timestamp":"2023-02-18T05:33:29.017091Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:33:29.232+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:33:29.232+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:33:29.253+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:33:29.254+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0ac7ce3a-29f8-44fb-9ee2-4eb9d2dacb8e","timestamp":"2023-02-18T05:33:27.668639Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:33:29.268+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:33:29.269+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:33:28.857369Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4fe025fa-0943-4fec-9e92-20a144458362","timestamp":"2023-02-18T05:33:28.857391Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:33:29.289+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:33:29.289+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:33:29.812+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:33:29.812+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:33:27.663727Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8524084e-eb47-4b66-bfd4-a5f5dd87ef46","timestamp":"2023-02-18T05:33:27.663762Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:33:29.832+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:33:29.833+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:33:31.056+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:33:31.056+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:33:30.321948Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"30a878af-b8b2-4c1a-ae66-dde44408adbf","timestamp":"2023-02-18T05:33:30.322057Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:33:31.226+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:33:31.227+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:33:46.181+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:33:46.181+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:33:46.181+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:34:00.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:34:00.834+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:33:58.903092Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"388b79c1-e4e4-4f03-b604-79f86675bd4a","timestamp":"2023-02-18T05:33:58.903167Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:34:01.237+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:34:01.237+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:34:16.207+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:34:16.208+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:34:16.208+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:34:31.179+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:34:31.179+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:34:31.180+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:34:46.139+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:34:46.140+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:34:46.140+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:35:01.132+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:35:01.132+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:35:01.133+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:35:11.536+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:35:11.536+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ee297f8a-ad0e-4bd3-b56b-cb888347026b","timestamp":"2023-02-18T05:35:09.557450Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:35:12.243+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:35:12.243+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:35:12.243+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:35:18.450+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:35:18.452+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:35:17.890600Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"07fe0082-85a8-4538-940b-b618a542b26f","timestamp":"2023-02-18T05:35:17.890722Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:35:19.252+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:35:19.252+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:35:27.725+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:35:28.236+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7e96821b-1d48-46ae-8d31-5ef6b304ac4d","timestamp":"2023-02-18T05:35:28.236265Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:35:28.261+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 24 ms
[2023-02-18T05:35:28.262+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:35:28.278+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:35:28.279+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
[2023-02-18T05:35:28.933+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:35:28.935+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7e96821b-1d48-46ae-8d31-5ef6b304ac4d","timestamp":"2023-02-18T05:35:28.236265Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:35:28.936+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:35:28.936+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:35:28.936+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:35:29.100+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:35:29.101+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:35:29.026876Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"50bcaa4b-a739-43a0-927e-d97adcea02a0","timestamp":"2023-02-18T05:35:29.026905Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:35:29.253+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:35:28.873880Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"fdbdc7c6-f48b-4b94-aedb-1435f1acd62c","timestamp":"2023-02-18T05:35:28.873934Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:35:29.273+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:35:29.274+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:35:29.797+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:35:29.798+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"979ee7df-1649-45a7-a37f-1607509ca6bb","timestamp":"2023-02-18T05:35:27.673602Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:35:29.812+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:35:29.813+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:35:27.670237Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a32b71ac-c7c7-45a7-a340-92172ac1c800","timestamp":"2023-02-18T05:35:27.670331Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:35:29.830+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:35:29.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:35:31.054+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:35:31.056+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:35:30.322057Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8ce52341-e8b5-4dd7-8e00-a136772cda46","timestamp":"2023-02-18T05:35:30.322232Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:35:31.251+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:35:31.251+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:35:46.241+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:35:46.243+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:35:46.243+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:36:00.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:36:00.832+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:35:58.903047Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"aab85510-f13d-4cb3-bccf-bc5ded55197d","timestamp":"2023-02-18T05:35:58.903290Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:36:01.261+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:36:01.261+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:36:16.225+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:36:16.226+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:36:16.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:36:31.206+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:36:31.206+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:36:31.206+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:36:46.162+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:36:46.163+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:36:46.163+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:37:01.167+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:37:01.168+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:37:01.168+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:37:11.503+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:37:11.503+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b520e801-88ea-4003-b644-5cb0ee489daf","timestamp":"2023-02-18T05:37:09.549706Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:37:12.259+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:37:12.263+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:37:12.264+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:37:18.468+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:37:18.468+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:37:17.890826Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"20d1005b-bfd5-4539-89b8-48245817d644","timestamp":"2023-02-18T05:37:17.891228Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:37:19.260+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:37:19.260+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:37:27.726+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:37:28.250+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"a34f47b7-7377-4c1e-b85d-23136e7105bd","timestamp":"2023-02-18T05:37:28.250223Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:37:28.262+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 10 ms
[2023-02-18T05:37:28.262+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:37:28.286+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:37:28.287+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
[2023-02-18T05:37:28.932+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:37:28.934+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"a34f47b7-7377-4c1e-b85d-23136e7105bd","timestamp":"2023-02-18T05:37:28.250223Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:37:28.934+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:37:28.935+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:37:28.935+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:37:29.086+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:37:29.087+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"806954db-44f5-4202-a937-7e85c0640d77","timestamp":"2023-02-18T05:37:27.694760Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:37:29.254+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:37:29.255+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:37:29.255+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:37:29.291+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:37:29.292+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:37:27.695017Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"59fb0b54-2427-4210-a398-93ced4e3fc95","timestamp":"2023-02-18T05:37:27.695038Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:37:29.312+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:37:29.050397Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"aa046f3d-83a2-4323-8a9d-eb40ab705ee4","timestamp":"2023-02-18T05:37:29.050429Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:37:29.332+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:37:29.332+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:37:29.851+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:37:29.852+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:37:28.895075Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1ffc614c-dd02-4521-9016-d715d1e0d9f0","timestamp":"2023-02-18T05:37:28.895095Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:37:29.874+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:37:29.874+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:37:31.098+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:37:31.098+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:37:30.321897Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f81f7438-75d6-460d-a2ad-92f1ceeab078","timestamp":"2023-02-18T05:37:30.322039Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:37:31.263+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:37:31.263+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:37:46.219+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:37:46.219+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:37:46.220+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:38:00.824+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:38:00.825+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:37:58.902965Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3b34d5d5-f512-4407-adb1-6a82b3afd294","timestamp":"2023-02-18T05:37:58.903103Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:38:01.270+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:38:01.270+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:38:16.223+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:38:16.224+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:38:16.224+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:38:31.189+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:38:31.189+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:38:31.189+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:38:46.160+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:38:46.161+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:38:46.161+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:39:01.140+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:39:01.141+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:39:01.141+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:39:11.551+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:39:11.553+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"87828b7f-8c3f-4a3b-a64f-4ac94b6cbc44","timestamp":"2023-02-18T05:39:09.549681Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:39:12.272+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:39:12.273+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:39:12.273+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:39:18.460+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:39:18.460+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:39:17.890585Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7c3e6f70-6246-4b6f-9712-6dab2b6ffb18","timestamp":"2023-02-18T05:39:17.890702Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:39:19.283+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:39:19.283+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:39:27.725+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:39:28.268+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"227ed76b-fa33-4c4f-b427-51d8e8406d1b","timestamp":"2023-02-18T05:39:28.268070Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:39:28.311+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 43 ms
[2023-02-18T05:39:28.312+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:39:28.326+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:39:28.327+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
[2023-02-18T05:39:28.956+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:39:28.958+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"227ed76b-fa33-4c4f-b427-51d8e8406d1b","timestamp":"2023-02-18T05:39:28.268070Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:39:28.958+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:39:28.959+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:39:28.959+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:39:29.109+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:39:29.110+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:39:28.919761Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5177a646-5498-47da-a549-d824e22cdcf1","timestamp":"2023-02-18T05:39:28.919797Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:39:29.285+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:39:29.285+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:39:29.807+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:39:29.807+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"50d75459-29c4-47f5-acfd-26423465a343","timestamp":"2023-02-18T05:39:27.720961Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:39:29.824+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:39:29.825+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:39:27.720664Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7e89977c-e37c-4914-8f8b-f486f420702c","timestamp":"2023-02-18T05:39:27.720684Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:39:29.847+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:39:29.079825Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b636181a-7253-46cf-ae82-e3bcfe90fa7c","timestamp":"2023-02-18T05:39:29.079845Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:39:29.864+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:39:29.864+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:39:31.088+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:39:31.088+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:39:30.321960Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5ff834f1-bfb4-4c9b-b669-1455336cfab3","timestamp":"2023-02-18T05:39:30.322048Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:39:31.282+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:39:31.282+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:39:46.240+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:39:46.241+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:39:46.241+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:40:00.819+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:40:00.820+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:39:58.903037Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"fac54e3d-3cce-4785-bad0-f69a67bb3a8f","timestamp":"2023-02-18T05:39:58.903140Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:40:01.286+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:40:01.286+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:40:16.253+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:40:16.254+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:40:16.254+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:40:31.231+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:40:31.232+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:40:31.232+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:40:46.196+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:40:46.197+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:40:46.197+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:41:01.156+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:41:01.157+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:41:01.157+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:41:11.516+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:41:11.516+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"241d87d6-cc7d-4196-b475-67f5c820c50a","timestamp":"2023-02-18T05:41:09.551767Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:41:12.289+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:41:12.289+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:41:12.289+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:41:18.448+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:41:18.449+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:41:17.890559Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c47fb4dd-4f3f-49f3-a7c6-5b497eaf0ee5","timestamp":"2023-02-18T05:41:17.890671Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:41:19.299+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:41:19.299+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:41:27.725+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:41:28.283+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ca0585f9-9880-4df3-97cd-f72f47e396a3","timestamp":"2023-02-18T05:41:28.282732Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:41:28.311+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 28 ms
[2023-02-18T05:41:28.312+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:41:28.328+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:41:28.328+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
[2023-02-18T05:41:28.967+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:41:28.967+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ca0585f9-9880-4df3-97cd-f72f47e396a3","timestamp":"2023-02-18T05:41:28.282732Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:41:28.967+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:41:28.967+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:41:28.968+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:41:29.132+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:41:29.133+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"88d8c34c-b391-4565-839f-bd0841706a51","timestamp":"2023-02-18T05:41:27.738949Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:41:29.287+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:41:29.288+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:41:29.288+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:41:29.320+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:41:29.321+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:41:27.734027Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b88f114d-efb9-4765-a1e8-44bb87464b46","timestamp":"2023-02-18T05:41:27.734116Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:41:29.341+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:41:29.091720Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"561e42ab-42e4-4a42-b0ed-8bb355965c99","timestamp":"2023-02-18T05:41:29.091739Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:41:29.361+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:41:29.362+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:41:29.887+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:41:29.887+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:41:28.936095Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"572c1384-4d9c-4772-8109-0b6bcb012c3d","timestamp":"2023-02-18T05:41:28.936127Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:41:29.913+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:41:29.913+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:41:31.012+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:41:31.013+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:41:30.321989Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5dbcba45-dcde-4c9f-a94e-761ed493a44b","timestamp":"2023-02-18T05:41:30.322105Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:41:31.295+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:41:31.296+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:41:46.254+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:41:46.255+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:41:46.255+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:42:00.835+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:42:00.836+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:41:58.903293Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f097f6ef-575f-47bc-a204-eaada10ed9a0","timestamp":"2023-02-18T05:41:58.903414Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:42:01.299+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:42:01.299+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:42:16.253+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:42:16.254+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:42:16.254+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:42:31.220+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:42:31.221+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:42:31.221+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:42:46.169+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:42:46.170+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:42:46.170+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:43:01.180+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:43:01.181+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:43:01.181+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:43:11.492+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:43:11.493+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"dfb2ff26-8e68-495e-8550-4d88c4bb6926","timestamp":"2023-02-18T05:43:09.549631Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:43:12.302+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:43:12.303+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:43:12.303+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:43:18.512+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:43:18.512+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:43:17.891238Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c6b3bb24-44e6-4fba-b142-39871fb4f21c","timestamp":"2023-02-18T05:43:17.891417Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:43:19.308+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:43:19.308+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:43:27.726+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:43:28.299+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4979c7ab-75f3-4893-8c94-94665d635eee","timestamp":"2023-02-18T05:43:28.299098Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:43:28.311+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 12 ms
[2023-02-18T05:43:28.312+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:43:28.341+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:43:28.342+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
[2023-02-18T05:43:28.983+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:43:28.984+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4979c7ab-75f3-4893-8c94-94665d635eee","timestamp":"2023-02-18T05:43:28.299098Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:43:28.985+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:43:28.985+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:43:28.985+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:43:29.134+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:43:29.135+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:43:29.101099Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"08cc01a1-b5b7-43ae-9e44-121a98cc85cf","timestamp":"2023-02-18T05:43:29.101111Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:43:29.312+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:43:29.312+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:43:29.343+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:43:29.344+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e1b41769-93c4-4cb6-b50f-8f0881dea6d9","timestamp":"2023-02-18T05:43:27.748105Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:43:29.359+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:43:29.360+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:43:27.741570Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ee5e8dec-9888-4b11-9a3e-967767ff000d","timestamp":"2023-02-18T05:43:27.741589Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:43:29.385+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:43:29.385+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:43:29.907+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:43:29.908+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:43:28.951454Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a37931af-a038-4053-ab34-dee546104546","timestamp":"2023-02-18T05:43:28.951476Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:43:29.938+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:43:29.939+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:43:30.992+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:43:30.993+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:43:30.321965Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"59037c84-2e35-4f1f-99af-5def0f091f66","timestamp":"2023-02-18T05:43:30.322034Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:43:31.309+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:43:31.309+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:43:46.280+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:43:46.281+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:43:46.281+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:44:00.840+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:44:00.841+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:43:58.902950Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0fe33279-ed7d-438f-86c4-e3c0486f76fe","timestamp":"2023-02-18T05:43:58.903026Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:44:01.319+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:44:01.319+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:44:16.339+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:44:16.339+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:44:16.339+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:44:31.338+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:44:31.338+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:44:31.339+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:44:46.417+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:44:46.418+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:44:46.418+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:45:01.507+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:45:01.515+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:45:01.515+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:45:11.486+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:45:11.491+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8be46ed5-6b2c-4d94-b0f1-ef8d61fd5137","timestamp":"2023-02-18T05:45:09.549834Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:45:12.318+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:45:12.319+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:45:12.319+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:45:18.451+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:45:18.451+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:45:17.892614Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a0b67d87-6166-4712-8904-1b973ac4a771","timestamp":"2023-02-18T05:45:17.892863Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:45:19.324+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:45:19.324+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:45:27.726+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:45:28.313+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8d6c1981-a795-45f8-a44b-23b67d5d3ef2","timestamp":"2023-02-18T05:45:28.312243Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:45:28.361+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 48 ms
[2023-02-18T05:45:28.362+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:45:28.384+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:45:28.384+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
[2023-02-18T05:45:29.020+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:45:29.021+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8d6c1981-a795-45f8-a44b-23b67d5d3ef2","timestamp":"2023-02-18T05:45:28.312243Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:45:29.021+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:45:29.022+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:45:29.022+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:45:29.169+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:45:29.169+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"38e68cf2-002f-4d96-96dc-9df5b04e11c3","timestamp":"2023-02-18T05:45:27.793815Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:45:29.317+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:45:29.317+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:45:29.317+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:45:29.343+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:45:29.343+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:45:29.159800Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c8d6406f-9a22-4787-91da-a8a0c1c5e44f","timestamp":"2023-02-18T05:45:29.159849Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:45:29.364+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:45:29.000584Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a1908589-7a65-4c36-9c9f-d9c91cf69e50","timestamp":"2023-02-18T05:45:29.000603Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:45:29.395+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:45:29.395+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:45:29.916+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:45:29.916+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:45:27.793428Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"326fc3f3-df2d-42df-89e3-56a7b1df328f","timestamp":"2023-02-18T05:45:27.793479Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:45:29.941+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:45:29.941+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:45:30.998+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:45:30.999+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:45:30.321931Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6bd36aa3-c543-4fca-be0e-9eb2923b22d6","timestamp":"2023-02-18T05:45:30.322032Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:45:31.330+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:45:31.331+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:45:46.372+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:45:46.373+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:45:46.373+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:46:00.939+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:46:00.939+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:45:58.902958Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6c785ad6-461f-4ae1-94ff-5a2fb9e5a66b","timestamp":"2023-02-18T05:45:58.903096Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:46:01.343+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:46:01.343+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:46:16.421+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:46:16.422+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:46:16.423+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:46:31.506+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:46:31.507+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:46:31.507+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:46:46.391+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:46:46.391+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:46:46.391+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:47:01.493+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:47:01.493+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:47:01.494+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:47:11.664+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:47:11.665+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3e119861-865b-48cf-bd9b-d82ed9a1e264","timestamp":"2023-02-18T05:47:09.550506Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:47:12.356+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:47:12.357+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:47:12.357+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:47:18.537+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:47:18.539+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:47:17.890710Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"499fd3b9-d682-4175-bdd6-ba22c56a5ab6","timestamp":"2023-02-18T05:47:17.890921Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:47:19.384+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:47:19.385+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:47:27.735+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:47:28.329+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"00dbf088-766f-4184-9747-1f2a2d02b7fa","timestamp":"2023-02-18T05:47:28.328745Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:47:28.361+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 32 ms
[2023-02-18T05:47:28.362+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:47:28.438+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:47:28.439+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (77 ms):{"serverTimeMs":2,"count":1}
[2023-02-18T05:47:29.087+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:47:29.087+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"00dbf088-766f-4184-9747-1f2a2d02b7fa","timestamp":"2023-02-18T05:47:28.328745Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:47:29.088+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:47:29.088+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:47:29.088+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:47:29.375+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:47:29.375+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:47:29.246026Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"11831c9b-a950-45bf-922c-5baac5c6b0bf","timestamp":"2023-02-18T05:47:29.246055Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:47:30.337+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:47:30.337+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:47:30.378+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:47:30.381+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5a5f9637-b9b8-4e0c-a1bb-0a5dec68f9ac","timestamp":"2023-02-18T05:47:27.899574Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:47:31.333+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:47:31.334+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:47:29.095315Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8d10a3a1-fe57-4c48-9d94-796174e50ee6","timestamp":"2023-02-18T05:47:29.095334Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:47:31.383+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:47:31.383+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:47:31.417+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:47:31.418+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:47:27.929063Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b7ed8e2e-63fa-4b8a-a3c6-0d71ebaa12c1","timestamp":"2023-02-18T05:47:27.929093Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:47:32.358+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:47:32.358+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:47:32.923+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:47:32.939+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:47:30.321980Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"de54f3af-2c3d-4cdb-9802-13f419f9a9d0","timestamp":"2023-02-18T05:47:30.322071Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:47:33.365+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:47:33.365+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:47:48.511+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:47:48.511+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:47:48.511+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:48:00.840+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:48:00.840+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:47:58.918071Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c2f9a6ea-d11a-4a6e-a5b4-ffd7c9c801ab","timestamp":"2023-02-18T05:47:58.918224Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:48:01.358+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:48:01.358+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:48:16.416+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:48:16.417+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:48:16.419+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:48:31.495+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:48:31.499+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:48:31.499+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:48:46.558+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:48:46.559+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:48:46.559+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:49:01.573+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:49:01.574+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:49:01.574+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:49:11.521+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:49:11.522+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6fe91795-5134-4e1d-a0a4-c4f988e09cf5","timestamp":"2023-02-18T05:49:09.549939Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:49:12.342+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:49:12.343+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:49:12.343+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:49:18.432+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:49:18.432+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:49:17.892153Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8b91e652-6cd7-430a-bd5d-3dbede02935c","timestamp":"2023-02-18T05:49:17.892283Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:49:19.349+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:49:19.350+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:49:27.725+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:49:28.339+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"bfc97cf9-bc0a-4bcc-aec0-8a8817f373aa","timestamp":"2023-02-18T05:49:28.339237Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:49:28.361+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 22 ms
[2023-02-18T05:49:28.362+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:49:28.377+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:49:28.377+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
[2023-02-18T05:49:29.024+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:49:29.025+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"bfc97cf9-bc0a-4bcc-aec0-8a8817f373aa","timestamp":"2023-02-18T05:49:28.339237Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:49:29.025+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:49:29.025+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:49:29.025+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:49:29.187+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:49:29.189+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"cd2e0a36-9c05-4157-822b-7421e07dfcf5","timestamp":"2023-02-18T05:49:27.783154Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:49:29.347+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:49:29.347+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:49:29.347+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:49:29.381+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:49:29.382+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:49:27.781167Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"cb878010-577f-4ee1-b90c-77fd123f04f4","timestamp":"2023-02-18T05:49:27.781187Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:49:29.402+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:49:29.145041Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"510d21b5-9e38-4329-b272-96239bb40bc0","timestamp":"2023-02-18T05:49:29.145065Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:49:29.424+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:49:29.424+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:49:29.948+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:49:29.949+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:49:28.990931Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"48a4dc0c-9bb9-458c-80fd-73efbdab0918","timestamp":"2023-02-18T05:49:28.990951Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:49:29.974+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:49:29.974+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:49:30.995+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:49:30.996+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:49:30.322036Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"23b7b671-af15-4fc4-a61b-3f6b6633267e","timestamp":"2023-02-18T05:49:30.322279Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:49:31.351+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:49:31.352+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:49:46.380+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:49:46.380+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:49:46.381+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:50:00.862+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:50:00.863+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:49:58.902953Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"43c54980-b247-43e1-b3f6-653fb172076e","timestamp":"2023-02-18T05:49:58.903047Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:50:01.355+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:50:01.355+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:50:16.352+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:50:16.353+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:50:16.353+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:50:31.313+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:50:31.314+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:50:31.314+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:50:46.281+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:50:46.281+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:50:46.281+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:51:01.236+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:51:01.236+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:51:01.236+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:51:11.517+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:51:11.518+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"72899a04-0397-4588-aa3c-579b34337247","timestamp":"2023-02-18T05:51:09.550332Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:51:12.357+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:51:12.359+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:51:12.359+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:51:18.418+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:51:18.419+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:51:17.890573Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7059a12f-51e9-42be-b340-7c6e3569811d","timestamp":"2023-02-18T05:51:17.890647Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:51:19.373+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:51:19.373+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:51:27.725+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:51:28.356+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8223840e-1312-4fa5-8c9e-ee3e36500f77","timestamp":"2023-02-18T05:51:28.355871Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:51:28.361+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 5 ms
[2023-02-18T05:51:28.362+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:51:28.375+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:51:28.377+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
[2023-02-18T05:51:29.028+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:51:29.028+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8223840e-1312-4fa5-8c9e-ee3e36500f77","timestamp":"2023-02-18T05:51:28.355871Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:51:29.028+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:51:29.029+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:51:29.029+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:51:29.196+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:51:29.197+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6392a215-ca21-448f-871d-bcdc2f7a2b3d","timestamp":"2023-02-18T05:51:27.778138Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:51:29.362+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:51:29.362+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:51:29.362+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:51:29.387+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:51:29.387+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:51:27.780711Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ee40178f-5ebc-482c-884b-5f789a853435","timestamp":"2023-02-18T05:51:27.780768Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:51:29.409+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:51:29.148024Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e7f20800-0a38-4df3-8645-48914c3e5648","timestamp":"2023-02-18T05:51:29.148051Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:51:29.425+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:51:29.425+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:51:29.943+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:51:29.943+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:51:28.991989Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9422cc9f-2c37-4355-9a37-19810b7592cf","timestamp":"2023-02-18T05:51:28.992066Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:51:29.966+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:51:29.966+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:51:30.977+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:51:30.977+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:51:30.321883Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d75b27a3-9e87-4e91-812c-5aef3f654951","timestamp":"2023-02-18T05:51:30.321992Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:51:31.372+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:51:31.372+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:51:46.355+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:51:46.356+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:51:46.357+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:52:00.843+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:52:00.843+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-18T05:51:58.903026Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c64f33b1-6cbd-4aea-99d6-fa9cd993ff48","timestamp":"2023-02-18T05:51:58.903161Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-02-18T05:52:01.373+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:52:01.373+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:52:16.366+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:52:16.367+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:52:16.367+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:52:31.324+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:52:31.324+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:52:31.325+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:52:46.277+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:52:46.277+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:52:46.277+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:53:01.236+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:53:01.236+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:53:01.237+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:53:11.540+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:53:11.541+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"122550f1-802d-45c4-ac2c-6c07ed6c6b6b","timestamp":"2023-02-18T05:53:09.550269Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:53:12.376+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:53:12.376+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:53:12.377+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:53:18.434+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:53:18.435+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-18T05:53:17.890567Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"db56693c-6abd-4866-b0cd-9bdf09c4707a","timestamp":"2023-02-18T05:53:17.890726Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-02-18T05:53:19.382+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:53:19.383+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:53:27.725+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-02-18T05:53:28.372+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"80cc7657-1b22-43f1-aa23-fbf31c969972","timestamp":"2023-02-18T05:53:28.372676Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:53:28.411+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 38 ms
[2023-02-18T05:53:28.412+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-02-18T05:53:28.426+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-02-18T05:53:28.427+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
[2023-02-18T05:53:29.051+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:53:29.052+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"80cc7657-1b22-43f1-aa23-fbf31c969972","timestamp":"2023-02-18T05:53:28.372676Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-02-18T05:53:29.052+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-02-18T05:53:29.052+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000
[2023-02-18T05:53:29.052+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4fa6-a4b3-89ce48ef829c/onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn?timeout=15000 (anonymous) ...
[2023-02-18T05:53:29.215+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-02-18T05:53:29.216+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e49d612b-60be-4e75-b6b5-80d64554d711","timestamp":"2023-02-18T05:53:27.837415Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-02-18T05:53:29.377+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=77002223-20fb-4fa6-a4b3-89ce48ef829c, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-8gptn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@268e30d4 because of null
java.lang.NullPointerException: null
	at java.base/java.util.Objects.requireNonNull(Unknown Source)
	at java.base/java.util.ImmutableCollections$List12.(Unknown Source)
	at java.base/java.util.List.of(Unknown Source)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.superviseParticipant(SupervisionHandler.java:503)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler.handleParticipantMessage(SupervisionHandler.java:143)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$FastClassBySpringCGLIB$$e414ba84.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
	at io.micrometer.core.aop.TimedAspect.processWithTimer(TimedAspect.java:200)
	at io.micrometer.core.aop.TimedAspect.timedMethod(TimedAspect.java:175)
	at jdk.internal.reflect.GeneratedMethodAccessor120.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
	at org.onap.policy.clamp.acm.runtime.supervision.SupervisionHandler$$EnhancerBySpringCGLIB$$23f0c020.handleParticipantMessage()
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56)
	at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38)
	at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74)
	at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96)
	at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251)
	at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234)
	at java.base/java.lang.Thread.run(Unknown Source)
[2023-02-18T05:53:29.377+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/77002223-20fb-4f