Robbie Gemmell created PROTON-310:
-------------------------------------

             Summary: [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
             Fix For: 0.5


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

Reply via email to