https://issues.apache.org/bugzilla/show_bug.cgi?id=56050
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO --- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> --- How can it happen? http://svn.apache.org/viewvc/tomcat/tc7.0.x/tags/TOMCAT_7_0_50/java/org/apache/catalina/loader/WebappClassLoader.java?view=markup#l2054 The only dereferences on that line are in "this.getClass().getProtectionDomain()" so "this" is null, or "this.getClass()" is null? Both of those should not happen. Is "ClassLoader.defineClass(..)" a native method on that JVM, so it is not included in stacktrace? Is that JVM broken? -- 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