• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Shutdown JBoss!

 
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi folks,
how do i shutdown the running JBoss?
I tried running shutdown.bat but nothing seems to be happening. can you please help me with it?
thanks.
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A few questions:
  • What platform are you running on?
  • What errors (if any) does shutdown.bat report?

  •  
    Brian Smith
    Ranch Hand
    Posts: 232
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    i have installed it on Win2k platform. when i execute shutdown.bat, nothing happens.
    could you please figure it out what happened?
    thanks.
     
    Author
    Posts: 367
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Are you using 3.0.6? I recall the windows guys in the office having problems with shutdown in 3.0.6. (or maybe I'm thinking of 3.0.4) Off the top of my head, I think you need to specify a username and password.
    shutdown -u user -p pass
    Don't worry about what username/password to use.

    Some other ways to shutdown:
    * go to the jmx-console and go to the "type=Server" mbean and invoke the exit()
    method
    * hit ctrl-c in the window you started JBoss in (if you started from the command line)
     
    Greenhorn
    Posts: 1
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Originally posted by Namaste Sathi:
    hi folks,
    how do i shutdown the running JBoss?
    I tried running shutdown.bat but nothing seems to be happening. can you please help me with it?
    thanks.



    I had the same problem. The shutdown -S script just hangs on Windows.

    Press ESC in the run.bat window where you have jboss started. Probably you have a selection active in that window.
     
    With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    reply
      Bookmark Topic Watch Topic
    • New Topic