[Java Broker] Null pointer exception causing broker to abruptly terminate
-------------------------------------------------------------------------

                 Key: QPID-3743
                 URL: https://issues.apache.org/jira/browse/QPID-3743
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker, Java Broker BDB Store
            Reporter: Rob Godfrey
            Priority: Blocker


Occurred while using BDB store with more messages than could be held in RAM (1 
million 1Kb messages in a 2Gb heap on a 64-bit VM).

########################################################################
#
# Unhandled Exception java.lang.NullPointerException in Thread pool-3-thread-16
#
# Exiting
#
########################################################################
java.lang.NullPointerException
        at 
org.apache.qpid.server.message.MessageTransferMessage.getExpiration(MessageTransferMessage.java:89)
        at 
org.apache.qpid.server.queue.QueueEntryImpl.expired(QueueEntryImpl.java:151)
        at 
org.apache.qpid.server.queue.SimpleAMQQueue.getNextAvailableEntry(SimpleAMQQueue.java:1846)
        at 
org.apache.qpid.server.queue.SimpleAMQQueue.attemptDelivery(SimpleAMQQueue.java:1781)
        at 
org.apache.qpid.server.queue.SimpleAMQQueue.processQueue(SimpleAMQQueue.java:1964)
        at org.apache.qpid.server.queue.QueueRunner.run(QueueRunner.java:77)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to