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: Martin Ritchie
Priority: Blocker
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.