> From: Dustin Fortin [mailto:[EMAIL PROTECTED] 
> Subject: RE: javax/mail/address
> 
>  "Finalizer" daemon prio=10 tid=0x08081800 nid=0x1107 in Object.wait()
> [0xb5592000..0xb55930a0]
>    java.lang.Thread.State: WAITING (on object monitor)
>         at java.lang.Object.wait(Native Method)
>         - waiting on <0x15e70528> (a
java.lang.ref.ReferenceQueue$Lock)

The above is the normal state for the Finalizer thread, so it's not your
problem.  You'll see several (possibly many) threads in a WAITING
condition, which usually just means they're ready to accept work from
some other thread.  You'll need to look at the others.  Comparison with
a thread dump from a normally running Tomcat instance may be of some
help.

 - 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