> From: choudh...@labware.com [mailto:choudh...@labware.com]
> 
> Hi All,
>             During tomcat (version 6.0.18 with jdk 1.5) shutdown , I
> get
> the following error in the console :
> log4j:ERROR LogMananger.repositorySelector was null likely due to error
> in
> class reloading, using NOPLoggerRepository.
> 
> Whats wrong here ? What does this mean and how do I resolve this ?

It is a side effect of the default clean-up Tomcat does to attempt to avoid
memory leaks caused by bugs in user applications and/or third party
libraries.

If you are sure you application doesn't have any memory leaks then use

org.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false

See http://localhost:8080/docs/config/systemprops.html for more info.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to