[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: TomcatDeployment hangs when struts is configured in web.

PeterJ do-not-reply at jboss.com
Sun Jul 12 15:11:42 EDT 2009


Ignore all threads that start with any of the following:

java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
...
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method) 
...
java.lang.Thread.State: RUNNABLE
at java.net.PlainSocketImpl.socketAccept(Native Method) 

Such threads are not running - they are waiting for input to do anything. You are looking for a thread that is not waiting.

It is best if you filter out the waiting threads and post only running threads.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243133#4243133

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243133



More information about the jboss-user mailing list