Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-373

Too much generated code

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 1.2
    • 1.2
    • None
    • Tomcat 4.0.3

    Description

      I just got 1.2 Beta 2 up and running on Tomcat in about 2 minutes – muuuuch
      better than my experience on JBoss & Weblogic.

      Anyway, I just encountered the following problem:

      javax.servlet.ServletException: (class: org/apache/jsp/navigator$jsp,
      method: _jspService signature:
      (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletRespo
      nse;)V) Illegal target of jump or branch
      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:485)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

      I clicked on the issues naviagtor page - here's the URL exactly:

      http://morpheus:8080/atlassian-jira-web/secure/IssueNavigator.jspa?reset=tru
      e&pid=10000&statusIds=1&assigned=bill

      This type of error results when there is too much compiled code per method.
      All of these pages are essentially one call to the service() method of a
      servlet and if you use a lot of tags or templates, a lot of code will be
      generated in the service() method.

      A couple of solutions are suggested on this page:
      http://www.mail-archive.com/struts-user@jakarta.apache.org/msg04902.html

      Has anyone else seen this? I'm using Tomcat 4.0.3.

      Regards,
      --Bill

      Attachments

        Activity

          People

            mike@atlassian.com Mike Cannon-Brookes
            mike@atlassian.com Mike Cannon-Brookes
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: