Hung Thread on WebSphere 6.0
--------------------------------
I am receiving the following ThreadMonitor message in my SystemOut.log file:
> [4/2/09 10:17:53:690 CDT] 00000026 ThreadMonitor W
> WSVR0605W: Thread /"WebContainer : 177/" (000000df) has
>been active for 707630 milliseconds and may be hung.
> There is/are 21 thread(s) in total in the server that
>may be hung.
I have seen documentation which suggests to issue /"kill -3 [pid]/" and see from native_stdout.log what /"Thread /"WebContainer : 177/"/" is doing.
My questions are the following:
1. What does Thread /"WebContainer : 177/" (000000df) mean exactly? Is this the Web container which is responsible for thread pool creation at the application server level which ncludes servlet, JSP, EJB, dynamic page creation, and back-end pass-through processing. What is (000000df) mean?
2. Does killing the pid mean I must kill the pid for the WebSphere Server or the WebSphere Application Server?
3. Is it possible this could be related to a subexclusive lock (SX) on a table in the oracle database?
Your help is greatly appreciated.
-Andrew
--------------------------------
Posted By: aplata at Apr 4 2009 12:49AM