I see NPE in initialization phase after the failback in colocated replicated topology. The NPE is thrown from paging subsystem.
14:16:30,501 ERROR [org.apache.activemq.artemis.core.server] (AMQ119000: Activation for server ActiveMQServerImpl::serverUUID=null) AMQ224000: Failure in initialisation: java.lang.NullPointerException at org.apache.activemq.artemis.core.paging.cursor.impl.PageSubscriptionImpl.reloadPageCompletion(PageSubscriptionImpl.java:186) [artemis-server-1.1.0.SP17-redhat-1.jar:1.1.0.SP17-redhat-1] at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.loadMessageJournal(JournalStorageManager.java:1529) [artemis-server-1.1.0.SP17-redhat-1.jar:1.1.0.SP17-redhat-1] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.loadJournals(ActiveMQServerImpl.java:1708) [artemis-server-1.1.0.SP17-redhat-1.jar:1.1.0.SP17-redhat-1] at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:1602) [artemis-server-1.1.0.SP17-redhat-1.jar:1.1.0.SP17-redhat-1] at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:333) [artemis-server-1.1.0.SP17-redhat-1.jar:1.1.0.SP17-redhat-1] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_91]
Customer impact: If aforementioned error araised, Artemis boot up process failed and the server need to be restarted. No data is lost.
- is related to
-
JBEAP-3848 [Artemis Testsuite] PagingTest#testDeletePhysicalPages fails
- Closed