3 Replies Latest reply on Mar 13, 2003 6:33 PM by joelvogt

    JVM Crash

    belasco99

      I keep getting this error when I try to hit a certain JSP. NOt sure what it is from

      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Java VM: Java HotSpot(TM) Server VM (1.4.1_01-b01 mixed mode)
      #
      # Error ID: 47454E45524154452F4F502D41500E4350500828
      #
      # Problematic Thread: prio=5 tid=0x0B0234E8 nid=0xcf8 runnable

      Any ideas?
      Thanks
      Mike

        • 1. Re: JVM Crash
          joelvogt

          What does your jsp do?

          • 2. Re: JVM Crash
            belasco99

            It bascially is just a form page with a bunch of struts tags in it. I have attached it. I heard if you use too many custom tags(struts tags in this case) then you crash the JVM because it can't handle methods over 64K. I am not sure what all this means, but my research has lead me to these clues

            Thanks
            Mike

            • 3. Re: JVM Crash
              joelvogt

              hmm possibly. The best thing to do as always is to just take out stuff of your jsp until it works, and then see what is braking it. If it is the numberof struts tags, then best to ask those guys. struts-user at www.mail-archive.com might help.