Setup = thread start message
Servers -> Some_Server -> Configuration -> Tuning -> Stuck Thread Max Time
This will check the stuck thread timer interval for all and all stuck threads and report this to the log file for the server, for example: 'WebLogic.kernel.Default (self-tuning)' has been busy for "zzz" seconds working on the request "------" , which is more than the configured time (StuckThreadMaxTime) of "600" seconds.
Overload = stuck thread reaction
Servers -> Some_Server -> Configuration -> Overload -> Max Stuck Thread Time
Max Stuck Thread Time indicates the time during which the server considers that the thread is stuck. If the number of Stuck Thread Counts is stuck, the server goes into a failed state. As soon as the server goes into a failed state. Failure The action on the overload tab determines what actions should be taken to correct the situation.
source share