https://issues.apache.org/bugzilla/show_bug.cgi?id=51899
Bug #: 51899 Summary: java.lang.Error: Unresolved compilation problem when using a large file Product: Tomcat 7 Version: 7.0.21 Platform: PC Status: NEW Severity: major Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: broulea...@gmail.com Classification: Unclassified Created attachment 27612 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27612 original broken jsp and its generated _jsp.java and two (incomplete) working versions (.jsp and _jsp.java) all in a zip file I have this file (see included file) that generates the exception: java.lang.Error: Unresolved compilation problem without any further informtaion. The original jsp file is 144,158 bytes. The generated _jsp.java file is 259,684 bytes. If I remove one (fairly small) section, then the file loads without any problem. Putting it back and removing another part of the file also works fine. I have included the original broken jsp and its generated _jsp.java and two (incomplete) working versions (.jsp and _jsp.java) all in a zip file That happens on: Tomcat Version: Apache Tomcat/7.0.21 JVM Version: 1.6.0_27-b07 OS Name: Windows Server 2008 v6.0 / amd64 The (almost) exact same files works fine on: Tomcat Version: Apache Tomcat/6.0.29 JVM Version: 1.6.0_21 OS Name: Windows Server 2008 R2 (6.1) (64 bits) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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