You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2012/10/03 23:20:07 UTC

[jira] [Created] (PROTON-55) NullPointerException when a Flow is received /w a null delivery count

Hiram Chirino created PROTON-55:
-----------------------------------

             Summary: NullPointerException when a Flow is received /w a null delivery count
                 Key: PROTON-55
                 URL: https://issues.apache.org/jira/browse/PROTON-55
             Project: Qpid Proton
          Issue Type: Bug
          Components: proton-j
            Reporter: Hiram Chirino


Caused by: java.lang.NullPointerException
	at org.apache.qpid.proton.type.UnsignedInteger.add(UnsignedInteger.java:124)
	at org.apache.qpid.proton.engine.impl.TransportSender.handleFlow(TransportSender.java:45)
	at org.apache.qpid.proton.engine.impl.TransportSession.handleFlow(TransportSession.java:287)
	at org.apache.qpid.proton.engine.impl.TransportImpl.handleFlow(TransportImpl.java:991)
	at org.apache.qpid.proton.engine.impl.TransportImpl.handleFlow(TransportImpl.java:59)
	at org.apache.qpid.proton.type.transport.Flow.invoke(Flow.java:318)
	at org.apache.qpid.proton.engine.impl.TransportImpl.input(TransportImpl.java:1081)
	at org.apache.qpid.proton.engine.impl.FrameParser.input(FrameParser.java:409)
	at org.apache.qpid.proton.engine.impl.TransportImpl.input(TransportImpl.java:156)

--
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

[jira] [Assigned] (PROTON-55) NullPointerException when a Flow is received /w a null delivery count

Posted by "Rob Godfrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PROTON-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey reassigned PROTON-55:
---------------------------------

    Assignee: Rob Godfrey
    
> NullPointerException when a Flow is received /w a null delivery count
> ---------------------------------------------------------------------
>
>                 Key: PROTON-55
>                 URL: https://issues.apache.org/jira/browse/PROTON-55
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-j
>            Reporter: Hiram Chirino
>            Assignee: Rob Godfrey
>
> Caused by: java.lang.NullPointerException
> 	at org.apache.qpid.proton.type.UnsignedInteger.add(UnsignedInteger.java:124)
> 	at org.apache.qpid.proton.engine.impl.TransportSender.handleFlow(TransportSender.java:45)
> 	at org.apache.qpid.proton.engine.impl.TransportSession.handleFlow(TransportSession.java:287)
> 	at org.apache.qpid.proton.engine.impl.TransportImpl.handleFlow(TransportImpl.java:991)
> 	at org.apache.qpid.proton.engine.impl.TransportImpl.handleFlow(TransportImpl.java:59)
> 	at org.apache.qpid.proton.type.transport.Flow.invoke(Flow.java:318)
> 	at org.apache.qpid.proton.engine.impl.TransportImpl.input(TransportImpl.java:1081)
> 	at org.apache.qpid.proton.engine.impl.FrameParser.input(FrameParser.java:409)
> 	at org.apache.qpid.proton.engine.impl.TransportImpl.input(TransportImpl.java:156)

--
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

[jira] [Resolved] (PROTON-55) NullPointerException when a Flow is received /w a null delivery count

Posted by "Rob Godfrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PROTON-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey resolved PROTON-55.
-------------------------------

    Resolution: Fixed

This should now be fixed - the code was not correctly handling the case where the receiver provides credit before it has received the attach from the sender
                
> NullPointerException when a Flow is received /w a null delivery count
> ---------------------------------------------------------------------
>
>                 Key: PROTON-55
>                 URL: https://issues.apache.org/jira/browse/PROTON-55
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-j
>            Reporter: Hiram Chirino
>            Assignee: Rob Godfrey
>
> Caused by: java.lang.NullPointerException
> 	at org.apache.qpid.proton.type.UnsignedInteger.add(UnsignedInteger.java:124)
> 	at org.apache.qpid.proton.engine.impl.TransportSender.handleFlow(TransportSender.java:45)
> 	at org.apache.qpid.proton.engine.impl.TransportSession.handleFlow(TransportSession.java:287)
> 	at org.apache.qpid.proton.engine.impl.TransportImpl.handleFlow(TransportImpl.java:991)
> 	at org.apache.qpid.proton.engine.impl.TransportImpl.handleFlow(TransportImpl.java:59)
> 	at org.apache.qpid.proton.type.transport.Flow.invoke(Flow.java:318)
> 	at org.apache.qpid.proton.engine.impl.TransportImpl.input(TransportImpl.java:1081)
> 	at org.apache.qpid.proton.engine.impl.FrameParser.input(FrameParser.java:409)
> 	at org.apache.qpid.proton.engine.impl.TransportImpl.input(TransportImpl.java:156)

--
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