Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 7.1.6
-
Fix Version/s: None
-
Component/s: JSP
-
Labels:None
-
Environment:CentOS 5, Java HotSpot(TM) Client VM (build 17.0-b16, mixed mode, sharing)
-
Number of attachments :
Description
Noticed the following error in server's logs:
org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP
PWC6197: An error occurred at line: 4 in the jsp file: <name here>.jsp
PWC6199: Generated servlet error:
Duplicate local variable _jspx_temp0
This seems to be a Jasper error already reported and fixed a long time ago in Tomcat: https://issues.apache.org/bugzilla/show_bug.cgi?id=45691
The above link also contains a full war to replicate.
Other people reported the same problem under Jetty 6.1.19: http://youtrack.jetbrains.net/issue/TW-10511?query=by
From the solution reported in jetbrains forums (clean work folder, restart), this clearly is a random issue occurring only on particular concurrent compilation scenarios.
Is Jasper included in the current Jetty patched the same way as reported in the fix for Tomcat 6.0.19? It seems that Jetty uses Jasper from Glassfish, I wonder if that patch made it through...