You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Lorenz Quack (JIRA)" <ji...@apache.org> on 2015/11/13 11:23:10 UTC

[jira] [Created] (QPID-6842) [Java Broker] AMQP 0-10 NullPointerException in ConsumerLoggingTest#testSubscriptionCreateWithArguments()

Lorenz Quack created QPID-6842:
----------------------------------

             Summary: [Java Broker] AMQP 0-10 NullPointerException in ConsumerLoggingTest#testSubscriptionCreateWithArguments()
                 Key: QPID-6842
                 URL: https://issues.apache.org/jira/browse/QPID-6842
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Lorenz Quack
         Attachments: TEST-org.apache.qpid.server.logging.ConsumerLoggingTest.testSubscriptionCreateWithArguments.txt

I got the following NullPointerException when running the test ConsumerLoggingTest#testSubscriptionCreateWithArguments with memory 0-10 profile:
{noformat}
java.lang.NullPointerException: null
        at org.apache.qpid.server.transport.SelectorThread$SelectionTask$1.run(SelectorThread.java:191) ~[qpid-broker-core-6.0.0-SNAPSHOT.jar:6.0.0-SNAPSHOT]
        at org.apache.qpid.server.transport.SelectorThread.run(SelectorThread.java:448) ~[qpid-broker-core-6.0.0-SNAPSHOT.jar:6.0.0-SNAPSHOT]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_60]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_60]
        at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_60]
{noformat}

I had some additional (unrelated) logging in the code when this occurred, therefor the line numbers are a little bit off.
Also you will see the additional logging (starting with "LQ:") in the log file.

Unfortunately, I have not been able to reproduce the problem.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org