<flamebait>
after you shutdown....
the server shuts down (geez, go figure how that works)
and it no longer listens for ANY admin message...
So I guess thats why it doesn't respond to restart (Oh, I'm a genius)
Use EITHER restart OR shutdown....
</flamebait>
JP
-----Original Message-----
From: Jason Smith [mailto:[EMAIL PROTECTED]]
Sent: Viernes, 08 de Diciembre de 2000 10:46
To: Orion-Interest
Cc: [EMAIL PROTECTED]
Subject: RE: restarting orion-server
> When invoking 'shutdown' and then 'restart' there is no response after
> the 'shutdown'.
Do shutdown OR restart, not both. If shutdown is not bringing everything
down I would hook up Orion to a remote debugger (like bugseeker) and see
what thread is stalling it. I posted a bug (#220) about shutdown hooks not
being started when Orion is given the shutdown command, so if you are doing
any custom threading in a java client module you may have workers hanging
around if you are waiting on termination to clean up.