You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Rafael H. Schloming (JIRA)" <ji...@apache.org> on 2013/09/03 17:03:02 UTC

[jira] [Updated] (PROTON-310) [Proton-J] pipelined session opening and closing causes NPE on receipt of Begin

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

Rafael H. Schloming updated PROTON-310:
---------------------------------------

    Fix Version/s:     (was: 0.5)
    
> [Proton-J] pipelined session opening and closing causes NPE on receipt of Begin
> -------------------------------------------------------------------------------
>
>                 Key: PROTON-310
>                 URL: https://issues.apache.org/jira/browse/PROTON-310
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-j
>    Affects Versions: 0.4
>            Reporter: Robbie Gemmell
>            Assignee: Philip Harvey
>
> Pipelined session opening and closing causes NPE on receipt of Begin:
> {noformat}
> Exception in thread "main" java.lang.NullPointerException
> 	at org.apache.qpid.proton.engine.impl.TransportImpl.handleBegin(TransportImpl.java:1033)
> 	at org.apache.qpid.proton.engine.impl.TransportImpl.handleBegin(TransportImpl.java:1)
> 	at org.apache.qpid.proton.amqp.transport.Begin.invoke(Begin.java:144)
> 	at org.apache.qpid.proton.engine.impl.TransportImpl.input(TransportImpl.java:1221)
> 	at org.apache.qpid.proton.engine.impl.FrameParser.input(FrameParser.java:407)
> 	at org.apache.qpid.proton.engine.impl.SaslImpl$1.input(SaslImpl.java:486)
> 	at org.apache.qpid.proton.engine.impl.TransportImpl.input(TransportImpl.java:170)
> 	at org.apache.qpid.proton.driver.impl.ConnectorImpl.processInput(ConnectorImpl.java:112)
> 	at org.apache.qpid.proton.driver.impl.ConnectorImpl.read(ConnectorImpl.java:99)
> 	at org.apache.qpid.proton.driver.impl.ConnectorImpl.process(ConnectorImpl.java:82)
>        ...
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira