[ https://issues.apache.org/jira/browse/QPID-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aidan Skinner resolved QPID-1454. --------------------------------- Resolution: Fixed I'm ok with this change, but it did expose the Loathing I have for FailoverHandler.run and it's locky mclockster locktasticness, so I raised QPID-1516 as a result. > NullPointerException in AMQProtocolHandler > ------------------------------------------ > > Key: QPID-1454 > URL: https://issues.apache.org/jira/browse/QPID-1454 > Project: Qpid > Issue Type: Bug > Components: Java Client > Reporter: Martin Ritchie > Assignee: Aidan Skinner > Fix For: M4 > > > During a test run I managed to get this: > java.lang.NullPointerException > at > org.apache.qpid.client.protocol.AMQProtocolHandler.blockUntilNotFailingOver(AMQProtocolHandler.java:779) > at > org.apache.qpid.client.AMQConnection.blockUntilNotFailingOver(AMQConnection.java:1214) > at > org.apache.qpid.client.AMQConnectionDelegate_8_0.executeRetrySupport(AMQConnectionDelegate_8_0.java:257) > at > org.apache.qpid.client.AMQConnection.executeRetrySupport(AMQConnection.java:634) > at > org.apache.qpid.client.failover.FailoverRetrySupport.execute(FailoverRetrySupport.java:102) > at > org.apache.qpid.client.AMQSession.createConsumerImpl(AMQSession.java:1648) > at > org.apache.qpid.client.AMQSession.createConsumer(AMQSession.java:837) > at > org.apache.qpid.server.security.acl.SimpleACLTest.testServerPublishInvalidQueueSuccess(SimpleACLTest.java:616) > at > org.apache.qpid.test.utils.QpidTestCase.runBare(QpidTestCase.java:188) > at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:222) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.