You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2006/12/18 10:54:20 UTC

[jira] Created: (QPID-211) NullPointerException in broker when message sent with no routingKey

NullPointerException in broker when message sent with no routingKey
-------------------------------------------------------------------

                 Key: QPID-211
                 URL: http://issues.apache.org/jira/browse/QPID-211
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Rob Godfrey
            Priority: Minor


NullPointerException when message sent with no routingKey, as attempt to look in ConcurrentHashMap with null key

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (QPID-211) NullPointerException in broker when message sent with no routingKey

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-211?page=all ]

Rob Godfrey updated QPID-211:
-----------------------------

    Attachment: qpid-211.patch

Do null check before looking in the map

> NullPointerException in broker when message sent with no routingKey
> -------------------------------------------------------------------
>
>                 Key: QPID-211
>                 URL: http://issues.apache.org/jira/browse/QPID-211
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Rob Godfrey
>            Priority: Minor
>         Attachments: qpid-211.patch
>
>
> NullPointerException when message sent with no routingKey, as attempt to look in ConcurrentHashMap with null key

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (QPID-211) NullPointerException in broker when message sent with no routingKey

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

Rob Godfrey reassigned QPID-211:
--------------------------------

    Assignee: Rob Godfrey

> NullPointerException in broker when message sent with no routingKey
> -------------------------------------------------------------------
>
>                 Key: QPID-211
>                 URL: https://issues.apache.org/jira/browse/QPID-211
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Rob Godfrey
>         Assigned To: Rob Godfrey
>            Priority: Minor
>         Attachments: qpid-211.patch
>
>
> NullPointerException when message sent with no routingKey, as attempt to look in ConcurrentHashMap with null key

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-211) NullPointerException in broker when message sent with no routingKey

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie resolved QPID-211.
---------------------------------

    Resolution: Fixed

Revision: 488188
Author: rgreig
Date: 10:08:09, 18 December 2006
Message:
QPID-211 : Patch supplied by Rob Godfrey - Perform null check against routing key before looking in the map
----
Modified : /incubator/qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/exchange/DestNameExchange.java




> NullPointerException in broker when message sent with no routingKey
> -------------------------------------------------------------------
>
>                 Key: QPID-211
>                 URL: https://issues.apache.org/jira/browse/QPID-211
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Rob Godfrey
>            Priority: Minor
>         Attachments: qpid-211.patch
>
>
> NullPointerException when message sent with no routingKey, as attempt to look in ConcurrentHashMap with null key

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira