You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2018/05/04 10:30:00 UTC

[jira] [Updated] (QPID-8180) [JMS AMQP 0-8..0-91] Improve error message associated with the channel not found during frame dispatch

     [ https://issues.apache.org/jira/browse/QPID-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall updated QPID-8180:
-----------------------------
    Description: 
A defect report against a 0.32 derivative client included a seemingly spontaneous  NullPointerException stack trace whilst the IOReceiver was processing an incoming content.body frame.  There is no indication that the underlying channel had been closed.

{noformat}
2018-05-01 15:30:27.914 ERROR Exception processing frame                                                                      [IoRcvr-/x.x.x.x:45506-yyy-rrqpid1.us.xxxxx.xxxxxx/x.xx.x:5681][AMQProtocolHandler.java:512]
java.lang.NullPointerException: null
                at org.apache.qpid.client.protocol.AMQProtocolSession.deliverMessageToAMQSession(AMQProtocolSession.java:290) ~[qpid-client-x.x.x.jar: x.x.x]
                at org.apache.qpid.client.protocol.AMQProtocolSession.contentBodyReceived(AMQProtocolSession.java:272) ~[qpid-client- x.x.x.jar: x.x.x]
                at org.apache.qpid.framing.ContentBody.handle(ContentBody.java:72) ~[qpid-common- x.x.x.jar: x.x.x]
                at org.apache.qpid.client.protocol.AMQProtocolHandler.received(AMQProtocolHandler.java:492) [qpid-client- x.x.x.jar: x.x.x]
                at org.apache.qpid.client.protocol.AMQProtocolHandler.received(AMQProtocolHandler.java:120) [qpid-client- x.x.x.jar:5.1.8]
                at org.apache.qpid.client.AMQConnectionDelegate_8_0$ReceiverClosedWaiter.received(AMQConnectionDelegate_8_0.java:538) [qpid-client- x.x.x.jar: x.x.x]
                at org.apache.qpid.client.AMQConnectionDelegate_8_0$ReceiverClosedWaiter.received(AMQConnectionDelegate_8_0.java:524) [qpid-client- x.x.x.jar: x.x.x]
{noformat}

Attempts to reproduce the problem have so far been unsuccessful. Improving the error message used in this situation should help a future investigation, if it occurs again.


  was:
A defect report against a 0.32 derivative client included a seemingly spontaneous  NullPointerException stack trace whilst the IOReceiver was processing an incoming content.body frame.  There is no indication that the underlying channel had been closed.

Attempts to reproduce the problem have so far been unsuccessful. Improving the error message used in this situation should help a future investigation, if it occurs again.



> [JMS AMQP 0-8..0-91] Improve error message associated with the channel not found during frame dispatch
> ------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-8180
>                 URL: https://issues.apache.org/jira/browse/QPID-8180
>             Project: Qpid
>          Issue Type: Improvement
>          Components: JMS AMQP 0-x
>    Affects Versions: 0.32
>            Reporter: Keith Wall
>            Priority: Minor
>
> A defect report against a 0.32 derivative client included a seemingly spontaneous  NullPointerException stack trace whilst the IOReceiver was processing an incoming content.body frame.  There is no indication that the underlying channel had been closed.
> {noformat}
> 2018-05-01 15:30:27.914 ERROR Exception processing frame                                                                      [IoRcvr-/x.x.x.x:45506-yyy-rrqpid1.us.xxxxx.xxxxxx/x.xx.x:5681][AMQProtocolHandler.java:512]
> java.lang.NullPointerException: null
>                 at org.apache.qpid.client.protocol.AMQProtocolSession.deliverMessageToAMQSession(AMQProtocolSession.java:290) ~[qpid-client-x.x.x.jar: x.x.x]
>                 at org.apache.qpid.client.protocol.AMQProtocolSession.contentBodyReceived(AMQProtocolSession.java:272) ~[qpid-client- x.x.x.jar: x.x.x]
>                 at org.apache.qpid.framing.ContentBody.handle(ContentBody.java:72) ~[qpid-common- x.x.x.jar: x.x.x]
>                 at org.apache.qpid.client.protocol.AMQProtocolHandler.received(AMQProtocolHandler.java:492) [qpid-client- x.x.x.jar: x.x.x]
>                 at org.apache.qpid.client.protocol.AMQProtocolHandler.received(AMQProtocolHandler.java:120) [qpid-client- x.x.x.jar:5.1.8]
>                 at org.apache.qpid.client.AMQConnectionDelegate_8_0$ReceiverClosedWaiter.received(AMQConnectionDelegate_8_0.java:538) [qpid-client- x.x.x.jar: x.x.x]
>                 at org.apache.qpid.client.AMQConnectionDelegate_8_0$ReceiverClosedWaiter.received(AMQConnectionDelegate_8_0.java:524) [qpid-client- x.x.x.jar: x.x.x]
> {noformat}
> Attempts to reproduce the problem have so far been unsuccessful. Improving the error message used in this situation should help a future investigation, if it occurs again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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