3 Replies Latest reply on Mar 1, 2016 7:02 AM by wdfink

    Jboss 7.2 hanging..Need help please

    shameermec

      Dear all..we are using jboss 7.2 in windows server 2008 64 bit...jdk is 7(64 bit)...xmx and xms is configured as 1 gb...RAM is 8gb...db is postgresql 9.2...The issue we facing is atleast once a day server getting hanged...At that RAM utilisation will be 50-60% and CPU utilisation will be 60-90%...and then we will get heap error..

      Can anybody please help...Thanks in advance...

        • 1. Re: Jboss 7.2 hanging..Need help please
          ctomc

          what are all jvm options you run jvm with?

          • 2. Re: Jboss 7.2 hanging..Need help please
            shameermec

            Dear Tomaz,

            Sorry....I didn't get your question exactly.... This is a dedicated server..running only this application....Java is using only by this jboss server....

            • 3. Re: Jboss 7.2 hanging..Need help please
              wdfink

              What you should provide is how you set the JVM options for the JBossAS.

              To see all given options you might check boot.log or server.log, here the start will show the options.

              Other way is to use JConsole to see the options.

               

              I recommend to enable GC logging which can help to see whether you run into a fullGC.

              Also take a few thread dumps (use jstack - which is provided with the JDK) and check for deadlocks or busy threads.

               

              The heap error smells like a GC issue, please post the related messages as well.