Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003262 [Resin] minor always 01-15-09 03:28 08-25-09 19:36
Reporter cgalesanco View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.8
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
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
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
01-15-09 03:28 cgalesanco New Issue
08-25-09 19:36 ferg Assigned To  => ferg
08-25-09 19:36 ferg Status new => closed
08-25-09 19:36 ferg Resolution open => fixed
08-25-09 19:36 ferg Fixed in Version  => 4.0.1


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker