10 Replies Latest reply on Apr 2, 2002 3:50 AM by adrian.brock

    org.jboss.Shutdown not doing complete shutdown

    guy_rouillier

      I'm running "org.jboss.Shutdown localhost 8282" (with a classpath set appropriately) from a batch file in Windows. JBoss does indeed shutdown. However, I just compared the server.log file when using this batch file to one generated when I use ctrl-C to force JBoss to shut down. The batch file Shutdown stops all the data sources and then the MailService successfully, but that is it. In the ctrl-c log, I see over 300 additional lines of stopping and destroying (which I won't post as a favor to readers.) Of most concern is that I don't see any of the destroy methods being invoked with the Shutdown approach. Is this working as designed? Is this a problem?