503 is one of the status codes a web server can return to a client application when processing a request. 503 is defined as Service Unavailable
-1
votes
0answers
7 views
server error 503 usually happen with my website host at amazon
I host my website with amazon. My website works fine in my local webserver, but website in amazon usually error 503. My website not yet release to public, so only few of team member have access to it.
...
1
vote
1answer
22 views
Is it appropriate to return HTTP 503 in response to a database deadlock?
Is it appropriate for a server to return 503 Service Unavailable when the requested operation resulted in a database deadlock?
Here is my reasoning:
Initially I tried avoiding database deadlocks, ...
0
votes
1answer
20 views
pip fails with HTTP error 503 while getting https://pypi.python
I'm trying to set up a build machine using Jenkins on an Amazon EC2 instance. It's building python, and using the shiningpanda plugin to set up a virtualenv for the build.
Every time I run the build ...
0
votes
1answer
48 views
Return 503 for POST request in Nginx
I have simple configuration file that is used to server custom 503 error page at a time of maintenance. The relevant part is this:
server {
listen 80 default;
root ...
0
votes
1answer
112 views
Varnish/Apache Random 503 Errors
I'm running cPanel on a Rackspace cloud server that's hosting about 30 websites. I'm using Varnish 3.0.3 + Apache 2.2.23. I'm getting random 503 errors. If I restart the httpd process, they go away. I ...
0
votes
1answer
28 views
Amazon EC2 Error or Application Error - swapon: /dev/sda3: read swap header failed
Can anyone tell me what this error is? Is this an Amazon EC2 related error?
Our application is hosted on Amazon EC2 and when we try to hit the site we are getting a blank page with 503 error.
There ...
0
votes
0answers
47 views
Azure Delete Causes 503 Service Not Available Exception
I wrote a unit test that creates a container, adds a file, checks to see if the file exists, and then attempts to delete the file. When I get to the deletion step, I always get a 503 Service ...
0
votes
2answers
68 views
Django-503 App Maintenance Template Error
I recently downloaded coagulant's Django-503 app which generates a 503 page so that you can run maintenance.
The problem I am currently having is that I downloaded the app from GitHub and did a pip ...
0
votes
0answers
50 views
Mono 2.6.3 at Local Server - 503 Server error
im running the Mono 2.6.7, with mod_mono 2.6.3...
But idk, somehow, some permissions or code error, idk im getting 503 server error...
here we go...
My mod_mono.conf:
<IfModule mod_mono.c>
...
1
vote
1answer
159 views
503 error when trying to access Google Patents using python
Earlier today I was able to pull data from Google Patents using the code below
import urllib2
url = ...
0
votes
2answers
40 views
HTTP status codes: differentiating between being over capacity and being down for maintenance
HTTP status code 503 is described in rfc2616 as being relevant when the server is "currently unable to handle the request due to a temporary overloading or maintenance of the server".
There are cases ...
0
votes
0answers
201 views
How to Create A Custom Apache 503 Error Page
I created an HTML document that will display that the server is not ready yet, and then redirect to another page. I want this to be the 503 error page.
What file do I need to edit in Apache to get ...
0
votes
1answer
667 views
Message from the NSAPI plugin: No backend server available for connection: timed out after 10 seconds or idempotent set to OFF
I got the following message from the browser when I ran a long waiting request on my web application:
Message from the NSAPI plugin:
No backend server available for connection: timed out after 10 ...
1
vote
1answer
90 views
PHP + PayPal IPN + SQLite = a mysterious 503 error?
I have a simple php Paypal ipn listener which inserts the raw POST data into an SQLite (v2) database. It was working. Then...it stopped working. (I don't recall making any changes to it.) It uses a ...
1
vote
1answer
242 views
Getting 503 Service Unavailable when trying to generate discovery document
I'm working with Google Cloud Endpoints, and I'm trying to generate a discovery document to create an iOS client library and so that I can test my endpoints. I tried to do it with this command, as ...
0
votes
0answers
90 views
TCP RST and 503 http error code
My Client call RESTful api uri with httpwebrequest object.
but it sometimes returns 503 service is unavailable message.
So I captured tcp packet with wireshark and found out there TCP RST was happend ...
1
vote
1answer
132 views
Can I redirect a 500 error code to 503 [closed]
If a server is down, I would guess that it loses the ability to make choices such as showing a 503 error page.
However, a 503 is certainly the more elegant and useful approach, if the problem is ...
0
votes
1answer
136 views
HTTP Status 503 Error while migrating Tomcat 6 to glassfish v2.1
I am using Prime faces in my application.
I have specification to migrate Tomcat server(6) to Glass fish(v2.1)
I have done it in net beans.
But I am getting HTTP Status 503 Error while running ...
0
votes
0answers
402 views
Remote server returns error 503 Server Unavailable
I have a client server application written in C# .Net 2.0. I have had the client/server response/request code running for 4 years(!). Recently, on a specific machine, the client can not connect to ...
0
votes
1answer
293 views
How to Create 503 Response Header in ASP.Net 4 C#
I'm trying to create a Temporarily Down for Site Maintenance holding page for a website. The website is an asp.net 4 webform site.
I've created a offline.aspx page that I will redirect all traffic ...
1
vote
1answer
525 views
Weblogic errors after getting deployed (published) : Error 503--Service Unavailable
I have a small web application where I am using Spring, Hibernate and JSF2.0.
I am deploying my application to Weblogic 10.3.6 which in integrated with Eclipse server. When I publish application to ...
-1
votes
1answer
149 views
Alternative to restore of all files for 503 Server error on Magento admin and frontend? [closed]
I tried to disable the "Mage_tag" module to disable Product tags across my Magento store. As soon as I clicked "Save" after disabling the module, both my frontend and backend of the store crashed. I'm ...
0
votes
0answers
85 views
HTTP 503 Error with synchronous requests
I have httpd set up on linux to run a service. This service's load time is a bit high. I am using java jersey client to send requests. Even though all the requests are synchronous as jersey client ...
0
votes
1answer
378 views
Google Groups Migration API gives 503 “Backend Error”
Getting the below 503 response from the Group Migration API's Insert method (https://developers.google.com/google-apps/groups-migration/v1/reference/archive/insert).
I'm just trying to work through ...
0
votes
0answers
79 views
OpenX Ad Server, occasional 503 errors
We're experiencing occasional 503 errors with our OpenX Ad Server (hosted on our server). Specific page examples are when trying to look at the banners used for a particular campaign, when trying to ...
1
vote
2answers
333 views
Throwing a custom 503 exception in CakePHP 2
I need to give a 503 Service Unavailable HTTP header.
Normally I use these for 404 and 500 codes
throw new NotFoundException();
throw new InternalErrorException();
But I couldn't find relevant ...
1
vote
0answers
1k views
Service Unavailable HTTP Error 503. The service is unavailable. Application pools are stopped
I'm running Windows 8 with IIS8.0
I'm receiving this error when I open a browser to my local site instance:
Service Unavailable
HTTP Error 503. The service is unavailable.
After I receive the error, ...
0
votes
1answer
1k views
varnish 503 service unavailable
My varnish version is 3.0.
My server works well while I curl the URLs, but when use varnish cache it return 503 service unavailable occasionally.
The log info likes is:
0 Debug - ...
0
votes
1answer
81 views
Featurereceiver sharepoint 2010 xdocument 503
My issue seems to be related to permissions, but I am not sure how to solve it.
In the FeatureActivated event of one of my features I am calling out to a class I created for managing webconfig ...
0
votes
1answer
211 views
Apache, FastCGI - Error 503
It was pointed out to me that my server is insecure, because anyone could read any file through PHP, even if it was out of his DocumentRoot.
I decided to reconfigure whole apache and all ...
5
votes
1answer
757 views
HttpURLConnection returns 503 error when accessed through proxy
I am working on creating a Video sitemap for a site that has hosted videos on Brightcove video cloud. In order to get all the video information from the site, Brightcove suggests to read the response ...
0
votes
2answers
116 views
How many blobs may be submitted to GAE blobstore in one call?
I am trying to upload 1744 small files to the blobstore (total size of all the files is 4 MB) and get HTTP/1.1 503 Service Unavailable error.
This is 100% reproducible.
Is it a bug, I do I violate ...
0
votes
1answer
178 views
CakePHP and AppExceptionHandler for not-built in exceptions
For exception handling I plan to use this approach
Create your own Exception handler with Exception.handler
or this one:
Using a custom renderer with Exception.renderer to handle application ...
3
votes
1answer
228 views
HTTP status code for overloaded server
Some hours my web site's server has too much load.
Which HTTP status code should I send to the Googlebot that visits my website?
Is "269 Call Back Later" this suitable for this case, or 503 Service ...
0
votes
0answers
194 views
Magento -> Associated Products Service Unavailable(503) Error
First of all I don't have any coding experience on Magento.
I had set up a magento powered site , importing around a lakh(1,00,000) records from other mysql database.The import was successful..... ...
0
votes
1answer
410 views
HTTP 503 error accessing Sharepoint excelservice.asmx through SOAP
I work for The Smeal College of Business at Penn State. I am doing a project for the Supply chain program and I am creating an excel workbook in Sharepoint that uses a lot of UDF's. I have no problem ...
0
votes
1answer
144 views
Using Google Analytics on a 503 page
I'm using varnish to cache our pages. When we get a 503 -- which happens a little too often -- I'd like to put some sort of page tracking on there. I'd like to place the GA code in there. I can't ...
0
votes
1answer
531 views
How to create a custom Maintenance page returning 503 for Azure?
I'm trying to set up a custom Maintenance page on MVC 3 but specifically on Azure. Basically to keep it SEO friendly i need to return a 503 (Service Unavailable). All my other custom error pages work ...
0
votes
0answers
114 views
Need Advice in: Handling Concurrent Connections, Http Error 503, and etc
To briefly describe my problem, I have a site that offers online tests/exams (using Ajax to send the answer to the server) at a scheduled date for a brief time frame or duration. Since the exam window ...
0
votes
0answers
145 views
IIS7 Service not available
When i browse the iisstart page under default website i am getting a 503 service unavailble error
However if i create an application under the default website and then browse any page under the ...
0
votes
1answer
87 views
The most reliable way to download data over HTTP
What is the most reliable choice of programming language / technology to perform requests and, most important, retrieve correct and full responses from an HTTP server which is under very heavy load, ...
2
votes
2answers
374 views
How do you return a custom 503 message?
I have a service implemented in MVC4 / ASP.NET Web Api. I would like to return a custom 503 message to my clients when the system is down for maintenance.
I have the following code:
public ...
0
votes
0answers
203 views
High volume ASP page calling an ASP.NET to leverage cache results in 503 Service Unavailable
A high volume classic ASP page is using an ASP.NET page to return xml data, taking advantage of .NET caching capabilities. The cache being used in the .net page is the Context Cache. Recently after 1 ...
1
vote
2answers
386 views
WebServer on EC2 returns 503/404/nothing
I have a Linux EC2 instance. Apache in installed and up, so when I'm ssh'ed to my instance and do
curl localhost
I see a webpage served by my Apache. But when I try to access this page by URL (like ...
0
votes
2answers
375 views
virtually hosted typo3 site returns a 503 after backend logout
I am trying to host multiple typo3 managed sites on my remote webserver but whenever I logout from a brand new install I get a 503 error and can't get past that. but I can re-install a typo3 site from ...
4
votes
2answers
4k views
Return a specific http status code in Rails
How do you return 503 Service Unavailable in Rails for the entire application?
Also, how do you do the same for specific controllers?
1
vote
1answer
472 views
503 error when using ruby's open-uri to access a specific site
I had been using the code below to crawl a website, but I think I might have crawled too much and gotten myself banned from the site entirely. As in, I can still access the site on my browser, but any ...
0
votes
4answers
531 views
Long computation in php results in 503 error
I have script that takes long time to execute. In a result server responds in 503 error. How can I set longer execution time?
In my PHP script I set:
set_time_limit(0);
ignore_user_abort(true);
9
votes
4answers
897 views
How to go into maintainance mode to safely update a production application, in Symfony 2?
I need to update source files (pull and update from the repository) in my production server, run migrations, and regenerate cached assets.
Is there any mechanism in Symfony 2 to do this safely? Like ...
2
votes
2answers
1k views
Adding new files into SVN: 503 Service Unavailable for PROPFIND request (working again)
Just recently (a week or so), literally out of the blue, our SVN repo has stopped working when adding files:
Command: Commit
Adding: C:\Users\user\Develop\test_trunk\utilities\Filter.cpp
Error: ...

