You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2016/01/07 12:23:39 UTC

[jira] [Closed] (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 ]

Robbie Gemmell closed PROTON-310.
---------------------------------
    Resolution: Duplicate
      Assignee:     (was: Philip Harvey)

Closing this, it was later duplicated by PROTON-1017 but as the latter added a test any work would probably be best done on the same JIRA.

> [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
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)