Thread waiting

2007-07-16 Thread André Vila Cova
Hi! How can I say for what is the tread waiting? "http-8085-Processor23" daemon prio=1 tid=0xdd4b7ae8 nid=0x2d41 in Object.wait() [0xde29b000..0xde29c020] at java.lang.Object.wait(Native Method) - waiting on <0xe61981f0> (a org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)

Re: Thread waiting

2007-07-16 Thread David Delbecq
It waits for a specific java.lang.Object to get 'notified' by another Thread. Typically, in your stacktrace, the Thread is simply waiting for tomcat to give him an http Request to process. En l'instant précis du 16/07/07 12:52, André Vila Cova s'exprimait en ces termes: > Hi! > > How can I say for

Re: Thread waiting

2007-07-16 Thread Christopher Schultz
André, André Vila Cova wrote: > How can I say for what is the tread waiting? As a follow-up to David's reply, I'd like to be a little more specific. > "http-8085-Processor23" daemon prio=1 tid=0xdd4b7ae8 nid=0x2d41 in > Object.wait() [0xde29b000..0xde29c020] This line of output tells you which