You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2016/10/11 09:56:20 UTC

[jira] [Created] (AMQ-6463) NPE on scheduler send via blocked waiting for space

Gary Tully created AMQ-6463:
-------------------------------

             Summary: NPE on scheduler send via blocked waiting for space
                 Key: AMQ-6463
                 URL: https://issues.apache.org/jira/browse/AMQ-6463
             Project: ActiveMQ
          Issue Type: Bug
          Components: Job Scheduler
    Affects Versions: 5.14.0
            Reporter: Gary Tully
            Assignee: Gary Tully
            Priority: Minor
             Fix For: 5.15.0


The response cannot be processed b/c there is no connection in the context provide by the scheduler plugin.
The reply is lost so there is no message loss in this case, just a worrying stack trace.

{code}
ERROR | Error in thread 'ActiveMQ BrokerService[ILP-B] Task-18534'
java.lang.NullPointerException
at org.apache.activemq.broker.region.Queue$4.run(Queue.java:688)[activemq-broker-5.14.0.jar:5.14.0]
at org.apache.activemq.broker.region.Queue.iterate(Queue.java:1551)[activemq-broker-5.14.0.jar:5.14.0]
at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:133)[activemq-client-5.14.0.jar:5.14.0]
at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:48)[activemq-client-5.14.0.jar:5.14.0]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_51]
at java.lang.Thread.run(Thread.java:744)[:1.7.0_51]{code}



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