NPE in the ConnectionTrackingCoordinator with Roller
----------------------------------------------------

         Key: GERONIMO-1658
         URL: http://issues.apache.org/jira/browse/GERONIMO-1658
     Project: Geronimo
        Type: Bug
  Components: connector  
    Versions: 1.0, 1.0.1, 1.1, 1.x    
    Reporter: Jeff Genender


An NPE exception occurs in the ConnectionTrackingCoordinator when running 
Roller weblogger.  On line 127, the infos is null, so for some reason the line:

Set infos = (Set)resources.get(connectionTrackingInterceptor);

is returning null.  I set a null guard around line 127 to test for the null 
which gets rid of the error.  But we should look at why it's returning null in 
the first place.

To reporduce, follow the instructions found here:

http://www.savoirtech.com/roller/page/jgenender/20060227

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

Reply via email to