Skip Ribbon Commands Skip to main content

SharePoint Happenings

Help (new window)
Sign In
Navigate Up
Get Microsoft Silverlight
Install Silverlight plugin for a richer experience...
Blog Home |  Freeware |  Speaking |  About me

Service Unavailable – HTTP Error 503. The service is unavailable.



Bookmark and Share

Top Tech Links










Top SharePoint Administrator Links









Top SharePoint Developer Links













NOTE: This blog has been moved to http://blog.philwicklund.com. If you'd like assistance, leave a comment on the copied post in the new location (hint, use search on the right to find the post).


 

While this error isn't terribly uncommon – the event log spewed something quite interesting that I didn't see much on the blogs about. All of a sudden on my web front ends I was getting this HTTP error 503. So, I quickly jumped over to the application event log and noticed the more detailed error:

 

"Windows Process Activation Service (WAS) encountered a failure when it started a worker process to serve the application pool"

 

For others out there that see this error, my problem was the password for my service account had expired (embarrassing mistake J). To fix it I had to:

  1. Change the service account so that the password never expires.
  2. Reset the password to exactly as it was before it expired.
  3. Start the application pool(s) in IIS.

 

That did the trick!

 

Phil