bradtwurst wrote: > >> Have you tried a thread dump to see if all the threads were waiting on >> a particular resource ? > > What's the best way of doing this? > > Thanks, > James > >
StackTrace tool ... allows to get thread dump even without console. It works on all platforms and for all JDKs. # launch from http://tmitevski.users.mcs2.netarray.com/stacktrace/app/launch.jnlp # details http://tmitevski.users.mcs2.netarray.com/trace.do To generate thread dump: # select main menu item "Process|Thread Dump..." # in dialog click "..." button to open process ID chooser # select PID from the list and confirm the chooser # click OK to request thread dump -- View this message in context: http://www.nabble.com/http-lock-up-tf3488493s12049.html#a9743349 Sent from the ServiceMix - User mailing list archive at Nabble.com.
