https://bz.apache.org/bugzilla/show_bug.cgi?id=58519
--- Comment #2 from Kaszaq <kaszaq+bz.apache....@gmail.com> --- No need, thanks. Trigger of this was inside hazelcast library. Hazelcast that loads class for itself called a function on ClassLoader which was expected to throw ClassNotFoundException in case of any problem. I believe that if ClassLoader would throw expected ClassNotFoundException the problem would not occur. However I am considering to report this to them as well as RuntimeException from any method should not cause the entire Hazelcast cluster to collapse - which is exactly what have happened because of the bug reported here and badly handling of runtime exceptions in Hazelcast. The problem was caused by deploy of new version of application when the previous was was not undeployed correctly by Tomcat. -- 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