https://issues.apache.org/bugzilla/show_bug.cgi?id=53381
--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> --- Anyway, 1. In a well-behaving web application one should be able to turn off this cleanup. 2. This exception should not hurt. The call to getDeclaredFields() on WebappClassLoader.java:2034 of Tomcat 6.0.32 is wrapped by try{}catch(Throwable){ //ignore } So there should be no consequences. 3. The web application is stopping and would not serve web requests anymore, so its state does not matter much. Maybe there are ideas how to better handle it, but I do not see one. I think it can be left as is. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org