> From: Olivier Fourel [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat 5.5 hanging & locked thread
>
> i thought the locked keyword was indicating a
> lockedk thread as in tle lines below

In order to do an Object.wait() call, the thread must first synchronize on 
(lock) the object of interest, so what you're seeing is perfectly normal for an 
idle thread from the pool.

> I have no other lock description in my thread dump.

As Peter asked, what else do you have in the thread dump?

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to