• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

StuckThreadMaxTime Error.

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am running a simple JSP page that is getting connection from pool and inserting value in database. I am using weblogic 8.1. Recently I upgrated my application server to Service pack 4 and I have started getting following error:
Please help as it is very urgent. Thanks in Advance.

'13' for queue: 'weblogic.kernel.Default' has been busy for "646" seconds working on the request "Http Request: /training_gallery/html/ScheduleIndex.jsp", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>

Thanks & Regards,
Sonu.
 
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Redeploy the application.
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you sure that your JSP page will take more than 600 secs to update the database.

If yes , you can increase StuckThreadTime using weblogic console.

If not, You have to see your code why it takes too much time .
 
You would be much easier to understand if you took that bucket off of your head. And that goes for the tiny ad too!
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic