Re: App stuck on executeStoredProcedure()
Re: App stuck on executeStoredProcedure()
- Subject: Re: App stuck on executeStoredProcedure()
- From: Timo Hoepfner <email@hidden>
- Date: Thu, 31 Jan 2008 22:11:03 +0100
How do I get a thread dump?
http://www.gvcsitemaker.com/gvc.webobjects/faq&mode=single&recordID=41413
When using Java 1.5 it's easier: Find the process id of the
application instance (e.g. by doing "ps -auxwww | grep java") and the
call "sudo jstack <process id>".
Nevertheless, changing the SpawnOfWotaskd.sh script is generally a
good idea, as it also helps in other situations, like when an app
dosn't start properly.
Timo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden