By type
Policy clamp runtime acm config file: /opt/app/policy/clamp/etc/mounted/acRuntimeParameters.yaml overriding logback xml file . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.5.14) [2023-02-03T00:04:51.575+00:00|INFO|Application|main] Starting Application using Java 11.0.11 on onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp with PID 7 (/app/app.jar started by policy in /opt/app/policy/clamp/bin) [2023-02-03T00:04:51.580+00:00|INFO|Application|main] No active profile set, falling back to 1 default profile: "default" [2023-02-03T00:04:53.580+00:00|INFO|RepositoryConfigurationDelegate|main] Bootstrapping Spring Data JPA repositories in DEFAULT mode. [2023-02-03T00:04:54.117+00:00|INFO|RepositoryConfigurationDelegate|main] Finished Spring Data repository scanning in 518 ms. Found 7 JPA repository interfaces. [2023-02-03T00:04:57.297+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 6969 (http) [2023-02-03T00:04:57.340+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["http-nio-6969"] [2023-02-03T00:04:57.341+00:00|INFO|StandardService|main] Starting service [Tomcat] [2023-02-03T00:04:57.341+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.62] [2023-02-03T00:04:57.517+00:00|INFO|[/onap/policy/clamp/acm]|main] Initializing Spring embedded WebApplicationContext [2023-02-03T00:04:57.517+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 5821 ms [2023-02-03T00:04:58.508+00:00|INFO|RegistrationBean|main] Filter requestResponseLoggingFilter was not registered (possibly already registered?) [2023-02-03T00:04:59.092+00:00|INFO|LogHelper|main] HHH000204: Processing PersistenceUnitInfo [name: default] [2023-02-03T00:04:59.367+00:00|INFO|Version|main] HHH000412: Hibernate ORM core version 5.4.31.Final [2023-02-03T00:05:00.106+00:00|INFO|Version|main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final} [2023-02-03T00:05:00.397+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting... [2023-02-03T00:05:02.046+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=412) 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=412) 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=412) Connection is closed at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:192) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.cmdPrologue(AbstractQueryProtocol.java:1946) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:249) at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1089) ... 61 common frames omitted [2023-02-03T00:05:02.046+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=412) 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=412) 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=412) Connection is closed at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:192) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.cmdPrologue(AbstractQueryProtocol.java:1946) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:249) at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.requestSessionDataWithShow(AbstractConnectProtocol.java:1089) ... 61 common frames omitted [2023-02-03T00:05:02.076+00:00|INFO|Dialect|main] HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect [2023-02-03T00:05:03.212+00:00|INFO|Version|main] HV000001: Hibernate Validator 6.2.3.Final [2023-02-03T00:05:05.712+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting... [2023-02-03T00:05:05.747+00:00|INFO|HikariDataSource|main] HikariPool-1 - Start completed. [2023-02-03T00:05:10.243+00:00|INFO|JtaPlatformInitiator|main] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] [2023-02-03T00:05:10.259+00:00|INFO|LocalContainerEntityManagerFactoryBean|main] Initialized JPA EntityManagerFactory for persistence unit 'default' [2023-02-03T00:05:13.199+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED [2023-02-03T00:05:13.410+00:00|WARN|JpaBaseConfiguration$JpaWebConfiguration|main] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning [2023-02-03T00:05:14.775+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path '/actuator' [2023-02-03T00:05:16.822+00:00|INFO|DefaultSecurityFilterChain|main] Will not secure any request [2023-02-03T00:05:17.105+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-6969"] [2023-02-03T00:05:17.132+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 6969 (http) with context path '/onap/policy/clamp/acm' [2023-02-03T00:05:18.408+00:00|INFO|ServiceManager|main] service manager starting [2023-02-03T00:05:18.408+00:00|INFO|ServiceManager|main] service manager starting Topic endpoint management [2023-02-03T00:05:18.421+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: starting [2023-02-03T00:05:18.424+00:00|INFO|SingleThreadedDmaapTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=false, locked=false, uebThread=null, topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: INITTED [2023-02-03T00:05:18.427+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:05:18.433+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:05:18.425+00:00|INFO|InlineBusTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=4db37474-4500-4040-b49e-2b80bd69cb07, alive=false, publisher=null]]: starting [2023-02-03T00:05:18.443+00:00|INFO|InlineDmaapTopicSink|main] InlineDmaapTopicSink [userName=null, password=null, getTopicCommInfrastructure()=DMAAP, toString()=InlineBusTopicSink [partitionId=4db37474-4500-4040-b49e-2b80bd69cb07, alive=false, publisher=CambriaPublisherWrapper []]]: DMAAP SINK created [2023-02-03T00:05:18.444+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionStateChangePublisher$$EnhancerBySpringCGLIB$$77134e62 [2023-02-03T00:05:18.457+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantDeregisterAckPublisher$$EnhancerBySpringCGLIB$$c07e3916 [2023-02-03T00:05:18.463+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantUpdatePublisher$$EnhancerBySpringCGLIB$$3336d7f6 [2023-02-03T00:05:18.467+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantRegisterAckPublisher$$EnhancerBySpringCGLIB$$62072cf3 [2023-02-03T00:05:18.471+00:00|INFO|ServiceManager|main] service manager starting Publisher ParticipantStatusReqPublisher$$EnhancerBySpringCGLIB$$d77c96c1 [2023-02-03T00:05:18.475+00:00|INFO|ServiceManager|main] service manager starting Publisher AutomationCompositionUpdatePublisher$$EnhancerBySpringCGLIB$$9ba5f696 [2023-02-03T00:05:18.479+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantUpdateAckListener [2023-02-03T00:05:18.480+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantRegisterListener [2023-02-03T00:05:18.480+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantStatusListener [2023-02-03T00:05:18.480+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionStateChangeAckListener [2023-02-03T00:05:18.480+00:00|INFO|ServiceManager|main] service manager starting Listener AutomationCompositionUpdateAckListener [2023-02-03T00:05:18.480+00:00|INFO|ServiceManager|main] service manager starting Listener ParticipantDeregisterListener [2023-02-03T00:05:18.480+00:00|INFO|ServiceManager|main] service manager starting Topic Message Dispatcher [2023-02-03T00:05:18.480+00:00|INFO|TopicBase|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=0, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=0]]]]: registering org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 [2023-02-03T00:05:18.480+00:00|INFO|SingleThreadedBusTopicSource|main] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=0, locked=false, #topicListeners=1]]]]: register: start not attempted [2023-02-03T00:05:18.480+00:00|INFO|ServiceManager|main] service manager started [2023-02-03T00:05:18.487+00:00|INFO|Application|main] Started Application in 28.398 seconds (JVM running for 30.152) [2023-02-03T00:05:33.887+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:05:33.899+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:05:33.900+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:05:37.035+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:05:37.045+00:00|INFO|OrderedServiceImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] ***** OrderedServiceImpl implementers: [] [2023-02-03T00:05:37.047+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:05:35.651100Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2c32cada-7aa8-43de-8959-ff8d45e38bfa","timestamp":"2023-02-03T00:05:35.651244Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:05:37.701+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:05:37.701+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:05:41.164+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:05:41.165+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:05:39.839199Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"92c2d6c8-f3b8-4e2a-86f6-0b1a93eff924","timestamp":"2023-02-03T00:05:39.839274Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:05:41.362+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:05:41.362+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:05:50.634+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:05:50.635+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:05:49.933429Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"182556d2-0b87-4874-84fa-c56d815cd2ba","timestamp":"2023-02-03T00:05:49.933666Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:05:51.364+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:05:51.364+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:06:06.394+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:06:06.395+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:06:06.395+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:06:17.189+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:06:17.190+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ad501cd7-e749-401d-bad7-80ae479c639b","timestamp":"2023-02-03T00:06:16.507728Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:06:17.370+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=4, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:06:17.372+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:06:17.373+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:06:32.389+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:06:32.391+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:06:32.391+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:06:47.383+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:06:47.386+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:06:47.386+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:07:02.382+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:07:02.383+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:07:02.383+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:07:17.429+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:07:17.429+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:07:17.429+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:07:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:07:19.387+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"fc0e5d30-e822-4410-8862-f7733746f6e2","timestamp":"2023-02-03T00:07:19.381361Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:07:19.393+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 2 ms [2023-02-03T00:07:19.397+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:07:19.439+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:07:19.440+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} [2023-02-03T00:07:20.065+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:07:20.066+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"fc0e5d30-e822-4410-8862-f7733746f6e2","timestamp":"2023-02-03T00:07:19.381361Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:07:20.066+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:07:20.066+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:07:20.066+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:07:20.245+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:07:20.246+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:07:19.432530Z","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":"080a0fab-8936-4a11-a96a-78b12bbfe336","timestamp":"2023-02-03T00:07:19.432559Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:07:20.390+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":"3c4551c7-ddf9-4ded-9aac-968461a800ff","timestamp":"2023-02-03T00:07:20.085967Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:07:20.413+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=7, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:07:20.415+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:07:20.415+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:07:20.453+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:07:20.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-02-03T00:07:20.080982Z","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":"7b33dffb-8abe-42d7-98ce-a491e2f57daa","timestamp":"2023-02-03T00:07:20.081048Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:07:20.492+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:07:20.492+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:07:21.036+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:07:21.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-02-03T00:07:19.674344Z","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":"34d8ef34-82d9-48ed-a4e3-c92585509b70","timestamp":"2023-02-03T00:07:19.674394Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:07:21.091+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:07:21.091+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:07:36.083+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:07:36.084+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:07:36.084+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:07:36.711+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:07:36.712+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:07:35.644384Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5b06a2fb-7788-4d2b-8359-0e8cd3e8cda3","timestamp":"2023-02-03T00:07:35.644646Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:07:37.390+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:07:37.390+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:07:41.143+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:07:41.144+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:07:39.839315Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"72277b13-48d1-4319-9764-c68e6e0f862f","timestamp":"2023-02-03T00:07:39.839406Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:07:41.385+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:07:41.386+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:07:50.605+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:07:50.606+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:07:49.933082Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5de3d9d0-3687-4357-834d-636fd839b094","timestamp":"2023-02-03T00:07:49.933201Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:07:51.402+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:07:51.402+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:08:06.404+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:08:06.405+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:08:06.405+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:08:17.272+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:08:17.273+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"db35331e-52cf-48be-9ae0-5468400f60d9","timestamp":"2023-02-03T00:08:16.504350Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:08:17.387+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:08:17.387+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:08:17.388+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:08:32.395+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:08:32.396+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:08:32.396+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:08:47.382+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:08:47.383+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:08:47.383+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:09:02.383+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:09:02.384+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:09:02.384+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:09:17.361+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:09:17.362+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:09:17.362+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:09:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:09:19.386+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5f1130c6-27cf-434e-8ce0-6abf0d3e6747","timestamp":"2023-02-03T00:09:19.385794Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:09:19.393+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 7 ms [2023-02-03T00:09:19.394+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:09:19.411+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:09:19.412+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} [2023-02-03T00:09:20.037+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:09:20.037+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5f1130c6-27cf-434e-8ce0-6abf0d3e6747","timestamp":"2023-02-03T00:09:19.385794Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:09:20.038+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:09:20.038+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:09:20.038+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:09:20.213+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:09:20.214+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:09:20.041080Z","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":"50398f11-0592-486e-bcdb-89d3da2eef13","timestamp":"2023-02-03T00:09:20.041110Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:09:20.399+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:09:20.399+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:09:20.422+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:09:20.423+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":"6f62c0fb-867d-4e17-910a-cea2f4a03f6a","timestamp":"2023-02-03T00:09:20.110986Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:09:20.439+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:09:20.439+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:09:19.708153Z","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":"753ad9bc-4f30-44b1-82c9-b1d49589ba4e","timestamp":"2023-02-03T00:09:19.708171Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:09:20.463+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:09:20.463+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:09:20.993+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:09:20.994+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:09:19.454689Z","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":"66cd2495-b83c-4dbf-9252-f1877b0b9c95","timestamp":"2023-02-03T00:09:19.454700Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:09:21.019+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:09:21.020+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:09:35.998+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:09:35.999+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:09:35.999+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:09:36.731+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:09:36.732+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:09:35.644267Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0df5f0f0-b8ac-4bc7-a4f6-c3e031ae74b6","timestamp":"2023-02-03T00:09:35.644419Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:09:37.406+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:09:37.406+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:09:41.136+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:09:41.136+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:09:39.839277Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"65d16764-a897-4e53-9fc7-fb7b1d18704e","timestamp":"2023-02-03T00:09:39.839531Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:09:41.402+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:09:41.402+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:09:50.614+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:09:50.615+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:09:49.933216Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"4e44bd59-cbff-450a-acc3-fd69a40c898e","timestamp":"2023-02-03T00:09:49.933349Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:09:51.409+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:09:51.409+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:10:06.391+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:10:06.392+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:10:06.392+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:10:17.259+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:10:17.260+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"73d600fe-f572-4c52-8353-39a8ba1edc04","timestamp":"2023-02-03T00:10:16.504417Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:10:17.407+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:10:17.408+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:10:17.408+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:10:32.391+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:10:32.391+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:10:32.392+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:10:47.367+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:10:47.367+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:10:47.368+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:11:02.348+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:11:02.349+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:11:02.350+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:11:17.336+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:11:17.336+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:11:17.337+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:11:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:11:19.411+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ff990288-263a-4d04-85e2-e1edb8e6e934","timestamp":"2023-02-03T00:11:19.411663Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:11:19.443+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 31 ms [2023-02-03T00:11:19.444+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:11:19.469+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:11:19.471+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} [2023-02-03T00:11:20.090+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:11:20.090+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ff990288-263a-4d04-85e2-e1edb8e6e934","timestamp":"2023-02-03T00:11:19.411663Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:11:20.091+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:11:20.091+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:11:20.091+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:11:20.263+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:11:20.264+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:11:19.434761Z","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":"489f1b12-6fd4-4010-bd13-383cc83b3c47","timestamp":"2023-02-03T00:11:19.434827Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:11:22.414+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:11:22.414+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:11:22.439+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:11:22.440+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":"fed357d1-2f1f-4af5-9751-e0c0d2b40260","timestamp":"2023-02-03T00:11:20.169432Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:11:23.424+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:11:23.425+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:11:23.425+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:11:23.964+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:11:23.965+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:11:19.754896Z","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":"541c88b7-8294-4d64-a185-2b95d8d5db3f","timestamp":"2023-02-03T00:11:19.754938Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:11:24.431+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:11:20.091193Z","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":"c521a706-d3dd-4065-9624-afb50792865b","timestamp":"2023-02-03T00:11:20.091229Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:11:24.460+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:11:24.461+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:11:36.721+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:11:36.722+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:11:35.644202Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7a676738-b41b-4c9c-8613-d128b0af7e4e","timestamp":"2023-02-03T00:11:35.644299Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:11:37.426+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:11:37.427+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:11:41.149+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:11:41.150+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:11:39.839257Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"35c75896-1f17-4425-b479-d69a6c911dbf","timestamp":"2023-02-03T00:11:39.839326Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:11:41.427+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:11:41.427+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:11:50.603+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:11:50.604+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:11:49.933105Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1e45bb34-0229-413e-a650-568a23dda51b","timestamp":"2023-02-03T00:11:49.933228Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:11:51.434+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:11:51.434+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:12:06.415+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:12:06.415+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:12:06.415+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:12:17.179+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:12:17.179+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ef900fad-b566-40db-89ba-b4223c4bd469","timestamp":"2023-02-03T00:12:16.504365Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:12:17.423+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:12:17.424+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:12:17.424+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:12:32.396+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:12:32.397+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:12:32.397+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:12:47.374+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:12:47.375+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:12:47.375+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:13:02.383+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:13:02.384+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:13:02.384+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:13:17.421+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:13:17.422+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:13:17.422+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:13:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:13:18.430+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"a696511f-5343-4328-94b9-a86be8bd55b3","timestamp":"2023-02-03T00:13:18.430229Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:13:18.443+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 13 ms [2023-02-03T00:13:18.443+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:13:18.459+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:13:18.459+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} [2023-02-03T00:13:19.082+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:13:19.083+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"a696511f-5343-4328-94b9-a86be8bd55b3","timestamp":"2023-02-03T00:13:18.430229Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:13:19.083+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:13:19.083+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:13:19.083+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:13:19.259+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:13:19.259+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:13:18.422193Z","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":"29447e70-9b96-43b1-bfe7-98c07ca47812","timestamp":"2023-02-03T00:13:18.422216Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:13:19.292+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:13:19.292+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:13:19.347+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:13:19.348+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":"a2ff148e-f643-4d32-be18-15462f79ed40","timestamp":"2023-02-03T00:13:19.092434Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:13:19.365+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:13:19.365+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:13:19.096194Z","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":"76f2db1e-95d0-4e71-84db-298ce42ee41d","timestamp":"2023-02-03T00:13:19.096227Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:13:19.388+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:13:19.388+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:13:19.916+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:13:19.917+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:13:18.692568Z","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":"afdadb7a-6499-4d14-8e76-f08fd0f20d0a","timestamp":"2023-02-03T00:13:18.692665Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:13:20.444+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:13:20.445+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:13:35.424+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:13:35.425+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:13:35.425+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:13:36.723+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:13:36.724+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:13:35.644279Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"797a7048-c49f-41a2-8864-ccfb700c8e02","timestamp":"2023-02-03T00:13:35.644404Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:13:37.451+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:13:37.451+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:13:41.164+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:13:41.165+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:13:39.839164Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"91ef1fd8-d41e-4853-bf79-0162a127308f","timestamp":"2023-02-03T00:13:39.839248Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:13:41.446+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:13:41.446+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:13:50.607+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:13:50.607+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:13:49.933123Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"09e22e45-cd1c-4d1f-bfa9-d594b85cef75","timestamp":"2023-02-03T00:13:49.933281Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:13:51.477+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:13:51.477+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:14:06.471+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:14:06.472+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:14:06.472+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:14:17.181+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:14:17.182+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7b2fcd37-4833-447d-ba0b-5edca4207ade","timestamp":"2023-02-03T00:14:16.504893Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:14:17.443+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:14:17.444+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:14:17.444+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:14:32.458+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:14:32.459+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:14:32.459+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:14:47.466+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:14:47.467+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:14:47.467+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:15:02.432+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:15:02.432+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:15:02.433+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:15:17.414+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:15:17.414+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:15:17.415+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:15:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:15:18.450+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e216e0be-86e0-403d-9f32-40eaf39f979b","timestamp":"2023-02-03T00:15:18.449814Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:15:18.493+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 43 ms [2023-02-03T00:15:18.494+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:15:18.545+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:15:18.546+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} [2023-02-03T00:15:19.223+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:15:19.224+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"e216e0be-86e0-403d-9f32-40eaf39f979b","timestamp":"2023-02-03T00:15:18.449814Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:15:19.224+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:15:19.225+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:15:19.225+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:15:19.245+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:15:19.246+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:15:18.757909Z","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":"8ce16f20-c182-4fae-bc22-577a4d9cb37f","timestamp":"2023-02-03T00:15:18.757929Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:15:19.272+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:15:19.272+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:15:19.298+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:15:19.299+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":"a4a0c828-0e3e-43c1-a846-216125537b20","timestamp":"2023-02-03T00:15:19.171486Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:15:19.313+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:15:19.313+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:15:19.313+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:15:19.848+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:15:19.849+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:15:18.497586Z","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":"432ec97e-f556-4975-9681-66d24c93a5e4","timestamp":"2023-02-03T00:15:18.497609Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:15:20.467+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:15:19.168832Z","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":"f8bc7952-3301-4415-8f3d-b2175d1f6356","timestamp":"2023-02-03T00:15:19.168861Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:15:20.488+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:15:20.488+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:15:35.476+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:15:35.477+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:15:35.477+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:15:36.725+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:15:36.726+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:15:35.644406Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"aab6bcd7-4db4-4e54-b7a9-76adc5d37ddf","timestamp":"2023-02-03T00:15:35.644499Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:15:37.464+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:15:37.464+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:15:41.154+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:15:41.155+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:15:39.839326Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"11b42312-aca7-498a-bdf6-f7cef6adb623","timestamp":"2023-02-03T00:15:39.839405Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:15:41.466+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:15:41.466+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:15:50.600+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:15:50.601+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:15:49.933132Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"484f52a5-3b3c-4a97-9610-7a277d0cc477","timestamp":"2023-02-03T00:15:49.933237Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:15:51.479+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:15:51.479+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:16:06.458+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:16:06.458+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:16:06.458+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:16:17.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:16:17.185+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e07baaac-98f4-4085-be3f-f80b71f7fdc7","timestamp":"2023-02-03T00:16:16.504266Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:16:17.463+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:16:17.464+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:16:17.464+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:16:32.427+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:16:32.427+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:16:32.427+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:16:47.401+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:16:47.401+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:16:47.401+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:17:02.368+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:17:02.368+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:17:02.368+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:17:17.329+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:17:17.330+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:17:17.330+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:17:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:17:18.468+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"80da6ae8-3b66-43d8-a879-e9c6453d89bf","timestamp":"2023-02-03T00:17:18.468561Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:17:18.493+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 25 ms [2023-02-03T00:17:18.494+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:17:18.507+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:17:18.507+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} [2023-02-03T00:17:19.168+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:17:19.169+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"80da6ae8-3b66-43d8-a879-e9c6453d89bf","timestamp":"2023-02-03T00:17:18.468561Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:17:19.169+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:17:19.170+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:17:19.170+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:17:19.304+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:17:19.306+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:17:19.145294Z","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":"50c62a28-e799-4775-9aa7-5b95ced24c74","timestamp":"2023-02-03T00:17:19.145329Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:17:19.333+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:17:19.333+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:17:19.366+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:17:19.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-02-03T00:17:18.470898Z","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":"c703c70e-9991-4cf0-af16-cef47aa162a1","timestamp":"2023-02-03T00:17:18.470914Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:17:19.389+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:17:18.731498Z","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":"1873cfa8-4122-4edf-9c87-e06742928d95","timestamp":"2023-02-03T00:17:18.731725Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:17:19.412+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:17:19.413+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:17:19.946+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:17:19.946+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":"1826f0f8-593d-4329-99bf-2906ef137d2c","timestamp":"2023-02-03T00:17:19.143953Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:17:19.963+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:17:19.964+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:17:19.964+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:17:34.935+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:17:34.936+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:17:34.936+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:17:36.788+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:17:36.789+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:17:35.644196Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a80e77dd-115d-4b85-ba0c-c7eae3e5612d","timestamp":"2023-02-03T00:17:35.644297Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:17:37.485+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:17:37.485+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:17:41.152+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:17:41.153+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:17:39.839213Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ceaceade-d862-4d7f-b7a3-9df0ffe95396","timestamp":"2023-02-03T00:17:39.839301Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:17:41.484+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:17:41.484+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:17:50.600+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:17:50.601+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:17:49.933076Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a3726b57-863a-402d-84a8-f38d7c2ac3b1","timestamp":"2023-02-03T00:17:49.933183Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:17:51.488+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:17:51.489+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:18:06.454+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:18:06.454+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:18:06.454+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:18:17.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:18:17.180+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"105e16e2-b240-4cb6-9396-3d8ebf51becc","timestamp":"2023-02-03T00:18:16.504298Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:18:17.487+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:18:17.489+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:18:17.489+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:18:32.451+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:18:32.451+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:18:32.452+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:18:47.420+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:18:47.421+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:18:47.421+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:19:02.420+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:19:02.420+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:19:02.420+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:19:17.400+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:19:17.400+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:19:17.400+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:19:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:19:18.487+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ba237ae8-3bce-4cc3-804b-4f88bfbab39a","timestamp":"2023-02-03T00:19:18.486891Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:19:18.493+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 6 ms [2023-02-03T00:19:18.494+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:19:18.508+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:19:18.508+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} [2023-02-03T00:19:19.189+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:19:19.190+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"ba237ae8-3bce-4cc3-804b-4f88bfbab39a","timestamp":"2023-02-03T00:19:18.486891Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:19:19.190+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:19:19.191+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:19:19.191+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:19:19.210+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:19:19.212+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:19:18.713980Z","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":"cde29a2f-0713-4d80-bfc8-da0e8430c86e","timestamp":"2023-02-03T00:19:18.713992Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:19:19.239+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:19:19.239+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:19:19.299+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:19:19.300+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":"0096d91c-3422-48f3-bb02-91c8c7150fd7","timestamp":"2023-02-03T00:19:19.133689Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:19:19.319+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:19:19.320+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:19:19.133891Z","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":"70b2bf30-1675-4c4c-85e0-6f3b7c5d388c","timestamp":"2023-02-03T00:19:19.133917Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:19:19.350+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:19:19.350+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:19:19.876+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:19:19.876+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:19:18.449907Z","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":"2281e385-f694-4d70-8052-53526120d803","timestamp":"2023-02-03T00:19:18.449926Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:19:20.515+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:19:20.515+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:19:35.498+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:19:35.498+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:19:35.498+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:19:36.729+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:19:36.729+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:19:35.644181Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"5d665e22-289c-446a-8bf6-f05081797ab2","timestamp":"2023-02-03T00:19:35.644383Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:19:37.499+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:19:37.500+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:19:41.163+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:19:41.163+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:19:39.839278Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"9245e7c1-ba5a-4236-8ac5-c0f18dd4f003","timestamp":"2023-02-03T00:19:39.839362Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:19:41.502+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:19:41.504+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:19:50.608+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:19:50.609+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:19:49.933357Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"54eadfb1-24ef-4c02-9b0a-786edd0d13e7","timestamp":"2023-02-03T00:19:49.933784Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:19:51.503+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:19:51.503+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:20:06.518+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:20:06.518+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:20:06.518+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:20:17.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:20:17.179+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"cd534224-3b21-4c68-ac6f-f9387ad268e2","timestamp":"2023-02-03T00:20:16.504551Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:20:17.499+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:20:17.500+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:20:17.500+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:20:32.466+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:20:32.467+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:20:32.467+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:20:47.440+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:20:47.441+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:20:47.441+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:21:02.419+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:21:02.420+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:21:02.420+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:21:17.382+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:21:17.383+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:21:17.383+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:21:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:21:18.503+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c73cda78-01c5-49a4-a66d-c7218271a189","timestamp":"2023-02-03T00:21:18.502891Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:21:18.543+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 40 ms [2023-02-03T00:21:18.543+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:21:18.558+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:21:18.559+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} [2023-02-03T00:21:19.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:21:19.226+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"c73cda78-01c5-49a4-a66d-c7218271a189","timestamp":"2023-02-03T00:21:18.502891Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:21:19.227+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:21:19.227+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:21:19.227+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:21:19.360+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:21:19.361+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":"fd290e30-edc7-4e53-8e90-4b5154c5b84e","timestamp":"2023-02-03T00:21:19.185825Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:21:19.375+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:21:19.375+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:21:18.764424Z","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":"7e8f525c-0ba7-4f0e-b1b8-ae69ecfec990","timestamp":"2023-02-03T00:21:18.764468Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:21:19.397+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:21:19.398+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:21:19.917+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:21:19.918+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:21:18.495535Z","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":"a0ae1245-b580-4963-980f-9df8fcc89e50","timestamp":"2023-02-03T00:21:18.495552Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:21:20.516+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:21:19.185396Z","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":"6ce4832b-d70a-48a4-aa10-eb907be14ebe","timestamp":"2023-02-03T00:21:19.185418Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:21:20.532+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:21:20.532+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:21:35.551+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:21:35.552+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:21:35.552+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:21:36.784+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:21:36.784+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:21:35.644177Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c6798de1-fb7a-47d2-89c3-36ec772807ee","timestamp":"2023-02-03T00:21:35.644279Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:21:37.523+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:21:37.523+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:21:41.182+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:21:41.182+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:21:39.839581Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"71ec57aa-637c-4007-8745-bb72099932ba","timestamp":"2023-02-03T00:21:39.839650Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:21:41.518+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:21:41.518+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:21:50.602+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:21:50.602+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:21:49.933089Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0b30bb35-2562-48f1-96e5-96c3de86e32b","timestamp":"2023-02-03T00:21:49.933215Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:21:51.517+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:21:51.517+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:22:06.494+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:22:06.495+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:22:06.495+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:22:17.186+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:22:17.186+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"59cedba6-c613-4ecc-99a5-a35024ca63e6","timestamp":"2023-02-03T00:22:16.504281Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:22:17.515+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:22:17.516+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:22:17.516+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:22:32.488+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:22:32.488+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:22:32.488+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:22:47.448+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:22:47.448+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:22:47.448+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:23:02.428+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:23:02.428+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:23:02.428+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:23:17.387+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:23:17.388+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:23:17.388+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:23:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:23:18.520+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"27ef74e3-a7d8-4bee-a3bf-0433890e84fd","timestamp":"2023-02-03T00:23:18.520477Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:23:18.543+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 22 ms [2023-02-03T00:23:18.543+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:23:18.558+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:23:18.559+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} [2023-02-03T00:23:19.220+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:23:19.220+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"27ef74e3-a7d8-4bee-a3bf-0433890e84fd","timestamp":"2023-02-03T00:23:18.520477Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:23:19.220+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:23:19.220+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:23:19.220+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:23:19.356+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:23:19.356+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:23:18.487837Z","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":"c617a350-0f25-4562-b751-856b9e41db4d","timestamp":"2023-02-03T00:23:18.487856Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:23:19.381+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:23:19.381+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:23:19.401+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:23:19.402+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":"773ae1f6-d47c-4c9e-86ff-ad3be97427cf","timestamp":"2023-02-03T00:23:19.185439Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:23:19.414+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:23:19.414+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:23:18.763082Z","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":"b2d63745-320f-437d-b7ef-e189976c0701","timestamp":"2023-02-03T00:23:18.763168Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:23:19.535+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:23:19.535+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:23:20.063+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:23:20.063+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:23:19.179384Z","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":"0301c376-83c9-485c-b554-aa3b940e5555","timestamp":"2023-02-03T00:23:19.179418Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:23:20.083+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:23:20.083+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:23:35.072+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:23:35.072+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:23:35.072+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:23:36.741+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:23:36.742+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:23:35.644188Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d61306de-7646-4f9b-aa26-8722c037e128","timestamp":"2023-02-03T00:23:35.644286Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:23:37.535+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:23:37.536+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:23:41.198+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:23:41.199+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:23:39.839184Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"161ee5a0-a077-43fb-b2bd-dcd31bb2ee8b","timestamp":"2023-02-03T00:23:39.839299Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:23:41.541+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:23:41.541+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:23:50.620+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:23:50.621+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:23:49.933106Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"7be31b34-464b-4e65-8a83-f95574b748d6","timestamp":"2023-02-03T00:23:49.933228Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:23:51.549+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:23:51.549+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:24:06.541+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:24:06.542+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:24:06.542+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:24:17.206+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:24:17.208+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"528b3eb0-d9c4-4c1f-bcc9-c0d6749b711c","timestamp":"2023-02-03T00:24:16.504276Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:24:17.545+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:24:17.547+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:24:17.548+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:24:32.555+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:24:32.557+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:24:32.557+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:24:47.566+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:24:47.567+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:24:47.567+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:25:02.571+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:25:02.571+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:25:02.572+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:25:17.694+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:25:17.694+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:25:17.694+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:25:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:25:18.553+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5de4e5b3-db44-4886-8ca7-9cc25d973493","timestamp":"2023-02-03T00:25:18.552639Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:25:18.593+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 40 ms [2023-02-03T00:25:18.594+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:25:18.613+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:25:18.615+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} [2023-02-03T00:25:19.238+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:25:19.239+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"5de4e5b3-db44-4886-8ca7-9cc25d973493","timestamp":"2023-02-03T00:25:18.552639Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:25:19.239+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:25:19.239+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:25:19.239+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:25:19.436+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:25:19.437+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:25:19.250765Z","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":"02b61c65-0223-43c3-8871-2b5bd5cbd6a2","timestamp":"2023-02-03T00:25:19.250797Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:25:19.561+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:25:19.561+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:25:19.590+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:25:19.591+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:25:18.544256Z","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":"5d5d034b-5dcd-4bfc-8dae-1622e9f7a90f","timestamp":"2023-02-03T00:25:18.544290Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:25:19.613+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:25:19.613+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:25:20.148+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:25:20.149+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":"1f823a4c-1762-466e-a9c4-387a1b524a7a","timestamp":"2023-02-03T00:25:19.274681Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:25:20.168+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:25:20.168+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:25:18.849136Z","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":"acdfc6c5-96d5-481e-9903-fcc1d966bf08","timestamp":"2023-02-03T00:25:18.849174Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:25:20.193+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:25:20.193+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:25:35.267+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:25:35.267+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:25:35.268+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:25:36.744+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:25:36.745+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:25:35.644222Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e7cd1765-4d0a-469b-9372-a020a90d7ac6","timestamp":"2023-02-03T00:25:35.644308Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:25:37.558+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:25:37.558+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:25:41.195+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:25:41.195+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:25:39.839269Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"c703ffd7-2090-481b-9056-cd8be7ed1323","timestamp":"2023-02-03T00:25:39.839334Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:25:41.559+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:25:41.560+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:25:50.626+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:25:50.627+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:25:49.933271Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"0adece4e-8715-42fd-ab8d-d432a0e3f02b","timestamp":"2023-02-03T00:25:49.933461Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:25:51.569+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:25:51.570+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:26:06.560+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:26:06.562+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:26:06.562+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:26:17.180+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:26:17.181+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"807e391a-0f7c-4075-99a6-bc86c735f2f2","timestamp":"2023-02-03T00:26:16.504488Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:26:17.563+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:26:17.564+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:26:17.564+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:26:32.544+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:26:32.545+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:26:32.545+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:26:47.514+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:26:47.515+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:26:47.515+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:27:02.473+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:27:02.473+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:27:02.473+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:27:17.446+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:27:17.446+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:27:17.446+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:27:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:27:18.569+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"974e5ca6-f4a5-41f0-810f-f79052a0fd43","timestamp":"2023-02-03T00:27:18.568905Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:27:18.593+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 24 ms [2023-02-03T00:27:18.593+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:27:18.609+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:27:18.609+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} [2023-02-03T00:27:19.286+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:27:19.286+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"974e5ca6-f4a5-41f0-810f-f79052a0fd43","timestamp":"2023-02-03T00:27:18.568905Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:27:19.286+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:27:19.287+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:27:19.287+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:27:19.421+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:27:19.421+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":"e7094a9d-2492-43ca-9176-ea8e36a6e1a3","timestamp":"2023-02-03T00:27:19.240007Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:27:19.573+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:27:19.574+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:27:19.574+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:27:19.597+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:27:19.598+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:27:18.533319Z","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":"ecaf37b2-6fb0-49ae-9d6e-cb9b9442d0b8","timestamp":"2023-02-03T00:27:18.533357Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:27:19.621+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:27:18.802100Z","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":"9c3aa75c-a8b5-494e-b35d-a40c741cd098","timestamp":"2023-02-03T00:27:18.802119Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:27:19.643+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:27:19.643+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:27:20.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:27:20.178+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:27:19.235391Z","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":"5ddbc4de-1274-47d5-99c8-9df146e9e3be","timestamp":"2023-02-03T00:27:19.235413Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:27:20.199+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:27:20.199+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:27:35.182+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:27:35.183+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:27:35.183+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:27:36.748+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:27:36.748+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:27:35.644170Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"2a1c5326-bc8b-443a-8b67-0b81fb2ab30f","timestamp":"2023-02-03T00:27:35.644266Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:27:37.585+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:27:37.585+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:27:41.233+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:27:41.233+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:27:39.839190Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"047dcbb2-406a-4980-8062-b1af1c90d5de","timestamp":"2023-02-03T00:27:39.839303Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:27:41.583+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:27:41.583+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:27:50.646+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:27:50.646+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:27:49.933075Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"6dac3562-ba4e-4f6c-aff7-2c08c2158839","timestamp":"2023-02-03T00:27:49.933204Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:27:51.600+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:27:51.601+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:28:06.569+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:28:06.569+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:28:06.570+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:28:17.192+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:28:17.193+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"d74ca90b-759b-4109-b8f8-acfdfe6c1c48","timestamp":"2023-02-03T00:28:16.504259Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:28:17.584+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:28:17.584+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:28:17.585+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:28:32.577+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:28:32.578+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:28:32.578+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:28:47.539+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:28:47.539+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:28:47.539+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:29:02.504+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:29:02.504+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:29:02.504+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:29:17.487+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:29:17.487+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:29:17.487+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:29:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:29:18.592+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"2cdb15dd-1d02-4651-9eaf-8a64806f9f60","timestamp":"2023-02-03T00:29:18.592334Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:29:18.598+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 6 ms [2023-02-03T00:29:18.598+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:29:18.619+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:29:18.619+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} [2023-02-03T00:29:19.306+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:29:19.306+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"2cdb15dd-1d02-4651-9eaf-8a64806f9f60","timestamp":"2023-02-03T00:29:18.592334Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:29:19.306+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:29:19.307+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:29:19.307+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:29:19.338+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:29:19.339+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:29:18.540381Z","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":"23a90dbf-be32-48bd-9526-47e0cc84ed75","timestamp":"2023-02-03T00:29:18.540400Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:29:19.361+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:29:19.361+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:29:19.381+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:29:19.382+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:29:19.249247Z","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":"47f80c00-f39f-475e-820f-40090b616252","timestamp":"2023-02-03T00:29:19.249267Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:29:19.403+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:29:19.403+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:29:19.923+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:29:19.923+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":"4d1e31cb-9ae6-40f9-b610-642b3832666a","timestamp":"2023-02-03T00:29:19.253066Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:29:20.593+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:29:20.593+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:29:18.814739Z","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":"b5682c4f-f009-4577-95f8-3bbe173da6eb","timestamp":"2023-02-03T00:29:18.814772Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:29:20.610+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:29:20.610+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:29:35.580+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:29:35.580+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:29:35.581+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:29:36.810+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:29:36.811+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:29:35.644194Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"e4f5e67b-d483-4588-99a5-c43a93eeebe0","timestamp":"2023-02-03T00:29:35.644304Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:29:37.601+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:29:37.601+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:29:41.233+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:29:41.233+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:29:39.839291Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"ea6f5749-c9f0-489d-9ee4-68bc87373a76","timestamp":"2023-02-03T00:29:39.839385Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:29:41.602+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:29:41.602+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:29:50.659+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:29:50.659+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:29:49.933162Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"99e8c4eb-bd97-4f79-b873-ecc4c4f346b8","timestamp":"2023-02-03T00:29:49.933310Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:29:51.611+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:29:51.611+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:30:06.579+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:30:06.579+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:30:06.579+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:30:17.180+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:30:17.181+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"aba09068-546a-44f5-9a6f-12e2cf6ae877","timestamp":"2023-02-03T00:30:16.504284Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:30:17.602+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:30:17.603+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:30:17.603+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:30:32.572+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:30:32.575+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:30:32.576+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:30:47.551+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:30:47.552+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:30:47.552+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:31:02.549+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:31:02.549+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:31:02.549+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:31:17.560+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:31:17.561+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:31:17.561+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:31:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:31:18.618+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"6f30ad0e-cabc-404c-a5a6-e45f08cc6303","timestamp":"2023-02-03T00:31:18.617571Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:31:18.643+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 25 ms [2023-02-03T00:31:18.644+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:31:18.664+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:31:18.665+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} [2023-02-03T00:31:19.285+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:31:19.286+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"6f30ad0e-cabc-404c-a5a6-e45f08cc6303","timestamp":"2023-02-03T00:31:18.617571Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:31:19.287+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:31:19.287+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:31:19.287+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:31:19.459+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:31:19.460+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:31:18.571326Z","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":"cf23e204-9ae2-4fbf-a287-cbfc7da4876d","timestamp":"2023-02-03T00:31:18.571342Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:31:19.621+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:31:19.622+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:31:19.644+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:31:19.645+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":"64935040-e536-4898-a3b4-62e1b685a93b","timestamp":"2023-02-03T00:31:19.295003Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:31:19.656+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:31:19.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-02-03T00:31:18.844834Z","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":"e7210ebf-15d9-427c-a808-35ca1389809b","timestamp":"2023-02-03T00:31:18.844848Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:31:19.679+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:31:19.679+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:31:20.220+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:31:20.221+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:31:19.286937Z","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":"12e5ef68-fba0-4b90-9a67-8f40f8a6f981","timestamp":"2023-02-03T00:31:19.286985Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:31:20.239+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:31:20.239+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:31:35.228+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:31:35.229+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:31:35.229+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:31:36.752+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:31:36.752+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:31:35.644144Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"36bf8025-2cbc-4275-9af3-3112d180f37f","timestamp":"2023-02-03T00:31:35.644233Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:31:37.625+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:31:37.625+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:31:41.264+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:31:41.264+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:31:39.839284Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"805e00c7-f4f6-4174-ad39-59ddc6a5c125","timestamp":"2023-02-03T00:31:39.839445Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:31:41.620+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:31:41.621+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:31:50.670+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:31:50.671+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:31:49.933400Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"1cd7c89a-bca1-48c1-8bd5-97385fea3d76","timestamp":"2023-02-03T00:31:49.933753Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:31:51.630+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:31:51.630+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:32:06.605+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:32:06.605+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:32:06.605+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:32:17.184+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:32:17.184+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"3b72894e-b3fc-42cc-839d-cca6cd388ff9","timestamp":"2023-02-03T00:32:16.504454Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:32:17.622+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:32:17.622+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:32:17.622+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:32:32.619+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:32:32.620+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:32:32.621+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:32:47.584+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:32:47.585+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:32:47.585+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:33:02.570+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:33:02.571+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:33:02.571+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:33:17.554+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:33:17.555+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:33:17.555+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:33:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:33:18.626+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"971dcba5-9136-4b65-87e6-bb052e72f0dc","timestamp":"2023-02-03T00:33:18.625978Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:33:18.643+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 17 ms [2023-02-03T00:33:18.643+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:33:18.664+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:33:18.664+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} [2023-02-03T00:33:19.347+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:33:19.348+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"971dcba5-9136-4b65-87e6-bb052e72f0dc","timestamp":"2023-02-03T00:33:18.625978Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:33:19.348+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:33:19.348+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:33:19.349+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:33:19.387+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:33:19.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-02-03T00:33:18.582435Z","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":"6397f4e7-8a33-41c7-99d5-ab8776a9d0fd","timestamp":"2023-02-03T00:33:18.582474Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:33:19.404+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:33:19.405+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:33:19.429+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:33:19.430+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":"d31525f8-eba4-46bf-8802-f60e4c5ef602","timestamp":"2023-02-03T00:33:19.306947Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:33:19.632+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:33:19.632+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:33:19.305422Z","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":"66e75c78-cfb4-4066-b4a0-475c6318ed1b","timestamp":"2023-02-03T00:33:19.305470Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:33:19.661+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:33:19.661+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:33:20.189+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:33:20.190+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:33:18.865052Z","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":"83f32d3a-9c81-4f08-aff4-2af79aa60808","timestamp":"2023-02-03T00:33:18.865167Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:33:20.214+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:33:20.214+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:33:35.188+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:33:35.188+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:33:35.188+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:33:36.758+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:33:36.758+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:33:35.644222Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"8e261d43-1470-4a44-829c-a0df26fdfc62","timestamp":"2023-02-03T00:33:35.644349Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:33:37.640+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:33:37.640+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:33:41.273+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:33:41.273+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:33:39.839209Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"aebccc17-70df-40f0-a2e0-1c956ac3b2f5","timestamp":"2023-02-03T00:33:39.839291Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:33:41.640+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:33:41.640+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:33:50.609+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:33:50.609+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:33:49.933137Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a8f38e6d-4f15-4aec-b032-647c4b4a3c3e","timestamp":"2023-02-03T00:33:49.933257Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:33:50.640+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:33:50.641+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:34:05.617+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:34:05.618+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:34:05.619+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:34:17.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:34:17.178+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"06e40f2f-c4ac-447c-91e8-a24ed3384520","timestamp":"2023-02-03T00:34:16.504258Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:34:17.648+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:34:17.649+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:34:17.649+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:34:32.617+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:34:32.618+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:34:32.618+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:34:47.612+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:34:47.612+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:34:47.613+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:35:02.582+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:35:02.583+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:35:02.583+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:35:17.608+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:35:17.608+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:35:17.609+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:35:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:35:18.648+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"6dfad7ad-0146-4860-87d8-dbdff15b7806","timestamp":"2023-02-03T00:35:18.648214Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:35:18.693+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 45 ms [2023-02-03T00:35:18.693+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:35:18.718+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:35:18.719+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} [2023-02-03T00:35:19.396+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:35:19.396+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"6dfad7ad-0146-4860-87d8-dbdff15b7806","timestamp":"2023-02-03T00:35:18.648214Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:35:19.397+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:35:19.397+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:35:19.397+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:35:19.415+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:35:19.415+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:35:19.345993Z","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":"90e72979-e23e-4ce0-9818-42ef8e497117","timestamp":"2023-02-03T00:35:19.346015Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:35:19.662+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:35:19.662+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:35:19.701+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:35:19.702+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:35:18.902898Z","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":"7520dfcc-71ce-41c5-a864-e570f59a4b7f","timestamp":"2023-02-03T00:35:18.902923Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:35:19.743+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:35:19.743+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:35:19.765+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:35:19.765+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:35:18.627599Z","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":"9f974e10-49e3-459e-a153-f9bab5b8a415","timestamp":"2023-02-03T00:35:18.627623Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:35:19.793+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:35:19.793+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:35:20.315+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:35:20.316+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":"a14f969b-df12-4c6e-bbb5-f86e0cc2f234","timestamp":"2023-02-03T00:35:19.348106Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:35:20.328+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:35:20.329+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:35:20.329+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:35:35.296+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:35:35.297+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:35:35.297+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:35:36.759+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:35:36.760+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:35:35.644143Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"a48a639a-ae90-44d8-8cd5-aabe588c6f1e","timestamp":"2023-02-03T00:35:35.644217Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:35:37.665+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:35:37.665+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:35:41.309+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:35:41.310+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:35:39.839182Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"844452dd-c8e3-4dae-986a-da4d0355ae98","timestamp":"2023-02-03T00:35:39.839245Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:35:41.661+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:35:41.662+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:35:50.602+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:35:50.602+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:35:49.933154Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"12935eca-5435-4d3e-8813-0c627d227da9","timestamp":"2023-02-03T00:35:49.933295Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:35:50.664+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:35:50.664+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:36:05.639+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:36:05.640+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:36:05.640+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:36:17.177+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:36:17.177+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"15e1fc66-ff44-4bea-a85f-97b07c63c79c","timestamp":"2023-02-03T00:36:16.504378Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:36:17.662+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:36:17.663+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:36:17.663+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:36:32.623+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:36:32.623+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:36:32.624+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:36:47.627+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:36:47.628+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:36:47.628+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:37:02.606+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:37:02.609+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:37:02.609+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:37:17.584+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:37:17.585+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:37:17.585+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:37:18.415+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:37:18.670+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b9a59fbb-efd3-4811-9aa3-e8a8e8c3dc37","timestamp":"2023-02-03T00:37:18.669428Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:37:18.693+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 23 ms [2023-02-03T00:37:18.693+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:37:18.707+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:37:18.707+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} [2023-02-03T00:37:19.372+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:37:19.373+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"b9a59fbb-efd3-4811-9aa3-e8a8e8c3dc37","timestamp":"2023-02-03T00:37:18.669428Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:37:19.373+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:37:19.374+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:37:19.374+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:37:19.397+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:37:19.398+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":"84c487d6-3b5a-4d01-ab18-a85dd684c3cd","timestamp":"2023-02-03T00:37:19.330095Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:37:19.411+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:37:19.412+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:37:19.412+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:37:19.434+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:37:19.435+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:37:19.331560Z","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":"64415b21-82fa-4d3f-b942-7318d7ca2ee1","timestamp":"2023-02-03T00:37:19.331581Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:37:19.679+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:37:19.679+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:37:20.216+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:37:20.216+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:37:18.602082Z","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":"d2ad2d4e-b15c-4275-bd8d-1e1aa9cedcd0","timestamp":"2023-02-03T00:37:18.602107Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:37:20.232+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:37:18.882053Z","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":"06cae484-d76b-40a9-ba0f-16440089c4d2","timestamp":"2023-02-03T00:37:18.882088Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:37:20.251+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:37:20.251+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:37:35.225+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:37:35.226+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:37:35.226+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:37:36.759+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:37:36.760+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:37:35.644204Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"fc5f5705-1b27-433a-9737-1636a498095a","timestamp":"2023-02-03T00:37:35.644308Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:37:37.690+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:37:37.690+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:37:41.210+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:37:41.211+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:37:39.839252Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"38544e33-9998-4c83-be80-68982cccf22a","timestamp":"2023-02-03T00:37:39.839322Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:37:41.682+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:37:41.682+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:37:50.610+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:37:50.610+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:37:49.933139Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"606ff886-7220-4c41-b66a-bf8c2daf4f78","timestamp":"2023-02-03T00:37:49.933277Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:37:50.682+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:37:50.682+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:38:05.643+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:38:05.644+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:38:05.644+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:38:17.186+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:38:17.186+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"648180c1-7e0c-403e-ae97-881fe8478cfc","timestamp":"2023-02-03T00:38:16.505337Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:38:17.680+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:38:17.681+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:38:17.681+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:38:32.640+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:38:32.640+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:38:32.641+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:38:47.636+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:38:47.637+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:38:47.637+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:39:02.624+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:39:02.625+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:39:02.625+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:39:17.619+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:39:17.620+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:39:17.620+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:39:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:39:18.686+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"fa49cad6-d604-4cef-9b8e-60b3db95cde9","timestamp":"2023-02-03T00:39:18.685819Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:39:18.693+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 7 ms [2023-02-03T00:39:18.693+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:39:18.709+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:39:18.711+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} [2023-02-03T00:39:19.336+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:39:19.336+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"fa49cad6-d604-4cef-9b8e-60b3db95cde9","timestamp":"2023-02-03T00:39:18.685819Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:39:19.336+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:39:19.337+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:39:19.337+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:39:19.505+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:39:19.506+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":"9416837b-670f-4b29-b3ff-f12a5f48b82c","timestamp":"2023-02-03T00:39:19.333414Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:39:19.690+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:39:19.690+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:39:19.691+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:39:19.711+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:39:19.718+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:39:18.596797Z","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":"f8472db4-3994-4e27-9db0-f72ce02a09d1","timestamp":"2023-02-03T00:39:18.596851Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:39:19.742+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:39:19.333384Z","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":"8c060b07-beba-4a63-b67c-b233b8beff76","timestamp":"2023-02-03T00:39:19.333398Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:39:19.765+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:39:19.765+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:39:20.290+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:39:20.291+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:39:18.879385Z","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":"64efd7ab-1ac5-415e-bbe4-0d626ad8e698","timestamp":"2023-02-03T00:39:18.879399Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:39:20.314+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:39:20.314+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:39:35.286+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:39:35.286+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:39:35.287+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:39:36.768+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:39:36.769+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:39:35.644151Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"cca0be5e-27b1-4ccd-9428-1c8e4d8bac82","timestamp":"2023-02-03T00:39:35.644243Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:39:37.703+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:39:37.703+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:39:41.230+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:39:41.231+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:39:39.839179Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"53c43b63-bdb5-4cd5-99d7-49030de16fd7","timestamp":"2023-02-03T00:39:39.839251Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:39:41.701+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:39:41.701+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:39:50.599+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:39:50.599+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"HttpParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:39:49.933148Z","state":"UNKNOWN","healthStatus":"UNKNOWN","eventCount":0,"lastExecutionTime":0,"averageExecutionTime":0.0,"upTime":0,"lastEnterTime":0,"lastStart":0},"participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"673b25d4-4421-4762-a873-e7474ba05da1","timestamp":"2023-02-03T00:39:49.933238Z","participantType":{"name":"org.onap.policy.clamp.acm.HttpParticipant","version":"2.3.4"},"participantId":{"name":"HttpParticipant0","version":"1.0.0"}} [2023-02-03T00:39:50.702+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:39:50.702+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:40:05.667+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:40:05.667+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:40:05.667+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:40:17.178+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:40:17.178+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantDefinitionUpdates":[],"automationCompositionInfoList":[],"messageType":"PARTICIPANT_STATUS","messageId":"bac0461b-d848-4e24-a647-2c061a1c1f78","timestamp":"2023-02-03T00:40:16.504341Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:40:17.699+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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$$7da1cffa.handleParticipantMessage( ) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:56) at org.onap.policy.clamp.acm.runtime.supervision.comm.ParticipantStatusListener.onTopicEvent(ParticipantStatusListener.java:38) at org.onap.policy.common.endpoints.listeners.ScoListener.onTopicEvent(ScoListener.java:74) at org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher.onTopicEvent(MessageTypeDispatcher.java:96) at org.onap.policy.common.endpoints.listeners.JsonListener.onTopicEvent(JsonListener.java:60) at org.onap.policy.common.endpoints.event.comm.bus.internal.TopicBase.broadcast(TopicBase.java:169) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.fetchAllMessages(SingleThreadedBusTopicSource.java:251) at org.onap.policy.common.endpoints.event.comm.bus.internal.SingleThreadedBusTopicSource.run(SingleThreadedBusTopicSource.java:234) at java.base/java.lang.Thread.run(Unknown Source) [2023-02-03T00:40:17.699+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:40:17.699+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:40:32.696+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:40:32.696+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:40:32.696+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:40:47.661+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:40:47.662+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:40:47.662+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:41:02.642+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:41:02.642+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:41:02.643+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:41:17.641+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:41:17.641+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:41:17.642+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:41:18.407+00:00|INFO|SupervisionAspect|scheduling-1] Add scheduled scanning [2023-02-03T00:41:18.705+00:00|INFO|network|pool-2-thread-1] [OUT|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"9244bfb6-6736-4dfd-9c89-fb5de4895fe1","timestamp":"2023-02-03T00:41:18.705739Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:41:18.743+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] sending 1 msgs to /events/POLICY-ACRUNTIME-PARTICIPANT. Oldest: 37 ms [2023-02-03T00:41:18.743+00:00|INFO|HttpClient|pool-3-thread-1] POST http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT (anonymous) ... [2023-02-03T00:41:18.758+00:00|INFO|HttpClient|pool-3-thread-1] --> HTTP/1.1 200 OK [2023-02-03T00:41:18.758+00:00|INFO|CambriaSimplerBatchPublisher|pool-3-thread-1] cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} [2023-02-03T00:41:19.424+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:41:19.425+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"messageType":"PARTICIPANT_STATUS_REQ","messageId":"9244bfb6-6736-4dfd-9c89-fb5de4895fe1","timestamp":"2023-02-03T00:41:18.705739Z","participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:41:19.425+00:00|INFO|MessageTypeDispatcher|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] discarding event of type PARTICIPANT_STATUS_REQ [2023-02-03T00:41:19.425+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:41:19.425+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:41:19.448+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:41:19.449+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"},"timeStamp":"2023-02-03T00:41:18.924400Z","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":"6a4dfae3-2a50-4b00-a4fa-e743ae559814","timestamp":"2023-02-03T00:41:18.924440Z","participantType":{"name":"org.onap.policy.clamp.acm.PolicyParticipant","version":"2.3.1"},"participantId":{"name":"org.onap.PM_Policy","version":"1.0.0"}} [2023-02-03T00:41:19.726+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:41:19.726+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:41:19.751+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:41:19.752+00:00|INFO|network|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] [IN|DMAAP|POLICY-ACRUNTIME-PARTICIPANT] {"state":"UNKNOWN","healthStatus":"UNKNOWN","participantStatistics":{"participantId":{"name":"K8sParticipant0","version":"1.0.0"},"timeStamp":"2023-02-03T00:41:18.635614Z","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":"d9c08992-e7c4-4102-a7de-613c3a311bdb","timestamp":"2023-02-03T00:41:18.635635Z","participantType":{"name":"org.onap.policy.clamp.acm.KubernetesParticipant","version":"2.3.4"},"participantId":{"name":"K8sParticipant0","version":"1.0.0"}} [2023-02-03T00:41:19.774+00:00|INFO|CambriaConsumerImpl|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] UEB GET /events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 [2023-02-03T00:41:19.774+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] GET http://message-router:3904/events/POLICY-ACRUNTIME-PARTICIPANT/88b585df-71d1-4d30-bc60-8f4e3c1a9c02/onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp?timeout=15000 (anonymous) ... [2023-02-03T00:41:20.300+00:00|INFO|HttpClient|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] --> HTTP/1.1 200 OK [2023-02-03T00:41:20.301+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":"f429d112-fd52-4d07-8af6-5843f04d60ee","timestamp":"2023-02-03T00:41:19.383147Z","participantType":{"name":"org.onap.policy.clamp.acm.A1PMSParticipant","version":"2.3.4"},"participantId":{"name":"A1PMSParticipant0","version":"1.0.0"}} [2023-02-03T00:41:20.313+00:00|WARN|TopicBase|DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT] SingleThreadedDmaapTopicSource [userName=null, password=-, getTopicCommInfrastructure()=DMAAP, toString()=SingleThreadedBusTopicSource [consumerGroup=88b585df-71d1-4d30-bc60-8f4e3c1a9c02, consumerInstance=onap-policy-clamp-runtime-acm-68d9c7bfb9-77bwp, fetchTimeout=15000, fetchLimit=-1, consumer=CambriaConsumerWrapper [fetchTimeout=15000], alive=true, locked=false, uebThread=Thread[DMAAP-source-POLICY-ACRUNTIME-PARTICIPANT,5,main], topicListeners=1, toString()=BusTopicBase [apiKey=null, apiSecret=null, useHttps=false, allowSelfSignedCerts=false, toString()=TopicBase [servers=[message-router], topic=POLICY-ACRUNTIME-PARTICIPANT, effectiveTopic=POLICY-ACRUNTIME-PARTICIPANT, #recentEvents=10, locked=false, #topicListeners=1]]]]: notification error @ org.onap.policy.common.endpoints.listeners.MessageTypeDispatcher@22d47f09 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.GeneratedMethodAccessor119.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.invokeAdviceMethodWit