Re: Javamonitor help
Re: Javamonitor help
- Subject: Re: Javamonitor help
- From: Mike Schrag <email@hidden>
- Date: Mon, 5 Mar 2007 11:09:44 -0500
A session can only be checked out on one thread at a time. If you
notice you are hanging waiting to check out a session. This means
that a previous session did not check in properly when it was done.
It's important to note that you don't have any session hanging doing
anything else, so it's not like your session is stuck in an EOF
deadlock. I can't remember if you're using project wonder or not,
but if you're NOT, it is possible for exceptions to be thrown at
certain places without it that can leave a session checked out and
hung. I BELIEVE this can happen if a direct action throws an
exception in certain places, and definitely if session awake or sleep
throws an exception. Are there any exception stack traces in your
logs that could have done this?
ms
On Mar 5, 2007, at 10:59 AM, James Cicenia wrote:
OK-
I think I got the correct thread dump from a frozen instance this
morning:
What does it all mean?
Thanks
James Cicenia
Full thread dump Java HotSpot(TM) Server VM (1.5.0_06-68 mixed mode):
_______________________________________________
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