[ 
https://issues.apache.org/jira/browse/DIRSERVER-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052946#comment-13052946
 ] 

Emmanuel Lecharny commented on DIRSERVER-1627:
----------------------------------------------

I think it will be fixed with http://svn.apache.org/viewvc?rev=1138250&view=rev


> NullPointerException in GroupCache.getGroups
> --------------------------------------------
>
>                 Key: DIRSERVER-1627
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1627
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.5.7
>            Reporter: Mike Adamson
>             Fix For: 2.0.0-M1
>
>
> I am getting an intermittent NPE in GroupCache.getGroups at the following 
> location:
>         for ( Object obj : ehCache.getKeys() )
>         {
>             String group = ( String ) obj;
> >>>      Set<String> members = ( Set<String> ) ehCache.get( group 
> >>> ).getValue();
>             if ( members == null )
>             {
>                 continue;
>             }
> This happens after leaving the environment for longer than the default group 
> cache expiry time. I think the default behaviour of ehCache is to remove the 
> value from the cache but not the key until it is accessed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to