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-01-18T04:57:36.925+00:00|INFO|Application|main] Starting Application using Java 11.0.11 on onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn with PID 7 (/app/app.jar started by policy in /opt/app/policy/clamp/bin)
[2023-01-18T04:57:36.930+00:00|INFO|Application|main] No active profile set, falling back to 1 default profile: "default"
[2023-01-18T04:57:38.713+00:00|INFO|RepositoryConfigurationDelegate|main] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
[2023-01-18T04:57:39.204+00:00|INFO|RepositoryConfigurationDelegate|main] Finished Spring Data repository scanning in 472 ms. Found 7 JPA repository interfaces.
[2023-01-18T04:57:41.716+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 6969 (https)
[2023-01-18T04:57:41.733+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["https-jsse-nio-6969"]
[2023-01-18T04:57:41.734+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2023-01-18T04:57:41.734+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.62]
[2023-01-18T04:57:41.849+00:00|INFO|[/onap/policy/clamp/acm]|main] Initializing Spring embedded WebApplicationContext
[2023-01-18T04:57:41.850+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 4810 ms
[2023-01-18T04:57:42.624+00:00|INFO|RegistrationBean|main] Filter requestResponseLoggingFilter was not registered (possibly already registered?)
[2023-01-18T04:57:43.125+00:00|INFO|LogHelper|main] HHH000204: Processing PersistenceUnitInfo [name: default]
[2023-01-18T04:57:43.233+00:00|INFO|Version|main] HHH000412: Hibernate ORM core version 5.4.31.Final
[2023-01-18T04:57:43.566+00:00|INFO|Version|main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
[2023-01-18T04:57:43.772+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2023-01-18T04:57:45.370+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=384) 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=384) 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=384) Connection is closed
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:192)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.cmdPrologue(AbstractQueryProtocol.java:1946)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:249)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1089)
	... 61 common frames omitted
[2023-01-18T04:57:45.371+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=384) 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=384) 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=384) Connection is closed
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:192)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.cmdPrologue(AbstractQueryProtocol.java:1946)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:249)
	at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1089)
	... 61 common frames omitted
[2023-01-18T04:57:45.545+00:00|INFO|Dialect|main] HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
[2023-01-18T04:57:46.404+00:00|INFO|Version|main] HV000001: Hibernate Validator 6.2.3.Final
[2023-01-18T04:57:48.578+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2023-01-18T04:57:48.737+00:00|INFO|HikariDataSource|main] HikariPool-1 - Start completed.
[2023-01-18T04:57:53.462+00:00|INFO|JtaPlatformInitiator|main] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
[2023-01-18T04:57:53.478+00:00|INFO|LocalContainerEntityManagerFactoryBean|main] Initialized JPA EntityManagerFactory for persistence unit 'default'
[2023-01-18T04:57:55.878+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2023-01-18T04:57:56.114+00:00|WARN|JpaBaseConfiguration$JpaWebConfiguration|main] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
[2023-01-18T04:57:57.042+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator'
[2023-01-18T04:57:58.607+00:00|INFO|DefaultSecurityFilterChain|main] Will not secure any request
[2023-01-18T04:57:58.863+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["https-jsse-nio-6969"]
[2023-01-18T04:57:59.210+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [utnuserfirstobjectca [jdk]] and DN [CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US] is not valid due to [NotAfter: Tue Jul 09 18:40:36 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.210+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [deutschetelekomrootca2 [jdk]] and DN [CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE] is not valid due to [NotAfter: Tue Jul 09 23:59:00 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.211+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [globalsignr2ca [jdk]] and DN [CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R2] is not valid due to [NotAfter: Wed Dec 15 08:00:00 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.211+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [identrustdstx3 [jdk]] and DN [CN=DST Root CA X3, O=Digital Signature Trust Co.] is not valid due to [NotAfter: Thu Sep 30 14:01:15 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.211+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [addtrustexternalca [jdk]] and DN [CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE] is not valid due to [NotAfter: Sat May 30 10:48:38 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.212+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [utnuserfirstclientauthemailca [jdk]] and DN [CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US] is not valid due to [NotAfter: Tue Jul 09 17:36:58 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.212+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [verisigntsaca [jdk]] and DN [CN=Thawte Timestamping CA, OU=Thawte Certification, O=Thawte, L=Durbanville, ST=Western Cape, C=ZA] is not valid due to [NotAfter: Fri Jan 01 23:59:59 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.212+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [gtecybertrustglobalca [jdk]] and DN [CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US] is not valid due to [NotAfter: Mon Aug 13 23:59:00 GMT 2018]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.213+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [luxtrustglobalrootca [jdk]] and DN [CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU] is not valid due to [NotAfter: Wed Mar 17 09:51:37 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.213+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [soneraclass2ca [jdk]] and DN [CN=Sonera Class2 CA, O=Sonera, C=FI] is not valid due to [NotAfter: Tue Apr 06 07:29:40 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.213+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [equifaxsecureglobalebusinessca1 [jdk]] and DN [CN=Equifax Secure Global eBusiness CA-1, O=Equifax Secure Inc., C=US] is not valid due to [NotAfter: Mon Jun 22 04:00:00 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.214+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [certplusclass3pprimaryca [jdk]] and DN [CN=Class 3P Primary CA, O=Certplus, C=FR] is not valid due to [NotAfter: Sat Jul 06 23:59:59 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.214+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [thawtepremiumserverca [jdk]] and DN [EMAILADDRESS=premium-server@thawte.com, CN=Thawte Premium Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA] is not valid due to [NotAfter: Fri Jan 01 23:59:59 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.214+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [geotrustglobalca [jdk]] and DN [CN=GeoTrust Global CA, O=GeoTrust Inc., C=US] is not valid due to [NotAfter: Sat May 21 04:00:00 GMT 2022]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.214+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [equifaxsecureebusinessca1 [jdk]] and DN [CN=Equifax Secure eBusiness CA-1, O=Equifax Secure Inc., C=US] is not valid due to [NotAfter: Mon Jun 22 04:00:00 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.215+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [equifaxsecureca [jdk]] and DN [OU=Equifax Secure Certificate Authority, O=Equifax, C=US] is not valid due to [NotAfter: Wed Aug 22 16:41:51 GMT 2018]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.215+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [quovadisrootca [jdk]] and DN [CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM] is not valid due to [NotAfter: Wed Mar 17 18:33:33 GMT 2021]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.215+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [addtrustclass1ca [jdk]] and DN [CN=AddTrust Class 1 CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE] is not valid due to [NotAfter: Sat May 30 10:38:31 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.216+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [certplusclass2primaryca [jdk]] and DN [CN=Class 2 Primary CA, O=Certplus, C=FR] is not valid due to [NotAfter: Sat Jul 06 23:59:59 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.216+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [keynectisrootca [jdk]] and DN [CN=KEYNECTIS ROOT CA, OU=ROOT, O=KEYNECTIS, C=FR] is not valid due to [NotAfter: Tue May 26 00:00:00 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.216+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [utnuserfirsthardwareca [jdk]] and DN [CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US] is not valid due to [NotAfter: Tue Jul 09 18:19:22 GMT 2019]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.217+00:00|WARN|SSLUtilBase|main] The trusted certificate with alias [addtrustqualifiedca [jdk]] and DN [CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE] is not valid due to [NotAfter: Sat May 30 10:44:50 GMT 2020]. Certificates signed by this trusted certificate WILL be accepted
[2023-01-18T04:57:59.251+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 6969 (https) with context path '/onap/policy/clamp/acm'
[2023-01-18T04:58:00.430+00:00|INFO|ServiceManager|main] service manager starting
[2023-01-18T04:58:00.430+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2023-01-18T04:58:00.441+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: starting
[2023-01-18T04:58:00.443+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=true, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED
[2023-01-18T04:58:00.452+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T04:58:00.449+00:00|INFO|InlineBusTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=cc565ca4-c313-459b-87a4-ef7c098adbc8, alive=false, publisher=null]]: starting
[2023-01-18T04:58:00.464+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T04:58:00.468+00:00|INFO|InlineDmaapTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=cc565ca4-c313-459b-87a4-ef7c098adbc8, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
[2023-01-18T04:58:00.468+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionStateChangePublisher$$EnhancerBySpringCGLIB$$7a298a15
[2023-01-18T04:58:00.480+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantDeregisterAckPublisher$$EnhancerBySpringCGLIB$$c39474c9
[2023-01-18T04:58:00.485+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantUpdatePublisher$$EnhancerBySpringCGLIB$$364d13a9
[2023-01-18T04:58:00.490+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantRegisterAckPublisher$$EnhancerBySpringCGLIB$$651d68a6
[2023-01-18T04:58:00.495+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantStatusReqPublisher$$EnhancerBySpringCGLIB$$da92d274
[2023-01-18T04:58:00.499+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionUpdatePublisher$$EnhancerBySpringCGLIB$$9ebc3249
[2023-01-18T04:58:00.503+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantUpdateAckListener
[2023-01-18T04:58:00.504+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterListener
[2023-01-18T04:58:00.504+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusListener
[2023-01-18T04:58:00.504+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeAckListener
[2023-01-18T04:58:00.504+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionUpdateAckListener
[2023-01-18T04:58:00.504+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterListener
[2023-01-18T04:58:00.504+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2023-01-18T04:58:00.505+00:00|INFO|TopicBase|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9
[2023-01-18T04:58:00.505+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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-01-18T04:58:00.505+00:00|INFO|ServiceManager|main] service manager started
[2023-01-18T04:58:00.512+00:00|INFO|Application|main] Started Application in 24.863 seconds (JVM running for 26.381)
[2023-01-18T04:58:11.775+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T04:58:11.788+00:00|INFO|OrderedServiceImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] ***** OrderedServiceImpl implementers:
 []
[2023-01-18T04:58:11.789+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-01-18T04:58:10.859004Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a9f3be26-5a6a-4994-9656-3278fc57cb01","timestamp":"2023-01-18T04:58:10.859267Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T04:58:12.864+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T04:58:12.864+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T04:58:27.905+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T04:58:27.906+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T04:58:27.906+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T04:58:42.893+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T04:58:42.893+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T04:58:42.893+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T04:58:55.098+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T04:58:55.098+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_REGISTER","messageId":"b24374d3-5c49-46bc-8b48-d209e14107dc","timestamp":"2023-01-18T04:56:12.260920Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T04:58:55.743+00:00|WARN|ParticipantUpdatePublisher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] No tosca service template found, cannot send participantupdate null null
[2023-01-18T04:58:55.748+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"responseTo":"b24374d3-5c49-46bc-8b48-d209e14107dc","result":true,"message":"Participant Register Ack","messageType":"PARTICIPANT_REGISTER_ACK","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T04:58:55.750+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-01-18T04:58:05.827851Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2bbc67c9-f99f-44c8-9c43-0d3dd3074721","timestamp":"2023-01-18T04:58:05.828272Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T04:58:55.768+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 18 ms
[2023-01-18T04:58:55.771+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T04:58:55.779+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T04:58:55.779+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T04:58:55.838+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T04:58:55.838+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
[2023-01-18T04:58:56.484+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T04:58:56.485+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"responseTo":"b24374d3-5c49-46bc-8b48-d209e14107dc","result":true,"message":"Participant Register Ack","messageType":"PARTICIPANT_REGISTER_ACK","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T04:58:56.485+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_REGISTER_ACK
[2023-01-18T04:58:56.485+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T04:58:56.485+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T04:58:57.208+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T04:58:57.208+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T04:58:57.119158Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6ccfa095-87bf-4345-889e-26eb2996b8a0","timestamp":"2023-01-18T04:58:57.119221Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T04:58:57.744+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T04:58:57.744+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T04:59:12.752+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T04:59:12.753+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T04:59:12.753+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T04:59:18.082+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T04:59:18.083+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"959cdd62-dcfe-4faa-b132-530b689d3c9f","timestamp":"2023-01-18T04:59:17.137033Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T04:59:18.731+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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$$6958a25d.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-01-18T04:59:18.731+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T04:59:18.731+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T04:59:33.714+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T04:59:33.715+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T04:59:33.715+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T04:59:45.359+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T04:59:45.360+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-01-18T04:59:44.825124Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"dbaa01aa-e5f6-49f7-82ec-cdb524c3c98f","timestamp":"2023-01-18T04:59:44.825294Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T04:59:45.744+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T04:59:45.744+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:00:00.429+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:00:00.452+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ad711216-2f11-43bf-b5e0-18d0df3a4aee","timestamp":"2023-01-18T05:00:00.450477Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:00:00.467+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 15 ms
[2023-01-18T05:00:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:00:00.501+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:00:00.501+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
[2023-01-18T05:00:00.524+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:00:00.525+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:00:00.525+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:00:01.045+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:00:01.046+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ad711216-2f11-43bf-b5e0-18d0df3a4aee","timestamp":"2023-01-18T05:00:00.450477Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:00:01.046+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:00:01.046+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:00:01.047+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:00:01.331+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:00:01.331+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-01-18T05:00:01.326195Z","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":"12c17895-201c-4649-9c2c-da7dfe2e8332","timestamp":"2023-01-18T05:00:01.326242Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:00:01.745+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:00:01.745+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:00:01.781+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:00:01.782+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-01-18T05:00:01.018346Z","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":"f7e580e9-2967-4317-b45c-990dc1c83021","timestamp":"2023-01-18T05:00:01.018364Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:00:01.804+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:00:01.804+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:00:02.378+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:00:02.379+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":"3343b7d2-aba7-4550-b934-25c3ea48bab2","timestamp":"2023-01-18T05:00:01.053876Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:00:02.740+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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$$6958a25d.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-01-18T05:00:02.741+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:00:01.789189Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"b7d83e29-d875-4841-ba41-edcb3d15c8cc","timestamp":"2023-01-18T05:00:01.789234Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:00:02.768+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:00:02.768+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:00:05.960+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:00:05.962+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:00:05.828803Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3f4bba3d-568f-4b07-a30f-fae4cac8d758","timestamp":"2023-01-18T05:00:05.828909Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:00:06.758+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:00:06.758+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:00:11.662+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:00:11.663+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-01-18T05:00:10.861035Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8f284e39-17e4-45fa-af12-e7cae2120871","timestamp":"2023-01-18T05:00:10.861264Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:00:11.761+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:00:11.762+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:00:26.780+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:00:26.780+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:00:26.781+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:00:41.773+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:00:41.774+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:00:41.774+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:00:56.752+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:00:56.753+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:00:56.753+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:01:11.724+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:01:11.725+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:01:11.725+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:01:17.924+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:01:17.924+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e07b7ade-11bf-4892-a9c6-f6fb6d896d19","timestamp":"2023-01-18T05:01:17.130635Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:01:18.763+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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$$6958a25d.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-01-18T05:01:18.765+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:01:18.766+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:01:33.734+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:01:33.734+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:01:33.734+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:01:45.398+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:01:45.399+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-01-18T05:01:44.827036Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5a544a88-aabe-436a-acd9-0d0f496e5087","timestamp":"2023-01-18T05:01:44.827187Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:01:45.773+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:01:45.773+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:02:00.429+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:02:00.438+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ea299a8c-8617-42aa-9aa9-b364cbbd4363","timestamp":"2023-01-18T05:02:00.438486Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:02:00.452+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"79b7eaa6-eb60-468e-9be1-b67e0c01cfe2","timestamp":"2023-01-18T05:02:00.451886Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:02:00.467+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 28 ms
[2023-01-18T05:02:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:02:00.515+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:02:00.516+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (48 ms):{"serverTimeMs":0,"count":2}
[2023-01-18T05:02:00.543+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:02:00.544+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:02:00.544+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:02:01.065+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:02:01.065+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ea299a8c-8617-42aa-9aa9-b364cbbd4363","timestamp":"2023-01-18T05:02:00.438486Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:02:01.066+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:02:01.066+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"79b7eaa6-eb60-468e-9be1-b67e0c01cfe2","timestamp":"2023-01-18T05:02:00.451886Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:02:01.066+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:02:01.066+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:02:01.066+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:02:01.308+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:02:01.309+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":"9ea5c22b-95c5-4add-ac06-84bcc19941dc","timestamp":"2023-01-18T05:02:01.055165Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:02:01.769+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:02:01.769+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":"909748eb-6721-4fb8-b5dd-33407620041d","timestamp":"2023-01-18T05:02:01.057124Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:02:01.783+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:02:01.783+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:02:01.783+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:02:01.804+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:02:01.805+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:02:01.783947Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"96467aa4-c59c-414a-a1d0-af118cbebeae","timestamp":"2023-01-18T05:02:01.783986Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:02:01.831+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-01-18T05:02:01.333552Z","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":"7887c5a0-8f48-43e8-9b48-d3cd1a267b66","timestamp":"2023-01-18T05:02:01.333568Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:02:01.861+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-01-18T05:02:01.334477Z","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":"cd9ce42f-704d-40aa-a4e2-34c1f50686c6","timestamp":"2023-01-18T05:02:01.334491Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:02:01.882+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:02:01.882+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:02:02.418+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:02:02.420+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-01-18T05:02:01.033383Z","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":"31a467ef-c7f2-42c8-83ce-16ae6996705c","timestamp":"2023-01-18T05:02:01.033400Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:02:02.781+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-01-18T05:02:01.038736Z","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":"d0ffd77c-4777-429d-b76d-f650ddf60b43","timestamp":"2023-01-18T05:02:01.038750Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:02:02.803+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:02:01.786429Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"29ba0bee-6fc5-47d5-9e31-58734e2efeb1","timestamp":"2023-01-18T05:02:01.786456Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:02:02.832+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:02:02.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:02:05.881+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:02:05.881+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:02:05.826116Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"30a5a9f3-a6ed-445b-9e1f-952ee2dcfe94","timestamp":"2023-01-18T05:02:05.826219Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:02:06.779+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:02:06.779+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:02:11.637+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:02:11.638+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-01-18T05:02:10.858906Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7a7be7db-ff7d-4506-83a9-2fb4550a3f56","timestamp":"2023-01-18T05:02:10.859084Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:02:11.785+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:02:11.785+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:02:26.807+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:02:26.807+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:02:26.807+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:02:41.784+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:02:41.784+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:02:41.784+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:02:56.748+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:02:56.748+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:02:56.748+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:03:11.720+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:03:11.720+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:03:11.720+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:03:17.951+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:03:17.951+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f8d80873-0bc5-4e66-bb63-e05efe475174","timestamp":"2023-01-18T05:03:17.130555Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:03:18.784+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:03:18.784+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:03:18.784+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:03:33.785+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:03:33.786+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:03:33.788+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:03:45.366+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:03:45.367+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-01-18T05:03:44.825230Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b7e351fb-6204-4999-9ecb-e3adb4f0bd9d","timestamp":"2023-01-18T05:03:44.825449Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:03:45.803+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:03:45.804+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:04:00.429+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:04:00.439+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"1848ec77-8f6a-4126-b3b2-f65f59963b4c","timestamp":"2023-01-18T05:04:00.438984Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:04:00.449+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"1165d9ba-c99e-49c6-b3fb-8ce17147aa22","timestamp":"2023-01-18T05:04:00.449069Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:04:00.467+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 28 ms
[2023-01-18T05:04:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:04:00.510+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:04:00.510+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (42 ms):{"serverTimeMs":1,"count":2}
[2023-01-18T05:04:00.524+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:04:00.524+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:04:00.524+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:04:01.041+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:04:01.041+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"1848ec77-8f6a-4126-b3b2-f65f59963b4c","timestamp":"2023-01-18T05:04:00.438984Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:04:01.042+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:04:01.042+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"1165d9ba-c99e-49c6-b3fb-8ce17147aa22","timestamp":"2023-01-18T05:04:00.449069Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:04:01.042+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:04:01.042+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:04:01.042+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:04:01.309+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:04:01.310+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-01-18T05:04:01.005185Z","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":"5175964b-54bd-45dc-8c64-403ee710e403","timestamp":"2023-01-18T05:04:01.005200Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:04:01.799+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-01-18T05:04:01.006211Z","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":"e5c495b7-134b-4051-b451-8bb4c1c5b372","timestamp":"2023-01-18T05:04:01.006225Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:04:01.819+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:04:01.819+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:04:01.835+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:04:01.836+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:04:01.770971Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"2ecd2e88-349b-470a-8cea-07f5856cad95","timestamp":"2023-01-18T05:04:01.771003Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:04:01.857+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:04:01.774045Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"8d59a37a-f92d-4eb7-9474-bb86eccf0341","timestamp":"2023-01-18T05:04:01.774069Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:04:01.879+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-01-18T05:04:01.309335Z","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":"10009ed7-8dd8-459b-9269-b3581f506a53","timestamp":"2023-01-18T05:04:01.309351Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:04:01.898+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-01-18T05:04:01.310407Z","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":"6f91e60d-0dcd-41db-b45b-efc40178ae64","timestamp":"2023-01-18T05:04:01.310420Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:04:01.916+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:04:01.916+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:04:02.438+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:04:02.439+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":"fffba263-46c6-4704-af3a-44eaf348ad9a","timestamp":"2023-01-18T05:04:01.035900Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:04:02.791+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:04:02.792+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":"a05b7438-9574-456f-b252-4f0fb448e080","timestamp":"2023-01-18T05:04:01.038803Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:04:02.804+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:04:02.805+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:04:02.805+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:04:05.861+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:04:05.862+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:04:05.829905Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f1a8e9ef-8954-4640-b562-08a4ff3e76ca","timestamp":"2023-01-18T05:04:05.830020Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:04:06.807+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:04:06.807+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:04:11.638+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:04:11.639+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-01-18T05:04:10.858084Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1ac22944-a0f1-4efa-a509-e6e95f19dbf0","timestamp":"2023-01-18T05:04:10.858166Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:04:11.812+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:04:11.812+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:04:26.795+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:04:26.795+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:04:26.795+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:04:41.751+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:04:41.753+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:04:41.753+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:04:56.724+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:04:56.724+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:04:56.724+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:05:11.689+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:05:11.691+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:05:11.692+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:05:17.893+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:05:17.898+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"284c59fd-7988-4ecd-974d-10d55ae2961d","timestamp":"2023-01-18T05:05:17.130747Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:05:18.809+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:05:18.811+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:05:18.813+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:05:33.781+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:05:33.781+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:05:33.782+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:05:45.336+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:05:45.338+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-01-18T05:05:44.825368Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1e356def-5fb0-43af-a113-dd6eb85a9280","timestamp":"2023-01-18T05:05:44.825651Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:05:45.814+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:05:45.814+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:06:00.429+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:06:00.438+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"1c35a0ac-11e4-4717-9b77-c15d8fb18bc8","timestamp":"2023-01-18T05:06:00.438413Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:06:00.448+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"48d16136-d65d-41d9-a336-1f13380670b0","timestamp":"2023-01-18T05:06:00.448082Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:06:00.467+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 29 ms
[2023-01-18T05:06:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:06:00.501+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:06:00.502+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (34 ms):{"serverTimeMs":0,"count":2}
[2023-01-18T05:06:00.520+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:06:00.521+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:06:00.521+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:06:01.040+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:06:01.040+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"1c35a0ac-11e4-4717-9b77-c15d8fb18bc8","timestamp":"2023-01-18T05:06:00.438413Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:06:01.040+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:06:01.040+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"48d16136-d65d-41d9-a336-1f13380670b0","timestamp":"2023-01-18T05:06:00.448082Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:06:01.040+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:06:01.041+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:06:01.041+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:06:01.293+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:06:01.294+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":"ebb30aa0-1bbd-4762-ba83-0511b6f01734","timestamp":"2023-01-18T05:06:01.046341Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:06:01.810+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:06:01.811+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":"531a1d65-a289-4f12-8826-faee59307acf","timestamp":"2023-01-18T05:06:01.048249Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:06:01.828+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:06:01.828+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:06:01.828+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:06:01.868+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:06:01.869+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:06:01.769012Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"7cccca2e-35cf-4184-ac6d-c3919801b3e6","timestamp":"2023-01-18T05:06:01.769047Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:06:01.892+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:06:01.771258Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"07f53830-e275-4204-b02a-8579f27843e3","timestamp":"2023-01-18T05:06:01.771273Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:06:01.912+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-01-18T05:06:01.305364Z","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":"01dd1fe6-e80f-462f-a42d-99628d766a41","timestamp":"2023-01-18T05:06:01.305380Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:06:01.930+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-01-18T05:06:01.306513Z","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":"c4c1e09d-7714-4f7e-8f7f-131e94ff5bda","timestamp":"2023-01-18T05:06:01.306524Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:06:01.951+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:06:01.951+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:06:02.472+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:06:02.473+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-01-18T05:06:00.996875Z","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":"043213a5-79a6-4e70-a7e2-41b2f0a31e27","timestamp":"2023-01-18T05:06:00.996898Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:06:02.821+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-01-18T05:06:00.998515Z","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":"2c224fd1-168b-47dd-94c3-38fe2c14470b","timestamp":"2023-01-18T05:06:00.998530Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:06:02.841+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:06:02.841+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:06:05.877+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:06:05.877+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:06:05.826135Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f043e4a3-0bd6-451e-b503-9c25509190b5","timestamp":"2023-01-18T05:06:05.826240Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:06:06.818+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:06:06.818+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:06:11.654+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:06:11.654+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-01-18T05:06:10.858234Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7ad1df84-c8ee-44eb-afd5-2a7452084554","timestamp":"2023-01-18T05:06:10.858343Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:06:11.816+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:06:11.816+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:06:26.797+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:06:26.797+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:06:26.797+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:06:41.744+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:06:41.744+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:06:41.744+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:06:56.696+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:06:56.697+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:06:56.697+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:07:11.681+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:07:11.682+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:07:11.682+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:07:17.889+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:07:17.890+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"145a6310-bb8b-4a00-b1a1-c42b231e1ed2","timestamp":"2023-01-18T05:07:17.130643Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:07:18.821+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:07:18.822+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:07:18.822+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:07:33.804+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:07:33.805+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:07:33.805+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:07:45.370+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:07:45.371+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-01-18T05:07:44.825090Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1391c2a5-fd13-4ef0-96f6-1904dca46fe7","timestamp":"2023-01-18T05:07:44.825226Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:07:45.834+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:07:45.834+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:08:00.429+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:08:00.438+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c2287f62-44b9-40c1-bd99-4c10caf994b6","timestamp":"2023-01-18T05:08:00.438477Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:08:00.447+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"d5d22221-cd29-4811-8497-4cbd230fbbf6","timestamp":"2023-01-18T05:08:00.447110Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:08:00.468+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 28 ms
[2023-01-18T05:08:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:08:00.499+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:08:00.499+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (31 ms):{"serverTimeMs":0,"count":2}
[2023-01-18T05:08:00.525+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:08:00.525+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:08:00.525+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:08:01.046+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:08:01.047+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c2287f62-44b9-40c1-bd99-4c10caf994b6","timestamp":"2023-01-18T05:08:00.438477Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:08:01.047+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:08:01.047+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"d5d22221-cd29-4811-8497-4cbd230fbbf6","timestamp":"2023-01-18T05:08:00.447110Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:08:01.047+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:08:01.047+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:08:01.047+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:08:01.287+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:08:01.288+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":"5f0b9100-3e0e-4c2f-8b26-b6eee754d5a0","timestamp":"2023-01-18T05:08:01.033799Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:08:01.822+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:08:01.823+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":"0dcdfb30-dd94-4d0c-bb8c-ef324ea55aea","timestamp":"2023-01-18T05:08:01.035392Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:08:01.833+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:08:01.834+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:08:01.834+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:08:01.855+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:08:01.856+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:08:01.765538Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"44e29c6d-a50f-4300-bb89-84787cfd665c","timestamp":"2023-01-18T05:08:01.765550Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:08:01.876+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:08:01.766617Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"4414074c-87cf-4173-99dc-921cf7fd62c4","timestamp":"2023-01-18T05:08:01.766653Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:08:01.893+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-01-18T05:08:01.303735Z","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":"f3c0c916-2e73-49ab-b9ba-5226a4dd40e1","timestamp":"2023-01-18T05:08:01.303749Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:08:01.910+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-01-18T05:08:01.304656Z","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":"94ee567a-610b-4542-b359-5c40977a95cc","timestamp":"2023-01-18T05:08:01.304663Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:08:01.928+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:08:01.928+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:08:02.447+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:08:02.448+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-01-18T05:08:00.991286Z","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":"0716ebfa-08c1-4074-9440-86a2fbfd27cf","timestamp":"2023-01-18T05:08:00.991302Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:08:02.837+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-01-18T05:08:00.992851Z","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":"0b5dabf1-f7d3-4d41-bffc-a56c8c1ff4c1","timestamp":"2023-01-18T05:08:00.992907Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:08:02.863+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:08:02.863+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:08:05.890+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:08:05.890+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:08:05.825940Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b9e110b9-d767-4fe0-bcb4-34979d68ea28","timestamp":"2023-01-18T05:08:05.826065Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:08:06.831+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:08:06.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:08:11.677+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:08:11.677+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-01-18T05:08:10.858475Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b9697fbd-a364-4455-886c-c7c8121d5552","timestamp":"2023-01-18T05:08:10.858655Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:08:11.832+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:08:11.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:08:26.806+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:08:26.807+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:08:26.807+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:08:41.761+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:08:41.762+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:08:41.762+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:08:56.723+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:08:56.723+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:08:56.724+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:09:11.673+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:09:11.673+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:09:11.673+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:09:17.885+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:09:17.886+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8ef67812-fcf2-496f-a1c2-e3a3172793f4","timestamp":"2023-01-18T05:09:17.130483Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:09:18.845+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:09:18.845+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:09:18.846+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:09:33.799+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:09:33.799+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:09:33.799+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:09:45.331+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:09:45.331+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-01-18T05:09:44.825281Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"efa1e5ed-bf72-4924-8bfd-c6557c25403e","timestamp":"2023-01-18T05:09:44.825565Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:09:45.857+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:09:45.857+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:10:00.429+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:10:00.437+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b1c0fb38-eca9-4a59-936d-7627c441d3fc","timestamp":"2023-01-18T05:10:00.437463Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:10:00.445+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"325c27fd-a3c8-4d5e-9587-7cd460069e89","timestamp":"2023-01-18T05:10:00.445459Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:10:00.467+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 29 ms
[2023-01-18T05:10:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:10:00.500+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:10:00.501+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":2}
[2023-01-18T05:10:00.517+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:10:00.517+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:10:00.517+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:10:01.044+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:10:01.044+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b1c0fb38-eca9-4a59-936d-7627c441d3fc","timestamp":"2023-01-18T05:10:00.437463Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:10:01.044+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:10:01.044+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"325c27fd-a3c8-4d5e-9587-7cd460069e89","timestamp":"2023-01-18T05:10:00.445459Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:10:01.045+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:10:01.045+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:10:01.045+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:10:01.283+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:10:01.284+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":"b8c4a9f5-270c-4af8-a6ed-7cc509e5cae1","timestamp":"2023-01-18T05:10:01.040787Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:10:01.851+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:10:01.852+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":"ca3b230a-b979-4e83-898f-f4d942ca333c","timestamp":"2023-01-18T05:10:01.042230Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:10:01.866+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:10:01.866+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:10:01.866+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:10:01.886+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:10:01.886+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:10:01.770943Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"055e7eb0-621c-4dbc-9fd9-3cc370c5ebcb","timestamp":"2023-01-18T05:10:01.770999Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:10:01.908+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:10:01.773855Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"3d7d071a-f787-4678-bb9d-d1be542dbb79","timestamp":"2023-01-18T05:10:01.773866Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:10:01.948+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-01-18T05:10:01.302764Z","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":"983b5c58-93da-4c24-ab5b-d3c892f668f5","timestamp":"2023-01-18T05:10:01.302778Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:10:01.967+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-01-18T05:10:01.304501Z","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":"5af9b08a-c871-42b3-a3b8-cddebe1fd281","timestamp":"2023-01-18T05:10:01.304514Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:10:01.984+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:10:01.985+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:10:02.503+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:10:02.504+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-01-18T05:10:00.987829Z","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":"b3200432-132e-48a8-be44-2ef369cf42c0","timestamp":"2023-01-18T05:10:00.987871Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:10:02.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-01-18T05:10:00.989834Z","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":"9afbc14c-2861-4962-8d81-7ccddc131cfa","timestamp":"2023-01-18T05:10:00.989857Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:10:02.875+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:10:02.875+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:10:05.915+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:10:05.916+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:10:05.826184Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f5cb1996-762b-4967-ad07-dc5f01b744ed","timestamp":"2023-01-18T05:10:05.826285Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:10:06.857+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:10:06.858+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:10:11.690+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:10:11.691+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-01-18T05:10:10.858183Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5ed638ac-7eb3-4a4c-9c2c-db5ea33bce48","timestamp":"2023-01-18T05:10:10.858252Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:10:11.858+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:10:11.858+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:10:26.815+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:10:26.816+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:10:26.816+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:10:41.768+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:10:41.769+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:10:41.769+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:10:56.722+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:10:56.722+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:10:56.722+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:11:11.699+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:11:11.701+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:11:11.701+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:11:17.881+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:11:17.882+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"20b8bf93-4510-4b68-9128-f3287b63fd4a","timestamp":"2023-01-18T05:11:17.131297Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:11:18.865+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:11:18.867+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:11:18.867+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:11:33.820+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:11:33.821+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:11:33.821+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:11:45.342+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:11:45.342+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-01-18T05:11:44.824985Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"f3215df5-88f1-4261-a9a4-43a9d51072ae","timestamp":"2023-01-18T05:11:44.825070Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:11:45.871+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:11:45.871+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:12:00.429+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:12:00.438+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f09f11a2-de37-4143-9a9e-38729eb03af4","timestamp":"2023-01-18T05:12:00.437572Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:12:00.450+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f2d77078-338f-4844-b598-a4cac2987a70","timestamp":"2023-01-18T05:12:00.450578Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:12:00.468+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 29 ms
[2023-01-18T05:12:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:12:00.509+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:12:00.510+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (42 ms):{"serverTimeMs":0,"count":2}
[2023-01-18T05:12:00.527+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:12:00.528+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:12:00.528+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:12:01.046+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:12:01.047+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f09f11a2-de37-4143-9a9e-38729eb03af4","timestamp":"2023-01-18T05:12:00.437572Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:12:01.047+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:12:01.047+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f2d77078-338f-4844-b598-a4cac2987a70","timestamp":"2023-01-18T05:12:00.450578Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:12:01.047+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:12:01.047+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:12:01.048+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:12:01.323+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:12:01.324+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-01-18T05:12:01.313850Z","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":"1dc5e754-4161-48eb-adc4-ef8678e701cc","timestamp":"2023-01-18T05:12:01.313865Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:12:01.873+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-01-18T05:12:01.314544Z","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":"9eb7c5fb-97d6-4ab6-8c1d-288485d19500","timestamp":"2023-01-18T05:12:01.314554Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:12:01.891+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:12:01.892+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:12:01.909+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:12:01.910+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-01-18T05:12:01.003012Z","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":"e3c096a1-f532-468b-bc92-275dbe7109a2","timestamp":"2023-01-18T05:12:01.003031Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:12:01.930+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-01-18T05:12:01.004651Z","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":"3978e0b3-05d6-49ae-bac3-702c064f77b3","timestamp":"2023-01-18T05:12:01.004664Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:12:01.948+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":"d2b2b024-ee10-457b-9864-434e5757361d","timestamp":"2023-01-18T05:12:01.049195Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:12:01.959+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:12:01.959+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":"b69f4b7f-7995-418a-9956-6cfc9c87358c","timestamp":"2023-01-18T05:12:01.053299Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:12:01.971+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:12:01.971+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:12:01.971+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:12:02.489+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:12:02.490+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:12:01.786412Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"ea847329-6780-4330-9e2e-851dcd7a2b73","timestamp":"2023-01-18T05:12:01.786429Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:12:02.874+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:12:01.787412Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"e21dce1a-a886-4552-9748-08f5a41e5bd2","timestamp":"2023-01-18T05:12:01.787424Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:12:02.890+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:12:02.891+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:12:05.918+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:12:05.919+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:12:05.826062Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"da2f1222-0430-40e6-b0fa-2d4c586c16f0","timestamp":"2023-01-18T05:12:05.826160Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:12:06.875+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:12:06.875+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:12:11.704+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:12:11.705+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-01-18T05:12:10.858475Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7f8b40d1-11d3-407a-aa59-dccd0b923229","timestamp":"2023-01-18T05:12:10.858601Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:12:11.873+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:12:11.873+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:12:26.825+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:12:26.826+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:12:26.826+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:12:41.777+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:12:41.778+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:12:41.778+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:12:56.729+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:12:56.730+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:12:56.730+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:13:11.684+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:13:11.684+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:13:11.685+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:13:17.882+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:13:17.882+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"99b31e54-a96f-43ef-aa03-0ed7604fd550","timestamp":"2023-01-18T05:13:17.130490Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:13:18.876+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:13:18.877+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:13:18.877+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:13:33.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:13:33.832+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:13:33.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:13:45.328+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:13:45.329+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-01-18T05:13:44.825099Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0d32911f-6bed-4790-9700-0efab6d36b1b","timestamp":"2023-01-18T05:13:44.825235Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:13:45.889+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:13:45.889+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:14:00.429+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:14:00.437+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"35f99783-65c7-4d22-a12c-4d4ce80ec359","timestamp":"2023-01-18T05:14:00.437233Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:14:00.445+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"57fade03-6bad-440c-9b38-3c07222c4702","timestamp":"2023-01-18T05:14:00.445175Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:14:00.467+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 30 ms
[2023-01-18T05:14:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:14:00.504+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:14:00.504+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (36 ms):{"serverTimeMs":0,"count":2}
[2023-01-18T05:14:00.519+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:14:00.519+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:14:00.519+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:14:01.038+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:14:01.038+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"35f99783-65c7-4d22-a12c-4d4ce80ec359","timestamp":"2023-01-18T05:14:00.437233Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:14:01.039+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:14:01.039+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"57fade03-6bad-440c-9b38-3c07222c4702","timestamp":"2023-01-18T05:14:00.445175Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:14:01.039+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:14:01.039+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:14:01.040+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:14:01.284+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:14:01.285+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":"2c1473f1-753b-47f9-af82-1904d91ab5b1","timestamp":"2023-01-18T05:14:01.037267Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:14:01.885+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:14:01.885+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":"c31cbe9c-9cc1-4f29-b2d2-d73c4f5f427b","timestamp":"2023-01-18T05:14:01.038706Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:14:01.894+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:14:01.894+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:14:01.894+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:14:01.913+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:14:01.913+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:14:01.779058Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"bdbaffde-3917-457a-b6bb-1e512fdb256c","timestamp":"2023-01-18T05:14:01.779079Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:14:01.938+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:14:01.780102Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"bfaa248a-a882-45a1-8b89-1536def4193a","timestamp":"2023-01-18T05:14:01.780120Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:14:01.957+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-01-18T05:14:01.300051Z","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":"fa74c4c1-9509-4e9c-ab69-a9ebef88352a","timestamp":"2023-01-18T05:14:01.300063Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:14:01.975+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:14:01.975+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:14:02.493+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:14:02.494+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-01-18T05:14:00.988824Z","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":"7adaf947-3113-4045-88aa-c299ad70d72c","timestamp":"2023-01-18T05:14:00.988838Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:14:02.891+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-01-18T05:14:00.989915Z","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":"a048fb14-053e-454a-91de-9b9605416daa","timestamp":"2023-01-18T05:14:00.989928Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:14:02.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-01-18T05:14:01.300835Z","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":"b8d00a55-ea78-4b13-8118-a79abf2ea593","timestamp":"2023-01-18T05:14:01.300846Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:14:02.928+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:14:02.929+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:14:05.839+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:14:05.840+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:14:05.825980Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"da855066-95e2-4b08-9966-5258bad70600","timestamp":"2023-01-18T05:14:05.826109Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:14:05.888+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:14:05.889+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:14:11.636+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:14:11.636+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-01-18T05:14:10.858102Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"748cf962-a544-4768-bf64-4ebb61305d3f","timestamp":"2023-01-18T05:14:10.858315Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:14:11.890+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:14:11.891+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:14:26.842+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:14:26.843+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:14:26.843+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:14:41.798+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:14:41.798+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:14:41.798+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:14:56.791+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:14:56.791+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:14:56.791+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:15:11.738+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:15:11.738+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:15:11.739+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:15:17.886+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:15:17.886+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1452ddaa-9819-4a42-b3c2-6e7194b4bae7","timestamp":"2023-01-18T05:15:17.131222Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:15:19.891+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:15:19.891+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:15:19.891+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:15:34.865+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:15:34.865+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:15:34.865+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:15:45.317+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:15:45.317+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-01-18T05:15:44.824917Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c7d41179-bf5c-4410-bb0b-bc8fcf8b20ee","timestamp":"2023-01-18T05:15:44.825020Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:15:45.908+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:15:45.908+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:16:00.430+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:16:00.438+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"a978c9a0-64e7-4022-8564-a7e3200762d6","timestamp":"2023-01-18T05:16:00.438181Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:16:00.446+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"06b6d33a-4773-41b5-8cc3-381aef08581b","timestamp":"2023-01-18T05:16:00.446797Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:16:00.467+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 29 ms
[2023-01-18T05:16:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:16:00.503+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:16:00.503+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (35 ms):{"serverTimeMs":1,"count":2}
[2023-01-18T05:16:00.526+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:16:00.527+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:16:00.527+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:16:01.044+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:16:01.045+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"a978c9a0-64e7-4022-8564-a7e3200762d6","timestamp":"2023-01-18T05:16:00.438181Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:16:01.045+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:16:01.046+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"06b6d33a-4773-41b5-8cc3-381aef08581b","timestamp":"2023-01-18T05:16:00.446797Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:16:01.046+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:16:01.046+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:16:01.046+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:16:01.291+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:16:01.292+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":"73bd0c58-1ec3-41e5-9d2d-4727e3d90a7d","timestamp":"2023-01-18T05:16:01.050853Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:16:01.903+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:16:01.904+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":"bcb042f1-d7be-4621-b857-d270fcb85aa2","timestamp":"2023-01-18T05:16:01.052238Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:16:01.914+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:16:01.915+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:16:01.915+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:16:01.932+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:16:01.933+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:16:01.792947Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"7025de5f-4f5f-4327-be3a-74ec5668140f","timestamp":"2023-01-18T05:16:01.792960Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:16:01.953+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:16:01.793939Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"93cf14b6-6810-4388-9350-c9005f1682e8","timestamp":"2023-01-18T05:16:01.793946Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:16:01.970+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-01-18T05:16:01.315097Z","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":"dc112787-05e8-4f71-8da5-97fe7a0f6f8a","timestamp":"2023-01-18T05:16:01.315112Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:16:01.986+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-01-18T05:16:01.316164Z","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":"831796ec-cc61-4cd6-b486-a092b04a4f58","timestamp":"2023-01-18T05:16:01.316174Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:16:02.003+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:16:02.003+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:16:02.521+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:16:02.522+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-01-18T05:16:00.998785Z","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":"7fc58b4f-7149-44ce-8eb7-c2a65f44a404","timestamp":"2023-01-18T05:16:00.998812Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:16:02.911+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-01-18T05:16:01.000197Z","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":"2d2fb158-6b9f-4ca3-b430-5e38787b3109","timestamp":"2023-01-18T05:16:01.000218Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:16:02.931+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:16:02.931+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:16:05.836+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:16:05.836+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:16:05.826272Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6e4d54ba-5998-4b57-b1bc-af77d1fa3e97","timestamp":"2023-01-18T05:16:05.826374Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:16:05.916+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:16:05.916+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:16:11.643+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:16:11.644+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-01-18T05:16:10.858453Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"95498a88-66df-438c-aaf0-57b0b539827d","timestamp":"2023-01-18T05:16:10.858617Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:16:11.911+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:16:11.911+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:16:26.898+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:16:26.899+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:16:26.899+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:16:41.881+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:16:41.882+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:16:41.882+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:16:56.831+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:16:56.832+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:16:56.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:17:11.783+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:17:11.784+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:17:11.784+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:17:17.898+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:17:17.898+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"361ab83c-e282-4a07-9112-8fb63893f27e","timestamp":"2023-01-18T05:17:17.130598Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:17:17.914+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:17:17.915+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:17:17.916+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:17:32.889+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:17:32.889+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:17:32.889+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:17:45.339+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:17:45.339+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-01-18T05:17:44.827313Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"98aef0c3-494a-424c-8433-0a92a9e6a752","timestamp":"2023-01-18T05:17:44.827495Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:17:45.923+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:17:45.924+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:18:00.429+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:18:00.437+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4fd7d567-08c1-481a-8870-af738ebdbfc9","timestamp":"2023-01-18T05:18:00.437610Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:18:00.445+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"6b8a498a-ed83-4b86-970e-e2ceb4857a4f","timestamp":"2023-01-18T05:18:00.445312Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:18:00.467+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 30 ms
[2023-01-18T05:18:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:18:00.498+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:18:00.498+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (30 ms):{"serverTimeMs":0,"count":2}
[2023-01-18T05:18:00.513+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:18:00.514+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:18:00.514+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:18:01.031+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:18:01.031+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4fd7d567-08c1-481a-8870-af738ebdbfc9","timestamp":"2023-01-18T05:18:00.437610Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:18:01.032+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:18:01.032+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"6b8a498a-ed83-4b86-970e-e2ceb4857a4f","timestamp":"2023-01-18T05:18:00.445312Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:18:01.032+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:18:01.032+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:18:01.032+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:18:01.258+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:18:01.258+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-01-18T05:18:01.296748Z","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":"1b6c0435-c09f-49e8-984a-00a9e452535f","timestamp":"2023-01-18T05:18:01.296762Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:18:01.928+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-01-18T05:18:01.298806Z","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":"fa219ed4-e923-4a5e-85dd-0ba5cee16696","timestamp":"2023-01-18T05:18:01.298841Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:18:01.944+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:18:01.944+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:18:01.976+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:18:01.977+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-01-18T05:18:00.983375Z","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":"9dc436d2-d96a-44f9-99bc-831c964c4b8b","timestamp":"2023-01-18T05:18:00.983398Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:18:02.001+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-01-18T05:18:00.984738Z","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":"1d0d698c-4693-45b0-b3a9-9bd8855e75d8","timestamp":"2023-01-18T05:18:00.984744Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:18:02.018+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":"e7f14b07-3dba-4a64-9183-c1e6cd128c28","timestamp":"2023-01-18T05:18:01.037009Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:18:02.027+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:18:02.027+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":"129dc61d-b6f0-402a-ba09-3c451b75806a","timestamp":"2023-01-18T05:18:01.038582Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:18:02.037+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:18:02.037+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:18:02.038+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:18:02.583+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:18:02.584+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:18:01.781270Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"9946007b-dd48-4e7c-ba49-06e27253ed18","timestamp":"2023-01-18T05:18:01.781291Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:18:02.928+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:18:01.782290Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"c4fab60f-424e-4dfd-90fd-09b6efc73710","timestamp":"2023-01-18T05:18:01.782301Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:18:02.945+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:18:02.945+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:18:05.832+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:18:05.832+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:18:05.825987Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0a0ed614-ac16-4207-85d6-2eaab7ea4a33","timestamp":"2023-01-18T05:18:05.826097Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:18:05.927+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:18:05.927+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:18:11.652+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:18:11.652+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-01-18T05:18:10.859040Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8c3e6b2b-f6d8-4d06-ae63-9e9eab9a3503","timestamp":"2023-01-18T05:18:10.859118Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:18:11.930+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:18:11.930+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:18:26.895+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:18:26.895+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:18:26.895+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:18:41.858+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:18:41.859+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:18:41.859+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:18:56.808+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:18:56.808+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:18:56.809+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:19:11.778+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:19:11.779+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:19:11.779+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:19:17.872+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:19:17.873+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"689c7c16-e3fa-44b4-b455-b30579df89b5","timestamp":"2023-01-18T05:19:17.130488Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:19:17.936+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:19:17.937+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:19:17.937+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:19:32.884+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:19:32.885+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:19:32.885+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:19:45.342+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:19:45.343+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-01-18T05:19:44.826446Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1e6dfb01-6545-4188-8433-ba82fdea9099","timestamp":"2023-01-18T05:19:44.826621Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:19:45.945+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:19:45.945+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:20:00.429+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:20:00.440+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4435f66d-2881-4da0-ac92-c6a25b36cef6","timestamp":"2023-01-18T05:20:00.439612Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:20:00.447+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4800d40d-f336-404a-8d46-1616bce87f9d","timestamp":"2023-01-18T05:20:00.447744Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:20:00.468+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 28 ms
[2023-01-18T05:20:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:20:00.501+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:20:00.501+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (33 ms):{"serverTimeMs":1,"count":2}
[2023-01-18T05:20:00.517+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:20:00.517+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:20:00.517+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:20:01.036+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:20:01.037+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4435f66d-2881-4da0-ac92-c6a25b36cef6","timestamp":"2023-01-18T05:20:00.439612Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:20:01.037+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:20:01.037+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"4800d40d-f336-404a-8d46-1616bce87f9d","timestamp":"2023-01-18T05:20:00.447744Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:20:01.037+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:20:01.037+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:20:01.037+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:20:01.281+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:20:01.281+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":"6064417c-393c-4243-8ad8-9e264e6b4ecf","timestamp":"2023-01-18T05:20:01.041250Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:20:01.938+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:20:01.939+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":"417f5e1a-8172-41da-a5ba-d85dab46d671","timestamp":"2023-01-18T05:20:01.042950Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:20:01.947+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:20:01.948+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:20:01.948+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:20:01.965+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:20:01.966+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:20:01.786556Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"5ba2d086-83f6-4ef0-a3f2-75524e168dcb","timestamp":"2023-01-18T05:20:01.786577Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:20:01.988+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:20:01.787686Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"25051f4a-1db9-432e-b764-3981f8e5d266","timestamp":"2023-01-18T05:20:01.787695Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:20:02.007+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-01-18T05:20:01.297061Z","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":"7386dfd5-8634-4a80-bcd8-42678a4aea1f","timestamp":"2023-01-18T05:20:01.297073Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:20:02.025+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-01-18T05:20:01.297792Z","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":"24a2c478-c850-4cda-ba43-3e687213a295","timestamp":"2023-01-18T05:20:01.297801Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:20:02.039+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:20:02.039+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:20:02.558+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:20:02.559+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-01-18T05:20:00.984181Z","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":"f372106c-6c16-4745-a088-e5c317b1d424","timestamp":"2023-01-18T05:20:00.984207Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:20:02.947+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-01-18T05:20:00.987158Z","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":"3f0e582c-b6f0-4af8-a6a0-766f9fa358cb","timestamp":"2023-01-18T05:20:00.987167Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:20:02.963+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:20:02.964+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:20:05.828+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:20:05.828+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:20:05.826110Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"bd7d328c-df43-4ce5-90f2-2e1469983881","timestamp":"2023-01-18T05:20:05.826218Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:20:05.944+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:20:05.944+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:20:11.633+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:20:11.634+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-01-18T05:20:10.858207Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"052aed84-0736-496f-a78a-2a0f50dbc84a","timestamp":"2023-01-18T05:20:10.858270Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:20:11.946+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:20:11.946+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:20:26.892+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:20:26.893+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:20:26.893+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:20:41.874+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:20:41.875+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:20:41.876+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:20:56.834+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:20:56.834+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:20:56.834+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:21:11.788+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:21:11.788+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:21:11.788+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:21:17.873+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:21:17.873+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9ee05078-4cca-4932-8530-fc95cfd2e08a","timestamp":"2023-01-18T05:21:17.130415Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:21:17.948+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:21:17.949+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:21:17.949+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:21:32.897+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:21:32.897+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:21:32.897+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:21:45.339+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:21:45.339+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-01-18T05:21:44.825183Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"33bd60cd-2f14-4b60-a3c3-2c0f1ec6d1a8","timestamp":"2023-01-18T05:21:44.825343Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:21:45.960+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:21:45.961+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:22:00.429+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:22:00.436+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8bff30a6-fd13-492a-980c-d90d884bb16c","timestamp":"2023-01-18T05:22:00.436548Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:22:00.444+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"2bd38123-d4a7-4c45-9f6d-c07d42377c3b","timestamp":"2023-01-18T05:22:00.444630Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:22:00.467+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 31 ms
[2023-01-18T05:22:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:22:00.499+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:22:00.500+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":2}
[2023-01-18T05:22:00.515+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:22:00.515+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:22:00.515+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:22:01.033+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:22:01.033+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8bff30a6-fd13-492a-980c-d90d884bb16c","timestamp":"2023-01-18T05:22:00.436548Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:22:01.033+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:22:01.033+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"2bd38123-d4a7-4c45-9f6d-c07d42377c3b","timestamp":"2023-01-18T05:22:00.444630Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:22:01.034+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:22:01.034+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:22:01.034+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:22:01.279+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:22:01.279+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":"186aaa9f-d5a8-4172-b3cb-e7178d08c336","timestamp":"2023-01-18T05:22:01.043160Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:22:01.955+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:22:01.956+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":"02552c5c-6f3e-497e-9a30-cbdfa721d957","timestamp":"2023-01-18T05:22:01.045529Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:22:01.966+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:22:01.966+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:22:01.967+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:22:01.984+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:22:01.985+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:22:01.791022Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"1d321c66-d8d6-4035-8cc7-b46ae545b57b","timestamp":"2023-01-18T05:22:01.791036Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:22:02.004+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:22:01.791791Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"ae97c000-0816-4f35-a5d2-d76a0cb4e54d","timestamp":"2023-01-18T05:22:01.791812Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:22:02.018+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-01-18T05:22:01.295958Z","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":"99c5dea0-7ba6-4431-bb40-5c2d856eb77e","timestamp":"2023-01-18T05:22:01.295973Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:22:02.034+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:22:02.034+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:22:02.551+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:22:02.552+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-01-18T05:22:00.983174Z","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":"381d9b37-f7f5-4292-b0ed-fa0159e2d6e9","timestamp":"2023-01-18T05:22:00.983189Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:22:02.961+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-01-18T05:22:00.983908Z","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":"4f04ff95-b7c4-4e18-916d-fd218d0b92cd","timestamp":"2023-01-18T05:22:00.983917Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:22:02.975+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-01-18T05:22:01.296812Z","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":"810cada6-1f75-4a45-8ee6-4cd9ab3a13ed","timestamp":"2023-01-18T05:22:01.296828Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:22:03.000+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:22:03.000+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:22:05.820+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:22:05.821+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:22:05.826095Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"127a9852-a36b-4dd3-9b23-b876bd18bfa2","timestamp":"2023-01-18T05:22:05.826203Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:22:05.960+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:22:05.960+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:22:11.636+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:22:11.637+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-01-18T05:22:10.858169Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8d91aa5d-a925-48a1-b0e8-e6a5bec7b3d3","timestamp":"2023-01-18T05:22:10.858255Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:22:11.961+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:22:11.961+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:22:26.910+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:22:26.911+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:22:26.911+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:22:41.869+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:22:41.870+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:22:41.870+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:22:56.827+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:22:56.828+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:22:56.828+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:23:11.781+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:23:11.781+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:23:11.781+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:23:17.872+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:23:17.873+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"04cf3d64-ff5b-4f14-83ec-2b204b07d991","timestamp":"2023-01-18T05:23:17.130597Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:23:17.964+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:23:17.965+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:23:17.965+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:23:32.914+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:23:32.915+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:23:32.915+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:23:45.329+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:23:45.329+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-01-18T05:23:44.825020Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"648704d0-dbb5-44e7-8036-1d3493be7095","timestamp":"2023-01-18T05:23:44.825163Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:23:45.982+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:23:45.982+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:24:00.429+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-18T05:24:00.436+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8750fd23-b1b8-4031-9251-ea5bd3dccf7c","timestamp":"2023-01-18T05:24:00.436403Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:24:00.444+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f86e8193-aad8-413d-b609-f80e7ea3caee","timestamp":"2023-01-18T05:24:00.444468Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:24:00.467+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 31 ms
[2023-01-18T05:24:00.468+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-18T05:24:00.496+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-18T05:24:00.496+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":2}
[2023-01-18T05:24:00.513+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:24:00.513+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:24:00.513+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:24:01.029+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:24:01.029+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8750fd23-b1b8-4031-9251-ea5bd3dccf7c","timestamp":"2023-01-18T05:24:00.436403Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:24:01.030+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:24:01.030+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"f86e8193-aad8-413d-b609-f80e7ea3caee","timestamp":"2023-01-18T05:24:00.444468Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:24:01.030+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-18T05:24:01.030+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:24:01.030+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:24:01.254+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:24:01.255+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-01-18T05:24:01.291737Z","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":"b3ebe74a-f7fc-477d-a848-e05528cdfe3c","timestamp":"2023-01-18T05:24:01.291757Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:24:01.982+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-01-18T05:24:01.292615Z","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":"9ad6b715-76e6-4fe9-b364-80396ac85d8d","timestamp":"2023-01-18T05:24:01.292622Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-18T05:24:01.997+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:24:01.997+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:24:02.016+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:24:02.017+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-01-18T05:24:00.977554Z","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":"4252af2c-f483-4f4e-821f-77794adf84f1","timestamp":"2023-01-18T05:24:00.977564Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:24:02.038+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":"1b6daade-26f5-417a-a6ee-612568ed09d7","timestamp":"2023-01-18T05:24:01.039868Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:24:02.047+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:24:02.047+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":"d7f306fc-3d0d-4541-9535-bd2162036aaa","timestamp":"2023-01-18T05:24:01.041446Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-18T05:24:02.056+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=23d1bc16-d1bb-4f1e-91e8-49b277ae432b, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn, 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=true, 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@20a18cc9 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.GeneratedMethodAccessor118.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$$6958a25d.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-01-18T05:24:02.056+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:24:02.056+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:24:02.580+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:24:02.581+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-01-18T05:24:00.978464Z","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":"f4fce45a-ca76-492c-b09d-d45340904ea1","timestamp":"2023-01-18T05:24:00.978478Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:24:02.983+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:24:01.791123Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"423dd4bc-417a-48ec-89a2-a31772292fea","timestamp":"2023-01-18T05:24:01.791137Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:24:03.002+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:24:01.792024Z","state":"PASSIVE","healthStatus":"HEALTHY","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":"7edcc14e-bef7-4bca-a188-773b80315a46","timestamp":"2023-01-18T05:24:01.792036Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:24:03.019+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:24:03.019+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:24:05.822+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:24:05.822+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"PASSIVE","healthStatus":"HEALTHY","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-18T05:24:05.825938Z","state":"PASSIVE","healthStatus":"HEALTHY","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"40d96e76-56af-4979-a8f9-99d5a1ee1b70","timestamp":"2023-01-18T05:24:05.826088Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-18T05:24:05.984+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:24:05.984+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:24:11.637+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:24:11.638+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-01-18T05:24:10.858072Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"11c19ae4-a7a0-4c01-b706-9992a72cf55d","timestamp":"2023-01-18T05:24:10.858131Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-18T05:24:11.985+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:24:11.985+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:24:26.948+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:24:26.949+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000
[2023-01-18T05:24:26.949+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn?timeout=15000 (anonymous) ...
[2023-01-18T05:24:41.920+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-18T05:24:41.921+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-