• 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

Unable to shutdown Jboss 3.0.6

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jboss: jboss-3.0.6
Platform: Windows 2000 5.00.2195 SP3
Java SDK: J2SE 1.3.1_07 (build 1.3.1_07-b02)
I start Jboss using "run.bat" in a COMMAND window. Everything seems to work OK. From another COMMAND window I attempt to shut it down using "shutdown.bat". I get the message...
Shutting down server localhost:8080
Shutdown complete
However, it has not really shutdown. I can still connect from a browser to http://localhost:8080/jmx-console and invoke any URL.
CTRL-C shuts Jboss down OK.
I've searched this forum and www.jboss.org for information and have tried a number of suggestions but I'm out of ideas.
Any help is "much" appreciated.
Regards,
Joe
 
Joe Famularo
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This appears to be a bug in Jboss 3.0.6 (found the bug info in SourceForge.net). I rolled back to Jboss 3.0.4 and shutdown now works.
See SourceForge.net for patches 667603 & 677807 if you need to use org.jboss.Shutdown in 3.0.6.
 
reply
    Bookmark Topic Watch Topic
  • New Topic