[ 
https://issues.apache.org/jira/browse/QPID-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463719#comment-16463719
 ] 

Alex Rudyy commented on QPID-8180:
----------------------------------

The changes look good to me. I am going to merge them into 6.3.x branch for 
inclusion into 6.3.1 release.

> [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
>            Assignee: Keith Wall
>            Priority: Minor
>             Fix For: qpid-java-client-0-x-6.3.1
>
>
> 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-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to