DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10265>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10265

NPE in BucketMap

           Summary: NPE in BucketMap
           Product: Avalon
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Excalibur
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


java.lang.NullPointerException
        at org.apache.avalon.excalibur.collections.BucketMap.put
(BucketMap.java:133)
        at 
org.apache.avalon.excalibur.component.ExcaliburComponentManager.lookup
(ExcaliburComponentManager.java:388)


The reason for NPE is:
---------------------- Line 353 ------------------------
// Remove this node from the linked list of nodes.
if( null == prev )
{
    // This node was the head, set the next node to be the new head.
    m_buckets[ hash ] = n.next;
--------------------------------------------------------

Berin, could you fix it?

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to