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

Gateway timeout after 5 mins Websphere 8.0

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a web application where the server has to write the excel document to the output stream.It takes more than 5 minutes for the server to write it.After 5 minutes i get a '504 gateway timeout' error code. I have tried setting the timeout values in the web container in Admin Console.Still the same problem.I followed this link.

http://publib.boulder.ibm.com/infocenter/tivihelp/v4r1/index.jsp?topic=%2Fcom.ibm.tpcrz.doc_4.2.1%2Ffrg_t_setwasprops.html&lang=en

I even tried setting the ConnectionKeepAliveTimeout and ConnectionIOTimeOut values. But still dint help. How do i increase the timeout value?

But dint help. Anybody has any idea abt it? I'm stuck with this for more than 3 days. Anybody please help..
 
Ranch Hand
Posts: 426
Eclipse IDE Fedora Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you set the http_timeout_output_recovery parms ? What platform in your WAS installed on ? Have you opened a PMR ?
 
gogo jabroni
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What platform as in? I have tried all possible timeout properties. I have 2 functionalities where the excel is to be written on the disk as well as show an option to the user to save and download it. The excel is saved on the disk as expected without loss of data. But it needs approx 7 mins to retreive from DB and write it in excel. As far as i understand the session is not timed out. I am not able to understand what timeout property shud i use to solve this, This problem does not happen on my local machine. When it is deployed in our Test Server i'm encountering this problem
 
Screaming fools! It's nothing more than a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic