I am currently having issues with instances "gumming up" and seemingly deadlocking and I also noticing lots of Zombie Java processes being created after an application restarts.

So my questions are really two fold..

Firstly, is it possible to attach Eclipse as a debugger to a remote running instance in order to see why things are fouling up. I have read Andrew Lindesay's document on using jdb, but I am hoping that there may be a way to debug everything in a little more detail. Worst case, I can pester him since he is in the office next door :-p

I am not sure, but jstack can give you a thread dump which is often all that you need to know.

I have a perl script that pings all the apps on a regular basis and if one deadlocks it jstacks it and kills it.

  Let me know if you'd like it.

 Pierce

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to