java - Weblogic replays request exactly after 5 minutes -


we're investigating issue specific web request processing lasts long on our weblogic 10.3 server. after 5 minutes server starts processing same request, causing error in application logic. happens 3 or 4 times. can me server setting or whatever might cause this?

in logs can see these entries:

<bea-000337> <[stuck] executethread: '5' queue: 'weblogic.kernel.default (self-tuning)' has been busy "667" seconds working on request "weblogic.servlet.internal.servletrequestimpl@2f35bea[ ....... ]", more configured time (stuckthreadmaxtime) of "600" seconds. stack trace: thread-65 "[stuck] executethread: '5' queue: 'weblogic.kernel.default (self-tuning)'" <alive, in native, suspended, priority=1, daemon> { } 

the solution: client software resending request in loop if connection timed out.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -