Mantis - Resin
Viewing Issue Advanced Details
3262 minor always 01-15-09 03:28 08-25-09 19:36
cgalesanco  
ferg  
normal  
closed 3.1.8  
fixed  
none    
none 4.0.1  
0003262: Errors running Apache's Continuum
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
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

There are no notes attached to this issue.