1 Reply Latest reply on Dec 21, 2012 12:18 PM by wdfink

    Stopping jboss

    arka.sharma

      Hi,

            I have Jboss 5.1 running on linux it has four ejb services running, Now when I try to stop the jboss by pressing crtl-c on it's console or try to run shutdown.sh it doesn't shut down.What I have to every time is run 'pgrep -f jboss' then get the pid and do 'kill -9 <pid>' also if I do 'ps -ef | grep jboss' it doesn't display anything even if jboss is running if I do  'ps -ef | grep java' then it shows the java process whihc is having the same pid of the 'pgrep -f jboss'.Need help on these two issues.

      Regards,
      Arka

        • 1. Re: Stopping jboss
          wdfink

          You should provide more informations.

          what do you see in the logfile.

          If you use VisualVM, JConsole or other tools do you see which threads are hanging?