You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Domenico Francesco Bruscino (Jira)" <ji...@apache.org> on 2021/01/18 15:47:00 UTC

[jira] [Created] (ARTEMIS-3073) Improve replication manger NPE logs

Domenico Francesco Bruscino created ARTEMIS-3073:
----------------------------------------------------

             Summary: Improve replication manger NPE logs
                 Key: ARTEMIS-3073
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3073
             Project: ActiveMQ Artemis
          Issue Type: Improvement
            Reporter: Domenico Francesco Bruscino
            Assignee: Domenico Francesco Bruscino


During startup of active/passive pair of the broker with the existing state of paged messages, primary fails to replicate and logs NullPointerException if the connection with the backup is interrupted on replication starting:
{noformat}
WARN [org.apache.activemq.artemis.core.server] AMQ222251: Unable to start replication: java.lang.NullPointerException
 at org.apache.activemq.artemis.core.paging.impl.PagingStoreImpl.sendPages
...
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)