2 Replies Latest reply on Jul 15, 2011 6:37 PM by imkoz

    JBoss 5.1 process terminates on RHEL 5.5

    imkoz

      Recently, jboss process started to terminate from time to time. The process could die every 4 or 7 hours, there's no lots of memory usage, the configuration is:

       

      JAVA_OPTS="-Xms2048m -Xmx2048m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000 -Dsun.lang.ClassLoader.allowArraySyntax=true"

       

      I am using RHEL 5.5 and jdk6 u25 x64. What could be the problem? If you need more information, let me know. It's really weird.

       

      PD: Also, there's no information in any logs, it's like something is killing the java process.

        • 1. Re: JBoss 5.1 process terminates on RHEL 5.5
          wdfink

          Do you have coredumps or hs* files in the current directory (where you start JBoss) ?

          Maybe this is a JVM problem (I have such aborts but with a 32Bit VM).

          You might try the 1.6.0_26.

          Also a monitoring e.g. with jstat is an option to detect problems.

           

          If the JBoss (JVM process) is killed by a third party you will not find a hint here, you must watch the system.

          • 2. Re: JBoss 5.1 process terminates on RHEL 5.5
            imkoz

            Hi, I am using Java HotSpot x64 update 26 but the problem persists. no error files, no heap dumps available, the java process just dissapears.

             

            Anyone have experienced this?