• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Weblogic Timeout Attributes

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We are using Weblogic 7.0 , recently we keep recieving "weblogic.transaction.internal.TimedOutException: Transaction timed out after 31 seconds" error in the application.

Following are the values set for the timeout attributes in the server:
Post Timeout Secs - 30
Duration - 30
Https Duration - 60

All these attributes are left with default value. Can tuning up these value have effect on the above exception? I believe these are development environment values. As am getting this error in production env, i believe there must be a suggested optimal value for these attribute. Our application is used by more than 50 concurrent users and some of the db queries may take more than 30 secs to return results.

If any of you have configured above attributes and have seen any visible in the performance of the application or if you have any suggestion to get rid of this timeout error Please share your experience.

Thanks
Vishy
 
I don't like that guy. The tiny ad agrees with me.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic