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-17T05:03:53.360+00:00|INFO|Application|main] Starting Application using Java 11.0.11 on onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb with PID 7 (/app/app.jar started by policy in /opt/app/policy/clamp/bin)
[2023-01-17T05:03:53.364+00:00|INFO|Application|main] No active profile set, falling back to 1 default profile: "default"
[2023-01-17T05:03:55.116+00:00|INFO|RepositoryConfigurationDelegate|main] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
[2023-01-17T05:03:55.573+00:00|INFO|RepositoryConfigurationDelegate|main] Finished Spring Data repository scanning in 440 ms. Found 7 JPA repository interfaces.
[2023-01-17T05:03:58.129+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 6969 (https)
[2023-01-17T05:03:58.147+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["https-jsse-nio-6969"]
[2023-01-17T05:03:58.148+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2023-01-17T05:03:58.148+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.62]
[2023-01-17T05:03:58.287+00:00|INFO|[/onap/policy/clamp/acm]|main] Initializing Spring embedded WebApplicationContext
[2023-01-17T05:03:58.288+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 4820 ms
[2023-01-17T05:03:59.129+00:00|INFO|RegistrationBean|main] Filter requestResponseLoggingFilter was not registered (possibly already registered?)
[2023-01-17T05:03:59.707+00:00|INFO|LogHelper|main] HHH000204: Processing PersistenceUnitInfo [name: default]
[2023-01-17T05:03:59.812+00:00|INFO|Version|main] HHH000412: Hibernate ORM core version 5.4.31.Final
[2023-01-17T05:04:00.175+00:00|INFO|Version|main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
[2023-01-17T05:04:00.440+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2023-01-17T05:04:02.042+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=473) 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=473) 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=473) 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-17T05:04:02.043+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=473) 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=473) 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=473) 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-17T05:04:02.129+00:00|INFO|Dialect|main] HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
[2023-01-17T05:04:03.226+00:00|INFO|Version|main] HV000001: Hibernate Validator 6.2.3.Final
[2023-01-17T05:04:05.517+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2023-01-17T05:04:05.551+00:00|INFO|HikariDataSource|main] HikariPool-1 - Start completed.
[2023-01-17T05:04:11.519+00:00|INFO|JtaPlatformInitiator|main] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
[2023-01-17T05:04:11.537+00:00|INFO|LocalContainerEntityManagerFactoryBean|main] Initialized JPA EntityManagerFactory for persistence unit 'default'
[2023-01-17T05:04:14.406+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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-17T05:04:14.710+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-17T05:04:15.948+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator'
[2023-01-17T05:04:17.784+00:00|INFO|DefaultSecurityFilterChain|main] Will not secure any request
[2023-01-17T05:04:18.096+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["https-jsse-nio-6969"]
[2023-01-17T05:04:18.622+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-17T05:04:18.623+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-17T05:04:18.623+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-17T05:04:18.624+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-17T05:04:18.624+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-17T05:04:18.625+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-17T05:04:18.625+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-17T05:04:18.625+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-17T05:04:18.626+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-17T05:04:18.626+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-17T05:04:18.627+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-17T05:04:18.627+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-17T05:04:18.628+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-17T05:04:18.628+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-17T05:04:18.628+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-17T05:04:18.629+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-17T05:04:18.629+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-17T05:04:18.630+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-17T05:04:18.630+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-17T05:04:18.631+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-17T05:04:18.631+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-17T05:04:18.631+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-17T05:04:18.658+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 6969 (https) with context path '/onap/policy/clamp/acm'
[2023-01-17T05:04:19.994+00:00|INFO|ServiceManager|main] service manager starting
[2023-01-17T05:04:19.994+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management
[2023-01-17T05:04:20.006+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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-17T05:04:20.008+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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-17T05:04:20.012+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:04:20.018+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:04:20.009+00:00|INFO|InlineBusTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=b5898975-26de-4ea1-bcae-15c2f4c5bc09, alive=false, publisher=null]]: starting
[2023-01-17T05:04:20.027+00:00|INFO|InlineDmaapTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=b5898975-26de-4ea1-bcae-15c2f4c5bc09, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created
[2023-01-17T05:04:20.027+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionStateChangePublisher$$EnhancerBySpringCGLIB$$ea697b3c
[2023-01-17T05:04:20.038+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantDeregisterAckPublisher$$EnhancerBySpringCGLIB$$33d465f0
[2023-01-17T05:04:20.044+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantUpdatePublisher$$EnhancerBySpringCGLIB$$a68d04d0
[2023-01-17T05:04:20.049+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantRegisterAckPublisher$$EnhancerBySpringCGLIB$$d55d59cd
[2023-01-17T05:04:20.052+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantStatusReqPublisher$$EnhancerBySpringCGLIB$$4ad2c39b
[2023-01-17T05:04:20.056+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionUpdatePublisher$$EnhancerBySpringCGLIB$$efc2370
[2023-01-17T05:04:20.060+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantUpdateAckListener
[2023-01-17T05:04:20.061+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterListener
[2023-01-17T05:04:20.061+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusListener
[2023-01-17T05:04:20.061+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeAckListener
[2023-01-17T05:04:20.061+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionUpdateAckListener
[2023-01-17T05:04:20.061+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterListener
[2023-01-17T05:04:20.061+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher
[2023-01-17T05:04:20.061+00:00|INFO|TopicBase|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e
[2023-01-17T05:04:20.061+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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-17T05:04:20.062+00:00|INFO|ServiceManager|main] service manager started
[2023-01-17T05:04:20.067+00:00|INFO|Application|main] Started Application in 27.891 seconds (JVM running for 29.435)
[2023-01-17T05:04:29.608+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:04:29.623+00:00|INFO|OrderedServiceImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] ***** OrderedServiceImpl implementers:
 []
[2023-01-17T05:04:29.625+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-17T05:04:28.270655Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"28e88c1b-88c6-4794-95db-a528636c1441","timestamp":"2023-01-17T05:04:28.270877Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:04:30.256+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:04:30.256+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:04:35.155+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:04:35.156+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-17T05:04:34.959431Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7e7f5cf4-244b-4f83-bd7d-2ecd6d75a491","timestamp":"2023-01-17T05:04:34.959612Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:04:36.109+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:04:36.109+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:04:51.158+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:04:51.159+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:04:51.159+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:05:06.215+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:05:06.215+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:05:06.216+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:05:21.234+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:05:21.234+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:05:21.234+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:05:36.263+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:05:36.263+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:05:36.263+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:05:51.236+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:05:51.236+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:05:51.236+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:06:06.245+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:06:06.246+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:06:06.246+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:06:14.479+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:06:14.479+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"539b119a-ffc1-4e09-acf2-f958f239b16c","timestamp":"2023-01-17T05:06:13.250335Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:06:15.130+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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=3, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@53153d5e 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$$2ee3bd74.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-17T05:06:15.130+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:06:15.130+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:06:19.994+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-17T05:06:20.135+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"30eb4a77-93c2-4536-a08c-35a8c1883843","timestamp":"2023-01-17T05:06:20.130122Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:06:20.167+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"df999695-cfea-4f3d-954e-73bb2f40be52","timestamp":"2023-01-17T05:06:20.167065Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:06:20.177+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 41 ms
[2023-01-17T05:06:20.182+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:06:20.241+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:06:20.242+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (61 ms):{"serverTimeMs":0,"count":2}
[2023-01-17T05:06:20.958+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:06:20.959+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"30eb4a77-93c2-4536-a08c-35a8c1883843","timestamp":"2023-01-17T05:06:20.130122Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:06:20.959+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:06:20.959+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"df999695-cfea-4f3d-954e-73bb2f40be52","timestamp":"2023-01-17T05:06:20.167065Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:06:20.959+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:06:20.959+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:06:20.960+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:06:21.099+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:06:21.100+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":"cde47b98-42b0-433b-8c59-f83a456646cb","timestamp":"2023-01-17T05:06:20.412754Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:06:21.127+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:06:21.128+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":"0a2432d9-835a-42e2-b040-4aabd96ee7cf","timestamp":"2023-01-17T05:06:20.415592Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:06:21.148+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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=7, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@53153d5e 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$$2ee3bd74.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-17T05:06:21.149+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:06:21.149+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:06:21.175+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:06:21.176+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-17T05:06:20.443442Z","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":"7879cfb6-e48e-4774-a3d7-b556a6d21b22","timestamp":"2023-01-17T05:06:20.443482Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:06:21.228+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-17T05:06:20.446180Z","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":"1dbcf284-067b-4ff0-ab06-6faf34ac5c1f","timestamp":"2023-01-17T05:06:20.446195Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:06:21.270+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:06:21.271+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:06:21.795+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:06:21.797+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-01-17T05:06:21.560817Z","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":"2a97a3fe-db67-4190-86a2-21313af636e8","timestamp":"2023-01-17T05:06:21.560860Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:06:21.842+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-17T05:06:21.562867Z","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":"fb09f26c-608c-45ab-aebd-ec27c8db0192","timestamp":"2023-01-17T05:06:21.562878Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:06:21.874+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-17T05:06:21.580114Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"b1d8ebe0-ed67-48fe-a182-90ff49e253cd","timestamp":"2023-01-17T05:06:21.580173Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:06:21.902+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-17T05:06:21.582800Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3fdf9370-93b3-448b-8a82-bdf86031953c","timestamp":"2023-01-17T05:06:21.582810Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:06:21.928+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:06:21.928+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:06:23.924+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:06:23.924+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-17T05:06:23.855175Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"dcd62286-4bfa-4b7d-b5ee-634321210c2d","timestamp":"2023-01-17T05:06:23.855287Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:06:24.127+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:06:24.128+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:06:29.466+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:06:29.468+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-17T05:06:28.270302Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"26acc690-58e0-4b6f-934f-e023a4707f0a","timestamp":"2023-01-17T05:06:28.270376Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:06:29.504+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:06:29.504+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:06:35.023+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:06:35.024+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-17T05:06:34.959274Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"15aac528-df5b-401c-adbe-83e1faf2193a","timestamp":"2023-01-17T05:06:34.959393Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:06:35.161+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:06:35.161+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:06:50.180+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:06:50.182+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:06:50.182+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:07:05.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:07:05.175+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:07:05.175+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:07:20.153+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:07:20.153+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:07:20.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:07:35.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:07:35.177+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:07:35.177+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:07:50.166+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:07:50.167+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:07:50.167+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:08:05.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:08:05.177+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:08:05.177+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:08:14.486+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:08:14.487+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ca6dadc9-6fde-4ca8-a2d4-a03b8afdbcec","timestamp":"2023-01-17T05:08:13.250527Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:15.165+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:08:15.167+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:08:15.167+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:08:19.993+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-17T05:08:20.144+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"69210b9f-a429-4382-880c-09bb1bf3d9e2","timestamp":"2023-01-17T05:08:20.143956Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:20.155+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"25ecb574-2860-423d-a2a6-0d149a8ffeb4","timestamp":"2023-01-17T05:08:20.155056Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:20.163+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"9640b999-bb4d-40d7-85d7-b2a4dec724bd","timestamp":"2023-01-17T05:08:20.163080Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:08:20.177+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 3 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 33 ms
[2023-01-17T05:08:20.177+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:08:20.226+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:08:20.226+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (49 ms):{"serverTimeMs":1,"count":3}
[2023-01-17T05:08:20.891+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:08:20.892+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"69210b9f-a429-4382-880c-09bb1bf3d9e2","timestamp":"2023-01-17T05:08:20.143956Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:20.892+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:08:20.892+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"25ecb574-2860-423d-a2a6-0d149a8ffeb4","timestamp":"2023-01-17T05:08:20.155056Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:20.892+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:08:20.892+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"9640b999-bb4d-40d7-85d7-b2a4dec724bd","timestamp":"2023-01-17T05:08:20.163080Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:08:20.892+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:08:20.892+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:08:20.892+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:08:21.088+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:08:21.089+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":"ab7d65a4-8ce6-48fa-8da7-71ca5fdb63bc","timestamp":"2023-01-17T05:08:20.368323Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:21.150+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:08:21.151+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":"4198cd09-f5ae-4b93-afcf-7b79f04493f8","timestamp":"2023-01-17T05:08:20.369996Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:21.165+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:08:21.165+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":"5423dabf-1ae5-4b69-863b-8c2d3d655af5","timestamp":"2023-01-17T05:08:20.371088Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:21.177+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:08:21.178+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:08:21.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:08:21.216+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:08:21.218+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-17T05:08:21.494442Z","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":"762f6a84-605a-4488-b03e-6258bb7d7a3a","timestamp":"2023-01-17T05:08:21.494453Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:21.247+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-17T05:08:21.495895Z","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":"e142c83c-23c5-4754-b612-6879e3a84fa1","timestamp":"2023-01-17T05:08:21.495909Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:21.272+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-17T05:08:21.496906Z","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":"18237ea5-c23c-4330-bf2a-2968c7cd1584","timestamp":"2023-01-17T05:08:21.496920Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:21.295+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-17T05:08:21.491978Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"918d4537-33e9-4f4f-9c2d-065339f938ca","timestamp":"2023-01-17T05:08:21.491998Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:21.322+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-17T05:08:21.494977Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2f5bd0d5-2594-4865-8438-7a85c445a816","timestamp":"2023-01-17T05:08:21.494991Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:21.348+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-17T05:08:21.497164Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5cca33fb-cb27-40f3-a831-0538c55bd60b","timestamp":"2023-01-17T05:08:21.497185Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:21.370+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:08:21.370+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:08:21.909+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:08:21.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-17T05:08:20.365854Z","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":"0386ba1c-7309-4221-b456-86722aa02f85","timestamp":"2023-01-17T05:08:20.365877Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:08:21.937+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-17T05:08:20.366875Z","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":"0afa54c5-c1a9-4610-9e80-5019c0c3b4c6","timestamp":"2023-01-17T05:08:20.366889Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:08:21.957+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-17T05:08:20.367839Z","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":"d27cebd2-6c2d-42e4-b954-b659ccd6cfa5","timestamp":"2023-01-17T05:08:20.367853Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:08:21.979+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:08:21.979+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:08:23.925+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:08:23.926+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-17T05:08:23.855256Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"24265c46-c8d7-4881-bd1b-4358d84f71bf","timestamp":"2023-01-17T05:08:23.855388Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:24.159+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:08:24.159+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:08:29.465+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:08:29.465+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-17T05:08:28.270442Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"673e676c-509d-43d9-9900-87e45f363d38","timestamp":"2023-01-17T05:08:28.270653Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:08:29.493+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:08:29.493+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:08:35.001+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:08:35.001+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-17T05:08:34.959210Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"db7489e0-a13c-4773-8b87-e08408d88ee2","timestamp":"2023-01-17T05:08:34.959350Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:08:35.160+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:08:35.160+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:08:50.116+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:08:50.117+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:08:50.117+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:09:05.071+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:09:05.071+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:09:05.071+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:09:20.027+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:09:20.027+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:09:20.028+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:09:34.979+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:09:34.980+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:09:34.980+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:09:49.943+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:09:49.944+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:09:49.944+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:10:04.898+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:04.899+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:10:04.899+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:10:14.602+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:14.603+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"70ebd051-5f5c-49fb-a443-e0e1a4f1fcca","timestamp":"2023-01-17T05:10:13.250047Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:15.173+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:10:15.174+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:10:15.174+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:10:19.993+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-17T05:10:20.165+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7c5c8c18-bc7d-4d99-8280-393af32cc2eb","timestamp":"2023-01-17T05:10:20.164642Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:20.177+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 11 ms
[2023-01-17T05:10:20.178+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:10:20.179+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"0f62399a-41b9-421a-86b7-c70269bda93e","timestamp":"2023-01-17T05:10:20.179596Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:20.212+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:20.212+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
[2023-01-17T05:10:20.224+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"91b87bb9-b288-4985-9e18-7e7b8e5d3381","timestamp":"2023-01-17T05:10:20.224417Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:10:20.227+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 14 ms
[2023-01-17T05:10:20.227+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:10:20.273+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:20.274+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (47 ms):{"serverTimeMs":0,"count":2}
[2023-01-17T05:10:20.407+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:20.408+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7c5c8c18-bc7d-4d99-8280-393af32cc2eb","timestamp":"2023-01-17T05:10:20.164642Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:20.408+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:10:20.409+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:10:20.409+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:10:20.496+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:20.496+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"0f62399a-41b9-421a-86b7-c70269bda93e","timestamp":"2023-01-17T05:10:20.179596Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:20.497+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:10:20.497+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"91b87bb9-b288-4985-9e18-7e7b8e5d3381","timestamp":"2023-01-17T05:10:20.224417Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:10:20.497+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:10:20.497+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:10:20.497+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:10:20.630+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:20.631+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":"13499801-4acd-45ee-938c-7938535d585a","timestamp":"2023-01-17T05:10:19.837098Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:20.645+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:10:20.646+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:10:20.646+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:10:20.734+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:20.735+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-17T05:10:20.965957Z","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":"79ead154-7de3-4fef-b4a8-d085f6e365a1","timestamp":"2023-01-17T05:10:20.965974Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:20.765+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-17T05:10:20.965478Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"402815b6-cb81-4d49-a8cb-4d7006d4b70f","timestamp":"2023-01-17T05:10:20.965502Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:20.785+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:10:20.786+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:10:21.327+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:21.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-17T05:10:21.050463Z","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":"10ee1ee3-c9d0-40d6-97b0-4f295afcd975","timestamp":"2023-01-17T05:10:21.050488Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:22.179+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-17T05:10:21.070667Z","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":"7750ee36-7d9c-4ac1-a9a8-1b3952a61dbd","timestamp":"2023-01-17T05:10:21.070684Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:22.211+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-17T05:10:21.041083Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c531a056-befc-4ac0-9a9d-28129498d55d","timestamp":"2023-01-17T05:10:21.041098Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:22.255+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-17T05:10:21.042019Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a645924e-a2ac-4931-92dd-1f13826056c9","timestamp":"2023-01-17T05:10:21.042030Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:22.272+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-17T05:10:19.835699Z","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":"58f1f1dc-9eff-4a2d-939a-4c614861a651","timestamp":"2023-01-17T05:10:19.835720Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:10:22.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":"f0260d96-663e-43c3-8a15-79f3c58c61a5","timestamp":"2023-01-17T05:10:19.905289Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:22.304+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:10:22.305+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":"b7fdd3bd-5427-4e32-89c9-8b6382279ed5","timestamp":"2023-01-17T05:10:19.906977Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:22.315+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:10:22.316+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-17T05:10:19.904924Z","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":"cf52ce8f-3f43-4479-be5f-2a9b4c495a71","timestamp":"2023-01-17T05:10:19.904943Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:10:22.336+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-17T05:10:19.911692Z","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":"e0dbf400-aac7-47f9-b03c-a539b4c46305","timestamp":"2023-01-17T05:10:19.911706Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:10:23.177+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:10:23.177+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:10:23.902+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:23.903+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-17T05:10:23.855152Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1e2937a0-91a8-4663-a94c-5d0fa100bfd3","timestamp":"2023-01-17T05:10:23.855269Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:24.176+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:10:24.176+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:10:29.478+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:29.479+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-17T05:10:28.270198Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ad131301-ef0d-4531-b45b-0fe10dde9119","timestamp":"2023-01-17T05:10:28.270280Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:10:29.504+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:10:29.504+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:10:35.005+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:35.006+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-17T05:10:34.959459Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e04948e3-5b9b-4d44-82c6-14c3807728ed","timestamp":"2023-01-17T05:10:34.959586Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:10:35.178+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:10:35.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:10:50.132+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:10:50.132+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:10:50.132+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:11:05.113+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:11:05.113+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:11:05.113+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:11:20.075+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:11:20.076+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:11:20.076+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:11:35.043+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:11:35.044+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:11:35.044+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:11:50.005+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:11:50.006+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:11:50.006+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:12:04.986+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:12:04.986+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:12:04.986+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:12:14.532+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:12:14.533+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2944744e-86bc-4067-97a3-3c5830f5b4e4","timestamp":"2023-01-17T05:12:13.249864Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:15.186+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:12:15.186+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:12:15.186+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:12:19.993+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-17T05:12:20.180+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b5204e3b-b63b-4233-b604-e1a690d37e41","timestamp":"2023-01-17T05:12:20.180453Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:20.190+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"aca1e9dd-94f2-471a-af46-cd042e6344a5","timestamp":"2023-01-17T05:12:20.190063Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:20.201+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"eb15748f-2fab-4a15-b788-7adf3a4cec6b","timestamp":"2023-01-17T05:12:20.201457Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:12:20.227+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 3 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 46 ms
[2023-01-17T05:12:20.227+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:12:20.264+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:12:20.265+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (38 ms):{"serverTimeMs":0,"count":3}
[2023-01-17T05:12:20.892+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:12:20.893+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b5204e3b-b63b-4233-b604-e1a690d37e41","timestamp":"2023-01-17T05:12:20.180453Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:20.894+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:12:20.894+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"aca1e9dd-94f2-471a-af46-cd042e6344a5","timestamp":"2023-01-17T05:12:20.190063Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:20.894+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:12:20.894+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"eb15748f-2fab-4a15-b788-7adf3a4cec6b","timestamp":"2023-01-17T05:12:20.201457Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:12:20.894+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:12:20.895+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:12:20.895+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:12:21.083+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:12:21.084+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":"0ef1bd11-60d8-4fee-ad9b-b1483ff57bbb","timestamp":"2023-01-17T05:12:20.373745Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:21.186+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:12:21.186+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":"141d5125-3072-45c9-918e-92bd2c8aa9ca","timestamp":"2023-01-17T05:12:20.375953Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:21.197+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:12:21.197+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"05b48ccf-fb2a-49d3-927d-24cd2ffecc98","timestamp":"2023-01-17T05:12:20.378440Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:21.214+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:12:21.215+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:12:21.215+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:12:21.277+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:12:21.278+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-17T05:12:21.506309Z","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":"dbdf2b5d-ffcd-4972-b471-09c855cb6307","timestamp":"2023-01-17T05:12:21.506330Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:21.301+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-17T05:12:21.507378Z","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":"d1ccb265-236e-42e3-9555-66b8fbce97bb","timestamp":"2023-01-17T05:12:21.507392Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:21.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-17T05:12:21.508538Z","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":"862c9a55-1203-40ee-84d7-6737ff113318","timestamp":"2023-01-17T05:12:21.508547Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:21.343+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:12:21.343+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:12:21.400+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:12:21.401+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-17T05:12:20.375974Z","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":"2adbff1e-f118-452f-b83f-22e2b063d5f3","timestamp":"2023-01-17T05:12:20.375990Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:12:21.429+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-17T05:12:20.376784Z","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":"fdca52f3-7024-49f3-a2ae-42f342e4d1fb","timestamp":"2023-01-17T05:12:20.376793Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:12:21.451+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:12:21.452+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:12:21.995+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:12:21.996+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-17T05:12:21.508867Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1b358111-2625-445e-b0f4-944d9d4bbfaf","timestamp":"2023-01-17T05:12:21.508886Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:22.020+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-17T05:12:21.509820Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"833ef265-56f4-4e29-a440-6e1514bbc319","timestamp":"2023-01-17T05:12:21.509833Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:22.041+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-17T05:12:21.510586Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d0f70f81-5be8-450a-80e7-b2c632b6e797","timestamp":"2023-01-17T05:12:21.510596Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:22.061+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-17T05:12:20.377376Z","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":"392dc07f-984b-477c-bac8-ccbe35b5f056","timestamp":"2023-01-17T05:12:20.377388Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:12:22.080+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:12:22.080+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:12:23.982+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:12:23.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-17T05:12:23.855041Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e53adc71-9221-4423-a88b-5ad69966dee3","timestamp":"2023-01-17T05:12:23.855130Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:24.192+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:12:24.193+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:12:29.472+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:12:29.472+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-17T05:12:28.270248Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"75144483-1c12-4146-85c0-0d30b0654eab","timestamp":"2023-01-17T05:12:28.270324Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:12:29.494+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:12:29.494+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:12:35.032+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:12:35.033+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-17T05:12:34.959168Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6f383e41-f36e-4b80-9ed5-1bcb2cc74dae","timestamp":"2023-01-17T05:12:34.959283Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:12:35.196+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:12:35.196+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:12:50.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:12:50.179+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:12:50.180+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:13:05.142+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:13:05.143+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:13:05.143+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:13:20.111+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:13:20.113+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:13:20.113+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:13:35.072+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:13:35.073+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:13:35.073+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:13:50.054+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:13:50.055+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:13:50.055+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:14:05.053+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:14:05.053+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:14:05.053+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:14:14.470+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:14:14.471+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"81140bb4-f713-414e-b070-354b7b5c3fe8","timestamp":"2023-01-17T05:14:13.250577Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:15.216+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:14:15.218+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:14:15.218+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:14:19.993+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-17T05:14:20.201+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"2e61a0cb-e3ef-4855-a168-43c7f4eb2d3a","timestamp":"2023-01-17T05:14:20.200628Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:20.212+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"cc3cf225-849c-4c8b-b302-b19c5e716740","timestamp":"2023-01-17T05:14:20.212414Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:20.220+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7f10f8ed-dee5-4cc2-bdcc-080317273a2f","timestamp":"2023-01-17T05:14:20.220059Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:14:20.227+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 3 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 26 ms
[2023-01-17T05:14:20.228+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:14:20.271+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:14:20.272+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (45 ms):{"serverTimeMs":1,"count":3}
[2023-01-17T05:14:20.890+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:14:20.891+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"2e61a0cb-e3ef-4855-a168-43c7f4eb2d3a","timestamp":"2023-01-17T05:14:20.200628Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:20.891+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:14:20.891+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"cc3cf225-849c-4c8b-b302-b19c5e716740","timestamp":"2023-01-17T05:14:20.212414Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:20.891+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:14:20.891+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7f10f8ed-dee5-4cc2-bdcc-080317273a2f","timestamp":"2023-01-17T05:14:20.220059Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:14:20.891+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:14:20.892+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:14:20.892+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:14:21.081+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:14:21.082+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":"71f870fb-0d67-4118-91f3-6d110321535c","timestamp":"2023-01-17T05:14:20.379081Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:21.205+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:14:21.205+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":"6e2d8b45-4c02-4ad0-acfe-89d7648e4e64","timestamp":"2023-01-17T05:14:20.380109Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:21.216+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:14:21.216+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[{"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e77fc3e8-9205-4f00-ac7a-a2211647a33c","timestamp":"2023-01-17T05:14:20.383609Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:21.226+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:14:21.227+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:14:21.227+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:14:21.267+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:14:21.268+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-17T05:14:21.515061Z","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":"65288fb0-d629-482d-ae1c-48c41afb3b04","timestamp":"2023-01-17T05:14:21.515089Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:21.295+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-17T05:14:21.517217Z","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":"4a390cb0-10de-4292-8415-dbd2e208de8c","timestamp":"2023-01-17T05:14:21.517237Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:21.313+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-17T05:14:21.519307Z","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":"408f093e-1bb3-4110-a250-878a82c84256","timestamp":"2023-01-17T05:14:21.519316Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:21.331+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-17T05:14:21.515657Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"01ae52a7-de95-4e09-8202-61ef2b2a8cf5","timestamp":"2023-01-17T05:14:21.515675Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:21.351+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-17T05:14:21.516823Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e0746113-0cdc-49a8-a497-5e9dd689d3d9","timestamp":"2023-01-17T05:14:21.516833Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:21.371+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:14:21.371+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:14:21.895+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:14:21.896+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-17T05:14:21.518524Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5e6193c0-f1e9-4557-ad47-065e04445547","timestamp":"2023-01-17T05:14:21.518561Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:21.918+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-17T05:14:20.376692Z","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":"e575e6f6-c976-4bb3-a816-3d556b748091","timestamp":"2023-01-17T05:14:20.376722Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:14:21.938+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-17T05:14:20.378134Z","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":"66d8bf55-422e-4df6-86b6-39da96e86d70","timestamp":"2023-01-17T05:14:20.378143Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:14:21.955+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-17T05:14:20.381337Z","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":"fe190284-7708-4d6a-af09-29095d4264eb","timestamp":"2023-01-17T05:14:20.381374Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:14:21.971+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:14:21.971+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:14:23.932+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:14:23.933+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-17T05:14:23.855035Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"47ef3366-ab25-491a-8251-3804e275d16a","timestamp":"2023-01-17T05:14:23.855300Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:24.212+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:14:24.212+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:14:29.494+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:14:29.495+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-17T05:14:28.270456Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c2d1db54-eb40-42da-98de-3769f7c86c8d","timestamp":"2023-01-17T05:14:28.270540Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:14:29.517+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:14:29.517+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:14:34.983+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:14:34.984+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-17T05:14:34.959407Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"96edc155-2d71-4468-829d-0b37079381b8","timestamp":"2023-01-17T05:14:34.959556Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:14:35.216+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:14:35.216+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:14:50.196+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:14:50.197+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:14:50.197+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:15:05.172+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:15:05.173+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:15:05.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:15:20.145+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:15:20.145+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:15:20.146+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:15:35.099+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:15:35.100+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:15:35.100+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:15:50.074+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:15:50.074+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:15:50.074+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:05.048+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:05.048+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:05.048+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:14.454+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:14.454+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0160d801-8742-4c4d-9b7c-fcafe000527b","timestamp":"2023-01-17T05:16:13.249828Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:15.229+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:16:15.229+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:15.229+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:19.993+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-17T05:16:20.224+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"3e8d1ae2-1880-4120-8dd9-3f2afcfc063c","timestamp":"2023-01-17T05:16:20.224188Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:20.227+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 3 ms
[2023-01-17T05:16:20.228+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:16:20.235+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"47a5946d-2e7b-4906-88b9-07f78755a584","timestamp":"2023-01-17T05:16:20.235721Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:20.261+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:20.261+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
[2023-01-17T05:16:20.272+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7ed8d5fe-7146-41a2-882b-223becc96f5c","timestamp":"2023-01-17T05:16:20.272590Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:16:20.277+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 16 ms
[2023-01-17T05:16:20.277+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:16:20.308+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:20.309+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":2}
[2023-01-17T05:16:20.392+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:20.392+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"3e8d1ae2-1880-4120-8dd9-3f2afcfc063c","timestamp":"2023-01-17T05:16:20.224188Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:20.392+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:16:20.392+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:20.392+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:20.478+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:20.478+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"47a5946d-2e7b-4906-88b9-07f78755a584","timestamp":"2023-01-17T05:16:20.235721Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:20.478+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:16:20.478+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7ed8d5fe-7146-41a2-882b-223becc96f5c","timestamp":"2023-01-17T05:16:20.272590Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:16:20.478+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:16:20.479+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:20.479+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:20.512+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:20.513+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":"07d76c42-2d52-4a49-8b55-145dac354787","timestamp":"2023-01-17T05:16:19.869222Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:20.530+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:16:20.530+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:20.530+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:20.583+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:20.584+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-17T05:16:19.874661Z","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":"e8b865e4-a7c4-474f-b53f-449b3621e44f","timestamp":"2023-01-17T05:16:19.874675Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:16:20.606+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:20.606+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:20.680+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:20.681+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-17T05:16:21.019986Z","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":"8a2d1982-37af-4f80-82b5-981dc00873bb","timestamp":"2023-01-17T05:16:21.019996Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:20.701+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-17T05:16:21.014215Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2538135f-aea9-4af9-b34c-9cc18ad2d8d8","timestamp":"2023-01-17T05:16:21.014230Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:20.721+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:20.721+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:20.759+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:20.760+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-17T05:16:21.091718Z","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":"bf5c7dc0-9b42-4e67-8e75-d9946fa5b903","timestamp":"2023-01-17T05:16:21.091733Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:20.778+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-17T05:16:21.101768Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"bee3f82f-d486-4a63-8eac-4d8d5fd68dd5","timestamp":"2023-01-17T05:16:21.101782Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:20.796+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-17T05:16:21.103507Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"704b48c1-1529-4c86-869a-5846b5520d34","timestamp":"2023-01-17T05:16:21.103524Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:20.814+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-17T05:16:19.946729Z","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":"bdf379a9-1594-413a-adca-424ecf062da4","timestamp":"2023-01-17T05:16:19.946748Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:16:20.830+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-17T05:16:19.947848Z","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":"a4d24568-ed5a-47c6-ab3d-0e7f2655722d","timestamp":"2023-01-17T05:16:19.947865Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:16:20.852+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:20.852+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:21.394+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:21.395+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-17T05:16:21.112115Z","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":"ed8ac152-143d-4890-97d1-2d6340872ba2","timestamp":"2023-01-17T05:16:21.112142Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:22.235+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":"e9385962-d087-4470-98a0-889331d3a3f2","timestamp":"2023-01-17T05:16:19.946705Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:22.246+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:16:22.247+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":"4bdffa8c-7d2b-4269-a385-366ffd4cb5e9","timestamp":"2023-01-17T05:16:19.948262Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:22.258+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:16:22.259+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:22.259+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:23.909+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:23.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-17T05:16:23.855205Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"fbf1c73c-5748-450f-be2a-94d3841bf5cd","timestamp":"2023-01-17T05:16:23.855333Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:24.234+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:24.234+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:29.454+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:29.455+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-17T05:16:28.270260Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"be7a9242-7588-4f3e-b549-770c76a5ce14","timestamp":"2023-01-17T05:16:28.270356Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:16:29.482+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:29.482+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:34.978+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:34.979+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-17T05:16:34.959187Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"86aa8584-3d72-439d-96d3-95c6201ea02a","timestamp":"2023-01-17T05:16:34.959281Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:16:35.238+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:35.238+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:16:50.200+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:16:50.200+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:16:50.201+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:17:05.173+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:17:05.175+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:17:05.175+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:17:20.137+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:17:20.137+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:17:20.138+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:17:35.087+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:17:35.088+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:17:35.088+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:17:50.061+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:17:50.062+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:17:50.062+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:18:05.026+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:18:05.027+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:18:05.027+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:18:14.445+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:18:14.446+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e97ae735-e91f-446c-a711-c1f5ecf445f5","timestamp":"2023-01-17T05:18:13.250731Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:15.258+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:18:15.259+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:18:15.259+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:18:19.993+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-17T05:18:20.241+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7ee6ddaa-6d3e-4fb1-90e0-d409d6c60da0","timestamp":"2023-01-17T05:18:20.240870Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:20.250+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"a9c995c9-860e-45a1-a0e3-a36212a3e607","timestamp":"2023-01-17T05:18:20.250675Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:20.258+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"9d27d04f-f745-4c26-8294-28812603cc51","timestamp":"2023-01-17T05:18:20.257959Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:18:20.277+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 3 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 36 ms
[2023-01-17T05:18:20.277+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:18:20.328+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:18:20.329+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (52 ms):{"serverTimeMs":0,"count":3}
[2023-01-17T05:18:20.960+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:18:20.960+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"7ee6ddaa-6d3e-4fb1-90e0-d409d6c60da0","timestamp":"2023-01-17T05:18:20.240870Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:20.961+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:18:20.961+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"a9c995c9-860e-45a1-a0e3-a36212a3e607","timestamp":"2023-01-17T05:18:20.250675Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:20.961+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:18:20.961+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"9d27d04f-f745-4c26-8294-28812603cc51","timestamp":"2023-01-17T05:18:20.257959Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:18:20.962+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:18:20.962+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:18:20.962+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:18:21.140+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:18:21.141+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-17T05:18:20.438780Z","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":"1f66ff47-29d8-4251-98d0-46a29aafc5ba","timestamp":"2023-01-17T05:18:20.438811Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:18:21.254+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-17T05:18:20.440592Z","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":"3e705b37-9a35-477b-b367-6ae9be4f9fe8","timestamp":"2023-01-17T05:18:20.440602Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:18:21.270+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-17T05:18:20.441240Z","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":"f7e5e8db-4fff-475c-abf5-70f1ce16e416","timestamp":"2023-01-17T05:18:20.441247Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:18:21.286+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:18:21.286+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:18:21.305+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:18:21.306+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-17T05:18:21.591380Z","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":"4b84b740-0189-4991-833c-09893262a166","timestamp":"2023-01-17T05:18:21.591400Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:21.325+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":"0b0fc7fc-00e5-4fad-8bd1-22fcc3b293f2","timestamp":"2023-01-17T05:18:20.445108Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:21.334+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:18:21.336+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":"80067498-0084-4313-91cd-1e6822faae26","timestamp":"2023-01-17T05:18:20.446098Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:21.346+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:18:21.347+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":"beb7dd92-86e7-4e4e-9082-0abc9da56de6","timestamp":"2023-01-17T05:18:20.446797Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:21.357+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:18:21.358+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:18:21.359+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:18:21.883+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:18:21.884+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-17T05:18:21.592696Z","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":"247d19dc-18dc-4466-92e0-a638e8ebf25b","timestamp":"2023-01-17T05:18:21.592716Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:21.906+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-17T05:18:21.593582Z","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":"d86bc8da-a028-42fe-9c9f-a8a2a333f889","timestamp":"2023-01-17T05:18:21.593601Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:21.925+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-17T05:18:21.591557Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1618bb07-9eb1-46e4-bcfa-24b5a93713f9","timestamp":"2023-01-17T05:18:21.591573Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:21.946+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-17T05:18:21.592472Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2e4dab46-b7d7-4713-8bda-8f6a885c0b6a","timestamp":"2023-01-17T05:18:21.592479Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:21.965+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-17T05:18:21.592988Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5c2f55da-21be-4a23-a2ee-446306778956","timestamp":"2023-01-17T05:18:21.592998Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:21.986+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:18:21.987+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:18:23.878+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:18:23.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-17T05:18:23.855009Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ff0d2fde-0697-4f47-ab93-4d77959f0bee","timestamp":"2023-01-17T05:18:23.855081Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:24.254+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:18:24.254+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:18:29.470+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:18:29.470+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-17T05:18:28.270370Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ca6324c5-a1aa-4938-8f23-a30767a5484a","timestamp":"2023-01-17T05:18:28.270493Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:18:29.493+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:18:29.493+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:18:34.973+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:18:34.973+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-17T05:18:34.959278Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6c802d84-3b12-4498-b387-451ed0c71655","timestamp":"2023-01-17T05:18:34.959406Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:18:35.262+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:18:35.262+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:18:50.243+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:18:50.244+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:18:50.244+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:19:05.212+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:19:05.212+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:19:05.212+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:19:20.180+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:19:20.181+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:19:20.181+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:19:35.139+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:19:35.139+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:19:35.139+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:19:50.095+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:19:50.095+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:19:50.095+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:20:05.050+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:05.050+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:20:05.050+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:20:14.475+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:14.477+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2981d50a-8a50-4f53-891c-76d2f5ed0cc1","timestamp":"2023-01-17T05:20:13.249887Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:15.276+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:20:15.277+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:20:15.277+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:20:19.993+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-17T05:20:20.265+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"058252e7-2dce-46eb-a84a-e8d7d5f6576b","timestamp":"2023-01-17T05:20:20.265298Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:20.275+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"acd83183-10c4-4684-b85c-5ed69238efca","timestamp":"2023-01-17T05:20:20.274848Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:20.277+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 12 ms
[2023-01-17T05:20:20.277+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:20:20.283+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ec697e8d-7179-4199-aa62-ba1d8ac39ae7","timestamp":"2023-01-17T05:20:20.283317Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:20:20.309+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:20.310+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (33 ms):{"serverTimeMs":0,"count":2}
[2023-01-17T05:20:20.327+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 17 ms
[2023-01-17T05:20:20.327+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:20:20.337+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:20.337+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
[2023-01-17T05:20:20.469+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:20.470+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"058252e7-2dce-46eb-a84a-e8d7d5f6576b","timestamp":"2023-01-17T05:20:20.265298Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:20.470+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:20:20.470+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"acd83183-10c4-4684-b85c-5ed69238efca","timestamp":"2023-01-17T05:20:20.274848Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:20.470+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:20:20.470+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:20:20.470+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:20:20.546+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:20.547+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ec697e8d-7179-4199-aa62-ba1d8ac39ae7","timestamp":"2023-01-17T05:20:20.283317Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:20:20.547+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:20:20.547+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:20:20.547+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:20:20.656+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:20.657+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-17T05:20:19.944452Z","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":"41d74116-9334-4e0d-b0f6-f9aa685efe24","timestamp":"2023-01-17T05:20:19.944460Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:20:20.681+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-17T05:20:19.945209Z","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":"5ba7029d-b251-4c54-a5bc-0144bbc0ea54","timestamp":"2023-01-17T05:20:19.945217Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:20:20.698+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:20:20.698+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:20:20.754+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:20.755+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-17T05:20:21.098522Z","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":"27c8919a-e51c-4dfb-9c4d-d28641ea432b","timestamp":"2023-01-17T05:20:21.098547Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:20.776+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-17T05:20:21.100232Z","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":"036f5299-e0fa-4be6-baa1-e00d0b106e93","timestamp":"2023-01-17T05:20:21.100246Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:20.791+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":"e8dc945a-dcda-49b1-8490-fd74266e9e7a","timestamp":"2023-01-17T05:20:19.943867Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:20.801+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:20:20.802+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":"c74452fb-5512-4e1b-ba77-5490074c2def","timestamp":"2023-01-17T05:20:19.944915Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:20.812+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:20:20.813+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:20:20.813+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:20:20.851+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:20.852+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-01-17T05:20:21.163555Z","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":"7254da31-4d2f-42f5-a0b7-e725ca6adfe8","timestamp":"2023-01-17T05:20:21.163567Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:20.872+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":"212c7ead-f515-4558-a047-ff16e9e1c4ea","timestamp":"2023-01-17T05:20:20.029815Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:20.882+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:20:20.882+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:20:20.883+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:20:21.408+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:21.409+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-17T05:20:21.096906Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9b6df4ff-4f65-4026-88ed-b37d5e232adc","timestamp":"2023-01-17T05:20:21.096918Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:22.283+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-17T05:20:21.097847Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"13736083-7059-42b3-8993-74411822cf89","timestamp":"2023-01-17T05:20:21.097857Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:22.300+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-17T05:20:21.181615Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7d68ee99-d499-4190-a01a-6780778f1ab4","timestamp":"2023-01-17T05:20:21.181626Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:22.318+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-17T05:20:20.029765Z","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":"65c8ec47-4799-45e3-aa3e-9b755501ee4e","timestamp":"2023-01-17T05:20:20.029778Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:20:22.335+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:20:22.335+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:20:23.863+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:23.863+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-17T05:20:23.856504Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"bba8bd94-bfd4-4101-b19b-3cd6f83439f7","timestamp":"2023-01-17T05:20:23.856586Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:24.275+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:20:24.275+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:20:29.472+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:29.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-17T05:20:28.273716Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9d224553-feef-4d3d-b286-dfe292a87234","timestamp":"2023-01-17T05:20:28.273802Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:20:29.504+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:20:29.504+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:20:35.007+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:35.009+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-17T05:20:34.959194Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"df78536f-3b52-440f-8a51-bb19e5685714","timestamp":"2023-01-17T05:20:34.959276Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:20:35.296+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:20:35.296+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:20:50.310+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:20:50.311+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:20:50.311+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:21:05.273+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:21:05.273+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:21:05.274+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:21:20.627+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:21:20.627+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:21:20.628+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:21:35.688+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:21:35.689+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:21:35.689+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:21:51.048+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:21:51.049+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:21:51.049+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:22:06.847+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:22:06.848+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:22:06.848+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:22:14.535+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:22:14.536+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"46463b7c-2447-4fd7-88c2-dfc6f0ec7b1c","timestamp":"2023-01-17T05:22:13.250614Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:15.291+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:22:15.292+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:22:15.292+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:22:19.993+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-17T05:22:20.288+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ba4234a5-303e-491c-905e-c251d2f3d548","timestamp":"2023-01-17T05:22:20.288258Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:20.296+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"eccaaac7-2703-4549-b7fa-d6fb49646e66","timestamp":"2023-01-17T05:22:20.296409Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:20.304+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e7402aef-dcdc-432d-a467-0e9e55d892b6","timestamp":"2023-01-17T05:22:20.304327Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:22:20.327+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 3 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 38 ms
[2023-01-17T05:22:20.327+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:22:20.372+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:22:20.373+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (46 ms):{"serverTimeMs":1,"count":3}
[2023-01-17T05:22:20.994+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:22:20.994+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ba4234a5-303e-491c-905e-c251d2f3d548","timestamp":"2023-01-17T05:22:20.288258Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:20.994+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:22:20.994+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"eccaaac7-2703-4549-b7fa-d6fb49646e66","timestamp":"2023-01-17T05:22:20.296409Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:20.995+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:22:20.995+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e7402aef-dcdc-432d-a467-0e9e55d892b6","timestamp":"2023-01-17T05:22:20.304327Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:22:20.995+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:22:20.996+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:22:20.996+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:22:21.170+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:22:21.171+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":"946c2257-c86e-4c0a-b3fe-8abe5060a0dd","timestamp":"2023-01-17T05:22:20.478250Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:21.291+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:22:21.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":"f42e1c12-503e-4542-896e-53b8814758f5","timestamp":"2023-01-17T05:22:20.479445Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:21.303+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:22:21.304+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":"d5f6baaa-db18-49d9-ab74-7b8b69623fd2","timestamp":"2023-01-17T05:22:20.480072Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:21.316+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:22:21.317+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:22:21.317+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:22:21.343+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:22:21.344+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-17T05:22:21.641389Z","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":"ef4bd982-96ff-4331-911a-68b086e67e7d","timestamp":"2023-01-17T05:22:21.641411Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:21.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-17T05:22:21.642156Z","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":"c9ee4eb5-88aa-4e6e-bb3f-3123afb23bc0","timestamp":"2023-01-17T05:22:21.642165Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:21.387+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-17T05:22:21.642680Z","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":"73107d4d-84ec-47d9-a6fd-ee032e2ba0e1","timestamp":"2023-01-17T05:22:21.642687Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:21.402+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-01-17T05:22:21.641376Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ad45615c-119f-468f-a343-d5ce7c0c81f9","timestamp":"2023-01-17T05:22:21.641388Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:21.421+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-17T05:22:21.642129Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"de790744-567c-4e08-8c0e-6aeb8b3f9d9c","timestamp":"2023-01-17T05:22:21.642144Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:21.447+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-17T05:22:21.642813Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6904878c-0539-4b29-bc2c-2345fba0983f","timestamp":"2023-01-17T05:22:21.642828Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:21.462+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:22:21.464+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:22:21.992+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:22:21.993+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-17T05:22:20.479537Z","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":"233b2e6e-a6ed-4479-92b4-1ef40e258fb2","timestamp":"2023-01-17T05:22:20.479562Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:22:22.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-17T05:22:20.480998Z","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":"3b35adb2-dd84-4fee-abc3-18c80aff93f4","timestamp":"2023-01-17T05:22:20.481005Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:22:22.041+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-17T05:22:20.483873Z","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":"458516a6-ec19-47f7-b8d9-11de412e3603","timestamp":"2023-01-17T05:22:20.483963Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:22:22.064+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:22:22.064+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:22:23.894+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:22:23.894+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-17T05:22:23.855033Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1852d2a8-5211-4873-895e-3d4fda68276c","timestamp":"2023-01-17T05:22:23.855135Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:24.297+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:22:24.297+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:22:29.458+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:22:29.459+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-17T05:22:28.272801Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d4076303-1294-4d76-a795-53f6cf839d22","timestamp":"2023-01-17T05:22:28.272869Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:22:29.488+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:22:29.488+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:22:34.971+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:22:34.972+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-17T05:22:34.959113Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c753dd90-863e-408a-b29b-bcc1e7148dc5","timestamp":"2023-01-17T05:22:34.959192Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:22:35.307+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:22:35.307+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:22:50.332+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:22:50.335+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:22:50.335+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:23:05.306+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:23:05.307+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:23:05.308+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:23:20.293+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:23:20.294+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:23:20.295+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:23:35.281+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:23:35.281+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:23:35.281+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:23:50.303+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:23:50.303+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:23:50.303+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:24:05.290+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:24:05.291+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:24:05.291+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:24:14.528+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:24:14.528+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"16fafdc9-4699-4260-b507-d0f2cffff7a6","timestamp":"2023-01-17T05:24:13.249839Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:15.315+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:24:15.316+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:24:15.316+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:24:19.993+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-17T05:24:20.302+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"0a01160a-aaf0-4968-bda3-3b76611f25b1","timestamp":"2023-01-17T05:24:20.302350Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:20.311+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8bf5f61c-6186-4c9f-a13a-a55273603cf5","timestamp":"2023-01-17T05:24:20.311793Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:20.318+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b9cbe792-9a27-47de-a252-3b9f91b04dd6","timestamp":"2023-01-17T05:24:20.318384Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:24:20.327+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 3 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 24 ms
[2023-01-17T05:24:20.327+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:24:20.359+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:24:20.359+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (32 ms):{"serverTimeMs":0,"count":3}
[2023-01-17T05:24:20.998+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:24:20.999+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"0a01160a-aaf0-4968-bda3-3b76611f25b1","timestamp":"2023-01-17T05:24:20.302350Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:20.999+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:24:20.999+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"8bf5f61c-6186-4c9f-a13a-a55273603cf5","timestamp":"2023-01-17T05:24:20.311793Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:20.999+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:24:20.999+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b9cbe792-9a27-47de-a252-3b9f91b04dd6","timestamp":"2023-01-17T05:24:20.318384Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:24:20.999+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ
[2023-01-17T05:24:20.999+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:24:20.999+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:24:21.155+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:24:21.155+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":"8a4f5dfa-3c9e-40a7-ade1-52a329ac1470","timestamp":"2023-01-17T05:24:20.464289Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:21.308+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:24:21.308+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":"4be9bd3e-76b0-483e-afe9-60f8021906db","timestamp":"2023-01-17T05:24:20.465192Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:21.317+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:24:21.317+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":"78fd5041-b802-42aa-b27d-580351e207ff","timestamp":"2023-01-17T05:24:20.466581Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:21.326+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:24:21.326+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:24:21.326+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:24:21.384+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:24:21.385+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-17T05:24:21.632726Z","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":"46834b71-2754-4d3d-a8cb-62ece8e885a7","timestamp":"2023-01-17T05:24:21.632736Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:21.406+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-17T05:24:21.634268Z","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":"ce5b9c6c-efb8-49d0-a9ef-f6e34a8b8fe8","timestamp":"2023-01-17T05:24:21.634279Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:21.421+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-17T05:24:21.634454Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d3804d62-ef05-4fe5-b4a1-3fedfca5758b","timestamp":"2023-01-17T05:24:21.634490Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:21.439+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-17T05:24:21.635820Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"44d8ea2a-eff9-4e2c-9a1a-409f43289515","timestamp":"2023-01-17T05:24:21.635828Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:21.454+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-17T05:24:21.636277Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"automationCompositionElementDefinitionList":[]}],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9926875a-15b6-49d3-99ea-a12b0213a7e7","timestamp":"2023-01-17T05:24:21.636286Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:21.471+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:24:21.471+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:24:21.998+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:24:21.999+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-01-17T05:24:21.634916Z","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":"32276a65-8de5-4cab-ba8b-ad52f682ed65","timestamp":"2023-01-17T05:24:21.634927Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:22.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-17T05:24:20.470233Z","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":"b129243e-f612-4b9c-9839-721abd5217ab","timestamp":"2023-01-17T05:24:20.470249Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:24:22.037+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-17T05:24:20.471282Z","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":"b8ef6bcf-0031-4a51-ac3c-8a34174b13b6","timestamp":"2023-01-17T05:24:20.471292Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:24:22.055+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-17T05:24:20.472150Z","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":"bddba8bc-c80e-45d6-b948-d6277138302e","timestamp":"2023-01-17T05:24:20.472160Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:24:22.072+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:24:22.072+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:24:23.925+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:24:23.925+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-17T05:24:23.855499Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2c59ba7f-0c6d-4d9a-86ba-902e9bcdc1de","timestamp":"2023-01-17T05:24:23.855603Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:24.315+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:24:24.315+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:24:29.472+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:24:29.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-17T05:24:28.270706Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5a077eac-7384-4cc5-9e9b-dda483d08766","timestamp":"2023-01-17T05:24:28.270780Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:24:29.494+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:24:29.495+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:24:34.968+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:24:34.970+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-17T05:24:34.959403Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c420bd75-8be6-4c38-b516-12765eb4c4f4","timestamp":"2023-01-17T05:24:34.959514Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:24:35.320+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:24:35.320+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:24:50.425+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:24:50.426+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:24:50.426+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:25:05.420+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:25:05.420+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:25:05.421+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:25:20.406+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:25:20.407+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:25:20.407+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:25:35.392+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:25:35.393+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:25:35.393+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:25:50.441+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:25:50.442+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:25:50.442+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:26:05.485+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:26:05.486+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:26:05.486+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:26:14.567+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	--> HTTP/1.1 200 OK
[2023-01-17T05:26:14.567+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1cd8a46e-9c66-4f38-a30b-eb7e72ca9f3f","timestamp":"2023-01-17T05:26:13.251761Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}}
[2023-01-17T05:26:15.329+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=3873e6fe-92a5-4af6-9a25-b09fb6e43097, consumerInstance=onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb, 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@53153d5e 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$$2ee3bd74.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-17T05:26:15.330+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000
[2023-01-17T05:26:15.330+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT/3873e6fe-92a5-4af6-9a25-b09fb6e43097/onap-policy-clamp-runtime-acm-697fd56bbc-ncrgb?timeout=15000 (anonymous) ...
[2023-01-17T05:26:19.993+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning
[2023-01-17T05:26:20.320+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e1b580f0-4d84-46dc-a4e2-5a31ed94a519","timestamp":"2023-01-17T05:26:20.320372Z","participantId":{"name":"HttpParticipant0","version":"1.0.0"}}
[2023-01-17T05:26:20.327+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 6 ms
[2023-01-17T05:26:20.327+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:26:20.332+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e53709eb-6157-4348-8de8-7ed25eeae02d","timestamp":"2023-01-17T05:26:20.332229Z","participantId":{"name":"K8sParticipant0","version":"1.0.0"}}
[2023-01-17T05:26:20.363+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:26:20.364+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
[2023-01-17T05:26:20.372+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT]
{"messageType":"PARTICIPANT_STATUS_REQ","messageId":"bbcbc674-25ab-4453-bb20-9c72ded32160","timestamp":"2023-01-17T05:26:20.372513Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}}
[2023-01-17T05:26:20.377+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 2 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 13 ms
[2023-01-17T05:26:20.377+00:00|INFO|HttpClient|pool-3-thread-1] POST https://message-router:3905/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ...
[2023-01-17T05:26:20.388+00:00|INFO|HttpClient|pool-3-thread-1] 	--> HTTP/1.1 200 OK
[2023-01-17T05:26:20.388+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (11 ms):{"serverTimeMs":0,"count":2}
[2023-01-17T05:26:20.573+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] 	-