https://issues.apache.org/bugzilla/show_bug.cgi?id=53712
--- Comment #3 from Colin Mac <apa...@macallister.net> --- I've upgraded the ecj compiler past the point where it would work at all anymore. The last "successful" build -- successful in that it would render most pages -- was ecj-3.7.2 for tomcat 5.5. (Version 4 of the libraries didn't work at all.) But this still exhibited the localvariabletable length bug. So I removed all ecj's from the common/lib directory and replaced it, according to instructions, with the latest ant.jar and ant-launcher.jar. These showed the exact same localvariabletable length error that ecj had -- same wording and everything -- and more important, the same error trace. So maybe ecj wasn't the culprit? LocalVariableTable has wrong length in class file org/apache/jsp/cbs/views/eventb/form_jsp java.lang.ClassFormatError: LocalVariableTable has wrong length in class file org/apache/jsp/cbs/views/eventb/form_jsp at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:621) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:131) ... -- 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