1 Reply Latest reply on Jun 21, 2014 1:48 PM by wdfink

    JBOSS behavior during JVM leak

    shruti-p

      Hello,

       

      I am hosting a Ruby web application on JBOSS server. Recently it has been behaving weirdly as the web page does not load. But upon restarting JBOSS server, everything works as expected. There is nothing in the web console or JBOSS logs or Rails logs that could be suspicious. I was wondering if this is a behavior of memory leak?

      Or something else?

        • 1. Re: JBOSS behavior during JVM leak
          wdfink

          Yes, it might be a memory leak or something else.

           

          You should enable gc logging and you can use jconsole to check the JVM if the server did not respond.

          You need to do a bit work to analyze this.