Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS 2013: HTTP code 503: Service Unavailable

Tags:

iis

tfs

All of a sudden, our TFS server down. When I checked in IIS, http://localhost:8080/tfs is giving 503 service error.

Below application pools are getting stopped automatically, even though I manually made them start in IIS manager. Microsoft Team Foundation Server Application Pool, Microsoft Team Foundation Server Proxy Application Pool

Please guide me to solve this issue

like image 247
lavanya b Avatar asked Jun 11 '15 09:06

lavanya b


People also ask

Is 503 service temporarily unavailable?

The HTTP 503 service unavailable error code indicates a website is temporarily unavailable. Whether you're a website visitor or an administrator, the 503 page is bothersome. Although the error suggests a server-side issue, there are some possible solutions for both visitors and web admins.

How do I fix HTTP Error 503 the service is unavailable Sharepoint?

Go to Start >> All Programs >> Administrative Tools >> Internet Information Services (IIS) Manager. Locate your App Pool account and right-click on it and select “Advanced Settings”. Go to process model then Identity Click on the Identity >> Set and then give the user name, password and confirm password.


2 Answers

This problem occurred due to network problem. Below steps solved the issue.

  1. I changed the server from domain to workgroup and restarted the machine.
  2. Again I changed from workgroup to domain and restarted the machine.
  3. Goto IIS manager->Application Pools->Right click on Microsoft Team Foundation Server Application Pool->Advance Settings
  4. Under Process Model section, Set the identity again with my domain credentials
  5. reset IIS by running IISReset command as admin

Thank you for your replies.

like image 158
lavanya b Avatar answered Oct 18 '22 23:10

lavanya b


When TFS Build reports the 503 error it can just be a temporary issue. This can happen if you are attempting to access the build server just after first configuring it—or, in your case, just after the TFS server has gone down and has been restarted—and the relevant services are not yet fully available.

Resolution in this case is simply a matter of waiting, and retrying in 5 or 10 minutes or so.

like image 45
Reg Edit Avatar answered Oct 19 '22 01:10

Reg Edit