| Author |
How to notify weblogic for StuckThreadMaxTime.
|
Manohar Chhapolia
Greenhorn
Joined: Nov 22, 2006
Posts: 17
|
|
hi All,
I have developed an web application where each request is suppose to take 10 to 12 min of time. Most of the time, it gets triggered by weblogic(9.1) scheduler. If the request take more than 600 sec, I get an error
" <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "695" secon
ds working on the request "weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl@12f8d57", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack t
race:
java.net.SocketInputStream.socketRead0(Native Method)
java.net.SocketInputStream.read(SocketInputStream.java:129)"
Is there any way, I can notify the weblogic that thread is still running since thread is really suppose to take more than 10 mins ?
Thanks and Regards,
Manohar
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
Is there any way, I can notify the weblogic that thread is still running since thread is really suppose to take more than 10 mins ?
You will not be able to configure that for this particular threads. However you can set a higher thread timeout for all threads. Lookup the WL admin documentation.
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
Manohar Chhapolia
Greenhorn
Joined: Nov 22, 2006
Posts: 17
|
|
Thanks Deepak
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
Manohar Chhapolia wrote:Thanks Deepak 
You are welcome
|
 |
 |
|
|
subject: How to notify weblogic for StuckThreadMaxTime.
|
|
|