> From: Andrew Hole [mailto:andremailingl...@gmail.com]
> Subject: Re: Tomcat and coldfusion

Here's your culprits:

> "Thread-11" prio=1 tid=0x0acd2a20 nid=0x5fbc in Object.wait()
> [0x818a9000..0x818a9eb0]
>         at java.lang.Object.wait(Native Method)
>         - waiting on <0xeb86a490> (a coldfusion.util.SimpleThreadPool)
>         at java.lang.Object.wait(Object.java:474)
>         at
> coldfusion.util.SimpleThreadPool.getAssignment
> (SimpleThreadPool.java:113)
>         - locked <0xeb86a490> (a coldfusion.util.SimpleThreadPool)
>         at
> coldfusion.util.SimpleWorkerThread.run(SimpleThreadPool.java:207)
>
> "Thread-10" prio=1 tid=0x0a439138 nid=0x5fbb in Object.wait()
> [0x8192a000..0x8192af30]
>         at java.lang.Object.wait(Native Method)
>         - waiting on <0xeb86a490> (a coldfusion.util.SimpleThreadPool)
>         at java.lang.Object.wait(Object.java:474)
>         at
> coldfusion.util.SimpleThreadPool.getAssignment
> (SimpleThreadPool.java:113)
>         - locked <0xeb86a490> (a coldfusion.util.SimpleThreadPool)
>         at
> coldfusion.util.SimpleWorkerThread.run(SimpleThreadPool.java:207)
>
> "Thread-9" prio=1 tid=0x0a873288 nid=0x5fba in Object.wait()
> [0x81afc000..0x81afcdb0]
>         at java.lang.Object.wait(Native Method)
>         - waiting on <0xeb86a490> (a coldfusion.util.SimpleThreadPool)
>         at java.lang.Object.wait(Object.java:474)
>         at
> coldfusion.util.SimpleThreadPool.getAssignment
> (SimpleThreadPool.java:113)
>         - locked <0xeb86a490> (a coldfusion.util.SimpleThreadPool)
>         at
> coldfusion.util.SimpleWorkerThread.run(SimpleThreadPool.java:207)

These threads all originate in coldfusion, so you'll need to fix it in there, 
not Tomcat.

You can do a kill -3 to really get rid of the process, but that's drastic and 
simply masks the problem.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to