Tagged Questions

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

learn more… | top users | synonyms

9
votes
7answers
20k views

Solving SharePoint Server 2010 - 503. The service is unavailable, After installation

Installed: SharePoint Server 2010 for Internet Enterprise Beta (x64) On: Windows Server 2008 Standard (x64) on 64 bit hardware Attempts to access the Central Administration console led to IIS ...
9
votes
6answers
16k views

A process serving application pool 'Classic .NET AppPool' suffered a fatal communication error with the Windows Process Activation Service. HTTP Error 503

I am running an ASP.NET 3.5 web application on IIS 7 on Windows Server 2008. I received the following error earlier this afternoon: HTTP Error 503. The service is unavailable. I looked in the Event ...
6
votes
3answers
104 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 ...
5
votes
4answers
800 views

What happens to other users if the .NET worker process crashes?

My knowledge of how processes are handled by the ASP.Net worker process is woefully inadequate. I'm hoping some of the experts out there can fill me in. If I crash the worker process with a ...
5
votes
4answers
2k views

Custom Error Page for Http Error 503

I need to send a Customized Error page for 503 Errors produced by my asp.net website. I have tried to simulate the condition by switching off the application pool (doesn't work) and by flooding my ...
3
votes
1answer
91 views

How to return 503 server busy based on cpu/memory usage or pending requests?

I am working on high performance web application that uses jetty and jersey for REST. I am trying to find the best way to return 503 if CPU load, memory bandwidth or pending connections are high. ...
3
votes
2answers
2k views

What possibilities can cause “Service Unavailable 503” error?

we have a asp.net MVC application deployed to a server, and but when there is too many request to the server, the client will just get a "503 service unavailable" error. But if I deployed the ...
3
votes
3answers
2k views

What raises HTTP 503 and how to change timeout?

I have inherited an application (internal to my company) that uses javascript running in Internet Explorer which makes Ajax calls to a Struts-based application running in WebLogic Server v10. Certain ...
3
votes
2answers
4k views

IIS 7.0 503 errors with generic handler (.ashx) implementing IHttpAsyncHandler

I'm running into some performance issues using a generic handler that implements IHttpAsyncHandler. At its simplest, the handler receives a GET request, and 20 seconds later ends the response after ...
2
votes
4answers
526 views

custom 503 error page thrown from servlet java

This is pretty simple and straight forward. I want to thrown an error 503 from servlet side. Pretty simple right ? response.sendError(503); When this is thrown , i need it to hit a custom error ...
2
votes
1answer
2k views

apache tomcat 503 custom error page

I have apache2 and tomcat6(not installed from apt repository, manually downloaded and installed) running on port 80 with mod_jk setup. The jsp servlet pages are accessed pointing the browser to ...
2
votes
1answer
711 views

How to display a JSON error message?

I'm currently developing a tumblr theme and have built a jQuery JSON thingamabob that uses the Tumblr API to do the following: The user would click on the "post type" link (e.g. Video Posts), at ...
1
vote
2answers
37 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
2answers
112 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: ...
1
vote
2answers
244 views

Mono + apache2 = Service Temporarily Unavailable (503)

For a week now I've been trying to get my mono configuration running with apache. I must have tried virtually anything, shamefully I notice no changes, the problem remains the same. When I try to ...
1
vote
1answer
593 views

IIS7: A process serving application pool 'YYYYY' suffered a fatal communication error with the Windows Process Activation Service

We're running a 32-bit Windows server 2008 with an IIS version of 7. We're attempting to publish an asp.net 4.0 webapp and so far our attempts have only yielded a few warnings in the serverlog without ...
1
vote
3answers
106 views

Strange .net webservice 503 issue

I have a fairly strange(IMO) issue here with a webservice provided by a third party. On calling the webservice on the live server, all works as expected. Calling it on a development setup, sometimes ...
1
vote
2answers
181 views

Testing for redirects in Perl

I was hoping to check for webpage redirects using Perl. I've tried using LWP but it only catches 503 redirects and not htaccess redirects or Javascript redirects. Any help would be greatly ...
1
vote
0answers
769 views

Tomcat server error: 503 Service Temporarily Unavailable

the server was running fine the last few months then suddenly today and yesterday it just stop responding and returned the 503 error. it works when i restarted the server but in a few hours, it stops ...
1
vote
1answer
686 views

Show a custom 503 page if upstream is down

I am using nginx as a frontend to an apache server. The config file looks like: upstream apache { server localhost:8000; } server { listen 80; error_page 503 /www/static/503.html; # ...
1
vote
1answer
313 views

.htaccess custom 503 page won't work

First 3 Lines of my .htaccess file look like that: ErrorDocument 403 /wartung/404.html ErrorDocument 404 /wartung/404.html ErrorDocument 503 /wartung/503.html While 403 and 404 work out 503 still ...
1
vote
1answer
2k views

Service Unavailable 503 + The HTTP service located at http://localhost/ProductsService/Service.svc is too busy

Hi I have been trying to solve my problem, however couldn't do anything about it. The problem is http://localhost/productservice/service.svc when type this address in my browser it gives me 503 ...
1
vote
7answers
2k views

asp.net : IIS Service Unavailable

When I attempt to update the code on a IIS webserver by replacing the old code with my new code, I receive 503 Service Unavailable replys when attempting to access any of the replaced pages on the ...
0
votes
0answers
51 views

What could be causing this virtualhost change to produce a 503 error?

Thanks for taking the time to look at my problem. I'm trying to get my domain to point at a different folder on my server but I'm running into a 503 error. When I change the DocumentRoot and ...
0
votes
1answer
73 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
60 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);
0
votes
0answers
46 views

Failed JSP Nullpointer Exception

Having a bit of trouble with a server test that keeps throwing up the error 'ERROR org.mortbay.log - failed jsp' followed by a stack trace with NullPointerException. The server will still run on ...
0
votes
0answers
128 views

Embedded image in apache tomcat 503 custom error page not getting displayed\found

I have apache2 and tomcat6(not installed from apt repository, manually downloaded and installed) running on port 80 with mod_jk setup. The jsp servlet pages are accessed pointing the browser to ...
0
votes
0answers
116 views

Can Tomcat interrupt request-handling thread execution and cause Service unavailable?

We have a mysterious error in our Tomcat and webapps log. A Java web application is running on Tomcat 6, uses Oracle 11g database. All request are logged. We use Commons DBCP for database connection ...
0
votes
0answers
44 views

Repeating 503's messages when querying DBpedia

I'm new in this area, so any help would be much appreciated. I'm conducting a series of queries to DBpedia SPARQL endpoint (from inside a loop). The code looks more or less like this: for (String ...
0
votes
0answers
78 views

503 error from Google Books API when accessed from EC2

On my Amazon EC2 instance: ~$ curl -XGET https://www.googleapis.com/books/v1/volumes?q=Mark+Twain { "error": { "errors": [ { "domain": "global", "reason": "unknownLocation", ...
0
votes
1answer
218 views

Handle error 503 in application web.xml?

i tried to handle the error code 503 in my application web.xml as follows: <error-page> <error-code>503</error-code> <location>/serviceNotAvailable</location> ...
0
votes
1answer
2k views

How to Detect cause of 503 Service Temporarily Unavailable error and handle it?

i am getting the error 503 Service Temporarily Unavailable many times in my application and i want to detect why this error occurs, how ? if there's a log file or something like that, since i am not ...
0
votes
0answers
140 views

Tomcat 503 - Server unavailable.. One instance works, need to use other instance

I have one instance of tomcat running currently and I'm trying to implement jUDDI. I downloaded the tomcat bundle version which has tomcat built into the package. I'm using mod_jk and declared my ...
0
votes
0answers
46 views

create local webserver [closed]

I want to create a local web server that will always returns 503. Also, I want to set different values for retry-after header. Can anyone tell me how can I do the same?
0
votes
0answers
48 views

Which one is search engine friendly 503 vs 408 under heavy loads traffic?

Under heavy loads server circumtances, which one is search engine friendly error code I should give? * 503 Service Unavailable or * 408 Timeout
0
votes
1answer
1k views

IIS 7 Service Unavailable 503 ERROR

I am encountering a 503 - Service Unavailable error. I checked the event log and found this: The Module name FastCgiModule path C:\WINDOWS\System32\inetsrv\iisfcgi.dll returned an error from ...
0
votes
1answer
455 views

How to set Apache HTTP 503 error code instead of HTTP 500 on PHP error

any ideas how to replace Apache HTTP 500 (Internal Server Error) error by HTTP 503 (Service Unavailable) on PHP error once PHP error displaying is off? This is much better option to inform spiders to ...
0
votes
1answer
326 views

503 error while deploying Google App Engine application

I am trying to deploy an application on Google App Engine. While using appcfg.py to update my application, it is showing the following error: Precompilation starting. Error 503: --- begin server ...
0
votes
1answer
134 views

Why would a 503 Error occur in one location but not in another?

Why would a '503 - Service Temporarily Unavailable' message appear for a website in one place, but load perfectly well in another? Other websites are loading fine where the user is receiving a 503 ...
0
votes
1answer
618 views

How to Construct a Site Holding Page on IIS7?

I want to build a holding page so that during site maintenance we can display something appropriate. Shopping list: Ease of toggling On/Off Don't want Google BOT to think all the pages have ...
0
votes
1answer
459 views

drupal rebuild content access HTTP error 503 occurred

I have a multisite drupal installation with domain access module. Off late, I have started getting this warning 'need to build access permission'. Also, I went tried rebuild the access permission, I ...
0
votes
2answers
379 views

Solr + Jetty Gives HTTP 503 on Debian

(This is a cross-post from servefault. I'm posting it here because no one answered my post there, and I feel that this sort of hits an awkward space half-way between both stackoverflow and ...
0
votes
1answer
712 views

How to use a ThrottlingFilter for Jetty in Restlet

I would like to configure a webservice so that once the accept queue is full the service returns 503. Currently, these requests seem to just time out. I did set paramters like maxThreads and ...
0
votes
2answers
701 views

IIS6: 503 errors and CPU spikes

So, there is a horribly written site that I occasionally help out with that was originally written in classic ASP. It was then "ported" to ASP.NET by moving the global variables to the code behind ...
-1
votes
1answer
430 views

server 2008 .net framework 4 503 error

I just installed .net 4 on my server 2008 and I keep getting Service Unavailable HTTP Error 503. The service is unavailable. messages from any application I try to run as .net 4. The application ...