aspose file tools
The moose likes JSF and the fly likes 502 Bad Gateway error during process Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "502 Bad Gateway error during process" Watch "502 Bad Gateway error during process" New topic
Author

502 Bad Gateway error during process

Michael Wysocki
Greenhorn

Joined: Dec 16, 2011
Posts: 1
Hello.
I'm working on application in JSF to processing XLS files. When time of process is longer than 5 minutes web browser returns 502 Bad Gateway error, but process is still working on the server side. The problem is because of outbound socket timeout (value of timeout can not be changed).
I tried using JavaScript and Ajax request in JSP page, but it still doesn't work.

JSP page code:




Please help.

Regards,
Michael
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: 502 Bad Gateway error during process
 
Similar Threads
Onload script does not work in subview page
How to print a image file into the printer
Print selected content from Div area using javascript
how to get back bean value in javascript
Having trouble calling functions in js from jsf inputtext onclick