1 Reply Latest reply on May 17, 2011 1:28 PM by peterj

    Jboss process is not visible

    vittapraveen

      Hi Friends,

       

      I am facing one issue, I have deployed one web application in jboss-4.0.4Rc1. For every two days, this jboss is getting shutdown. and also i am not able to see the process id for this to kill. Every time i need to contact to IT support team for restarting this service, Please help me what is the problem? it is urgent.

       

      Regards,

      Pr.

        • 1. Jboss process is not visible
          peterj

          4.0.4.RC1??? That is not even a final version, why are you not running 4.0.4.GA?

           

          If the JBoss AS is beiung shutdown (as you say) then there will be no java process.

           

          Based on what you have provided, there are two possibilities. First, you are running out of heap and the JVM is shutting down. The other possibility is that the JVM is crashing.

           

          1) Is JBoss AS running as a service?

          2) What OS is it running on?

          3) If it is being run as a service, is stdout/stderr being redirected to a file? If so, you you attach the last 500 or so lines of that file. If not, attache the last 500 lines of the server.log file.

           

          I really recommend that the best way to debug this problem is to run JBoss AS on your local machine and deploy your application there. And run it from the command line, not as a service. Then use JMeter (or something like it) to apply a load. They you can do all the debugging locally and wont need to bother IT.