3 Replies Latest reply on Jan 17, 2003 8:41 AM by adrian.brock

    JBoss-2.4.4_Tomcat-4.0.1 dies

    mariano_m10

      I'm running an application on JBoss 2.4.4 and Tomcat-4.0.1 on Windows NT and after a long time without accessing to my application Jboss dies unexpectedly.
      I get the below message in the console:

      Another exception has been detected while we were handling last error.
      No information available.
      Please check ERROR REPORT FILE for further information, if there is any.
      Good bye.
      Press any key to continue . . .

      but I don´t have any message related to this in the server.log file.

      Does anybody know what's going on?

      Thanks in advance. Mariano

        • 1. Re: JBoss-2.4.4_Tomcat-4.0.1 dies

          The error message comes from the JVM so
          it won't appear in the server.log

          Most likely it is an out of memory problem.
          Which VM are you using?

          Have you tried it with jboss2.4.10?
          jboss2.4.4 is over a year old, it is missing
          6 releases of bug fixes.

          Regards,
          Adrian

          • 2. Re: JBoss-2.4.4_Tomcat-4.0.1 dies
            mariano_m10

            I'm using the jdk 1.4.1. I believe it's the newest jdk.

            but if the problem is related to the JVM version, does it have any sense to upgrade jboss version? Do you recommend to use a newer version, anyway? I thought Jboss 2.4.4 was a reliable release.

            Thanks in advance. Mariano

            • 3. Re: JBoss-2.4.4_Tomcat-4.0.1 dies

              The problem is likely to be jboss or your application
              raising an exception that the VM does not handle
              correctly.

              So there are two problems really.

              I have never used 2.4.4 so I can't comment,
              I do know the latest 2.4 release is 2.4.10

              Regards,
              Adrian