Hello,

I'm facing a problem which has already been reported some time back (FileCleanerCleanup causes null pointer exception in contextDestroyed() see http://mail-archives.apache.org/mod_mbox/commons-user/200811.mbox/%[email protected]%3e ).

It looks like the contextDestroyed() method is trying to get the FileCleaningTracker by using the ServletContext.getAttribute() method.

But if I can believe the following post (http://forums.sun.com/thread.jspa?threadID=597964), the attributes are removed before the contextDetroyed(), hence the NPE.

Arnaud Q

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to