504 Gateway Timeout. The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.

learn more… | top users | synonyms

0
votes
0answers
28 views

GeoServer times out (504 Gateway Time-Out) when accessed from OpenLayers via nginx webserver

I have developed an OpenLayers web app that uses GeoServer. I am using nginx as my webserver with proxy_pass setup for GeoServer. Everything works as expected when I use "localhost" but when I ...
0
votes
0answers
20 views

Apache Shiro SSL setting resulting in 504 error

My company needs a program that uses Shiro to do authority control. Since the program needs https, I set this in shrio.xml: /sys/** = ssl,authc But when jump to this link system gives a 504 error. ...
-1
votes
1answer
206 views

HTTP Error 504: Gateway Time-out when trying to read a reddit comments post

I am encountering an error when trying to get a comments' http from reddit. This has happened to various URLs (not all of them with special characters) and this is one of them. In one hour time frame, ...
-1
votes
2answers
109 views

How to increase Ngix Timeout [closed]

I have a problem with the Timeoutlimit set in Nginx. Every request to the server which takes longer than 60 seconds to proceed and send answer will result in an 504 Gateaway error send by nginx. We ...
0
votes
1answer
146 views

Silverlight enabled WCF Service and Entity Framework 504 issue

I'm building a Silverlight MVVM template and and am getting stuck with the WCF Service returning and Entity Object. Here's what I did: Using Entity Framework on the server side Created a small test ...
0
votes
0answers
282 views

HTTP 504 gateway timeout error when linking to a jQuery javascript file (jquery.cookie.js) on web server

This is a very puzzling error. I have a Windows Server 2008 R2 web server running IIS 7.5 and Apache Tomcat 5.5. It's actually a VM and part of a VM cluster. On one of my JSP pages, I'm linking to ...
2
votes
0answers
670 views

504 Gateway Time-out media temple

I am constantly getting 504 gateway errors when my php script needs to run for longer than 60 secs. I am on media temple on a dedicated server. I have contacted media temple and they have been ...
1
vote
0answers
486 views

HTTP request failed! HTTP/1.1 504 Gateway Time-out With Soap and PHP

i have a php script that call another my php script on another server. Something like: $postdata = http_build_query(array("param1"=>$param1,"param2"=>$param2)); $opts = array('http' => ...
2
votes
0answers
210 views

504 Error On Server

I'm loading data into a text file and when the procedure takes long (lots of data) I get a 504 response (viewed in Fiddler) and obviously the file fails to generate. I thought I'd try increasing the ...
0
votes
1answer
412 views

Web Application works locally - 504 error remotely

I have a site (ASP.NET WebForms) hosted on IIS7. I have a static IP. My router is pointed at the right computer IP on my network. And the site works fine both on the server and on computers on the ...
0
votes
2answers
125 views

After start php script and successful implementation, server send all request 504 error

After 504 error, the problem is corrected only reboot. Server = vps. Here is the script followed by error: <?php $data = array('url','url','url'...'url'); foreach($data AS $v) { ...
1
vote
1answer
539 views

504 Gateway timeout returned by web service unless “Accept-Language” header present. Why?

I've been trying to access a web service using System.Net.WebRequest to make a GET request. This would return a "504 Gateway timeout" error. However the same web service would return data ...
0
votes
1answer
686 views

Sinatra - 504 Gateway Time-out The server didn't respond in time

I am running a sinatra application on server. Often it generates a time out error. 504 Gateway Time-out The server didn't respond in time. And some time it works well. I could not find out the ...
3
votes
3answers
10k views

nginx 504 Gateway Time-out

I'm running a rails3.0.7 project with phusion-passenger on nginx. While I was doing a ajax which took about 15 mins to process. It jump up an error with firebug which said "504 Gateway Time-out" ...
0
votes
6answers
2k views

I know the ip of my router. My laptop is one of the devices connected to the router. What is my static ip? [closed]

I know the IP of my router. It is xx.xx.xxx.xxx My laptop is one of the devices connected to the router. My laptop gets a dynamic IP! Currently my IP is 192.168.0.7 and the IP gateway of my router ...
0
votes
3answers
698 views

Can big ViewState content result a HTTP Error 504 - Gateway timeout?

I have one asp.net page which seems to return a very big content (5,648,733 bytes and that is mostly consumed by VIEWSTATE) ending with a 504 Gateway timeout error. I am tracking the http ...
9
votes
5answers
16k views

WCF - (504) The server did not return a response for this request

I have a JSONP WCF Endpoint and am trying to track down why I am getting a 504 error. HTTP/1.1 504 Fiddler - Receive Failure Content-Type: text/html Connection: close Timestamp: ...
6
votes
6answers
1k views

Making a web interface to a script that takes 30 minutes to execute

I wrote a python script to process some data from CSV files. The script takes between 3 to 30 minutes to complete, depending on the size of the CSV. Now I want to put in a web interface to this, so I ...
0
votes
3answers
725 views

Avoiding 504 on remote server .NET

I am using HttpWebRequest to download a remote file, however i get a 504 error. I pasted the url in firefox and the first and 3rd try it took 16seconds, the 2nd nothing happened (it looked like it ...