You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "George Spalding (JIRA)" <ji...@apache.org> on 2006/03/01 09:36:41 UTC

[jira] Commented: (DIRSERVER-589) DefaultDirectoryService nulls members BEFORE calling serviceListener.afterShutdown(this)

    [ http://issues.apache.org/jira/browse/DIRSERVER-589?page=comments#action_12368236 ] 

George Spalding commented on DIRSERVER-589:
-------------------------------------------

Clumsy me! I managed to type 'tab' 'space' in the description field when indenting the code and thus submitted the incomplete bugreport... ;-/

In class org.apache.directory.server.core.DefaultDirectoryService.shutdown():
...
        finally
        {
            serviceListener.afterShutdown( this );//FIX Geospa moved this line three notches up
            environment = null;
            interceptorChain = null;
            startupConfiguration = null;
            //Geospa old location
        } 
...

> DefaultDirectoryService nulls members BEFORE calling serviceListener.afterShutdown(this)
> ----------------------------------------------------------------------------------------
>
>          Key: DIRSERVER-589
>          URL: http://issues.apache.org/jira/browse/DIRSERVER-589
>      Project: Directory ApacheDS
>         Type: Bug
>   Components: core
>     Versions: 1.0-RC1
>  Environment: Don't think it's relevant, but here's the details anyway:
> -Windows XP
> -Java java version "1.5.0_04"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing)
>     Reporter: George Spalding

>
> This bug does not show up until  DIRSERVER-588 is resolved.
> Then this problem causes a NullPointerException
> In class org.apache.directory.server.core.DefaultDirectoryService.shutdown():
>         finally
>         {
>         //FIXME Geospa flyttade upp raden föra nullningen
>             serviceListener.afterShutdown( this );
>             environment = null;
>             interceptorChain = null;
>             startupConfiguration = null;
>         }

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