Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3262 | minor | always | 01-15-09 03:28 | 08-25-09 19:36 | |
|
|||||
Reporter: | cgalesanco | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.8 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.1 | ||
|
|||||
Summary: | 0003262: Errors running Apache's Continuum | ||||
Description: |
After installing Apache's Continuum v1.2.3 we get the following error accessing the "Members" tab com.caucho.jsp.JspParseException: /WEB-INF/jsp/projectGroupMembers.jsp:202: code too large for try statement } catch (java.lang.Throwable _jsp_e) { ^ C:\resin-3.1.8\webapps\apache-continuum-1.2.3\WEB-INF\work\_jsp\_web_22dinf\_jsp\_projectgroupmembers__jsp.java:78: code too large for try statement try { ^ C:\resin-3.1.8\webapps\apache-continuum-1.2.3\WEB-INF\work\_jsp\_web_22dinf\_jsp\_projectgroupmembers__jsp.java:16: code too large _jspService(javax.servlet.http.HttpServletRequest request, ^ 3 errors |
||||
Steps To Reproduce: | |||||
Additional Information: |
We use the following resin-web.xml <web-app xmlns="http://caucho.com/ns/resin" [^] > <database jndi-name="jdbc/continuum"> <driver type="org.apache.derby.jdbc.EmbeddedDriver"> <url>jdbc:derby:c:/data/continuum/data/continuum;create=true</url> <user>sa</user> </driver> </database> <database jndi-name="jdbc/users"> <driver type="org.apache.derby.jdbc.EmbeddedDriver"> <url>jdbc:derby:c:/data/continuum/data/users;create=true</url> <user>sa</user> </driver> </database> <mail> <jndi-name>mail/Session</jndi-name> <smtp-host>smtp.practicopedia.com</smtp-host> <user>bco059c</user> </mail> </web-app> We are using derby-10.1.3.1.jar |
||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |