Sometimes when backup (dedicated topology with shared store) is cleanly shutdown at the end of the test following NPE is logged in server.log:
14:27:52,399 ERROR [org.apache.activemq.artemis.core.server] (AMQ119000: Activation for server ActiveMQServerImpl::serverUUID=41331b5f-ef92-11e5-ad11-49afc9fd4462) AMQ224000: Failure in initialisation: java.lang.NullPointerException
at org.apache.activemq.artemis.core.server.impl.SharedStoreBackupActivation$FailbackChecker.<init>(SharedStoreBackupActivation.java:198) [artemis-server-1.1.0.SP14-redhat-1.jar:1.1.0.SP14-redhat-1]
at org.apache.activemq.artemis.core.server.impl.SharedStoreBackupActivation.startFailbackChecker(SharedStoreBackupActivation.java:191) [artemis-server-1.1.0.SP14-redhat-1.jar:1.1.0.SP14-redhat-1]
at org.apache.activemq.artemis.core.server.impl.SharedStoreBackupActivation.run(SharedStoreBackupActivation.java:116) [artemis-server-1.1.0.SP14-redhat-1.jar:1.1.0.SP14-redhat-1]
There was no such exception in previous ERs.
- is cloned by
-
JBEAP-5842 (7.1.z) AMQ224000: Failure in initialisation: java.lang.NullPointerException
- Verified
- is related to
-
JBEAP-3089 Failback fails in colocated HA toplogy with shared store and netty connectors
- Closed