Re: WO instance locks up and won't die.
Re: WO instance locks up and won't die.
- Subject: Re: WO instance locks up and won't die.
- From: Marek Wawrzyczny <email@hidden>
- Date: Thu, 20 Nov 2003 13:34:28 +1100
On Thursday, Nov 20, 2003, at 11:29 Australia/Sydney, Denis Stanton
wrote:
Selecting stop does not close the instance. Restarting the computer
does though.
Ya gotta worry when that doesn't work! ;-)
You should be able to kill the offending java instance in terminal. It
does mean having to find the process id for the zombie instance but
that's not as difficult as it may seem. On OS X you can:
sudo lsof -i -P | grep <insert port number here without the brackets>
On other flavours of Unix, you can still find the right instance by
doing ps with some of the verbose options enabled. Pipe that through
grep as above.
I've killed instances that way before and it saves you the trouble of
rebooting the machine.
Marek Wawrzyczny
software engineer
-------------------------->
ish group pty ltd
7 Darghan St Glebe 2037 Australia
phone +61 2 9660 1400 fax +61 2 9660 7400
http www.ish.com.au | email email@hidden
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.