Hi everyone,
I am getting an HTTP Error 503. The service is unavailable. my accessing the http://localhost
i know there is already a tutorial by Mike Volodarsky given at this
http://mvolo.com/blogs/serverside/archive/2006/10/19/Where-did-my-IIS7-server-go_3F00_-Troubleshooting-_2200_service-unavailable_2200_-errors.aspx
identified that my problem is that of the WAS is disabling the application pool after series of failures
the series of warnings are like this
A listener channel for protocol 'http' in worker process '3520' serving application pool 'DefaultAppPool' reported a listener channel failure. The data field contains the error number.
and then the error message
Application pool 'DefaultAppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
so i have followed his guide to
http://mvolo.com/blogs/serverside/archive/2007/05/19/Troubleshooting-IIS7-503-_2200_Service-unavailable_2200_-errors-with-startup-debugging.aspx
page and downloaded the debugging tools. i was trying to add the registry changes but i could not find the any branches in the root Image File Execution Options.
any help would be great. thank you.....
Further information....
I am using a vista 64 and have vs2008 and sqlserver 2008 on my system. Is the problem anyway related to the operating system or the software i am using because i was using vista 32 before with vs2008 and sqlexpress 2005 and the IIS was working fine.
I was curious because i have looking at this http://haacked.com/archive/2007/05/21/the-iis-7-team-rocks.aspx saying the issue is solved
and run the command 'netsh http show urlacl'
and the entries are
URL Reservations:
-----------------
Reserved URL : https://+:2178/BITS-peer-caching/
User: NT SERVICE\BITS
Listen: Yes
Delegate: No
SDDL: D:(A;;GX;;;S-1-5-80-864916184-135290571-3087830041-1716922880-4237303741)
Reserved URL : http://*:2869/
User: NT AUTHORITY\LOCAL SERVICE
Listen: Yes
Delegate: No
SDDL: D:(A;;GX;;;LS)
Reserved URL : http://*:5357/
User: BUILTIN\Users
Listen: Yes
Delegate: No
User: NT AUTHORITY\LOCAL SERVICE
Listen: Yes
Delegate: No
SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
Reserved URL : https://*:5358/
User: BUILTIN\Users
Listen: Yes
Delegate: No
User: NT AUTHORITY\LOCAL SERVICE
Listen: Yes
Delegate: No
SDDL: D:(A;;GX;;;BU)(A;;GX;;;LS)
Reserved URL : http://+:80/wsman/
User: NT AUTHORITY\NETWORK SERVICE
Listen: Yes
Delegate: Yes
SDDL: D:(A;;GA;;;NS)
Reserved URL : http://+:10243/WMPNSSv4/
User: NT SERVICE\WMPNetworkSvc
Listen: Yes
Delegate: No
SDDL: D:(A;;GX;;;S-1-5-80-2375682873-768044350-3534595160-1005545032-2873800392)
Reserved URL : https://+:443/sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/
User: NT SERVICE\SstpSvc
Listen: Yes
Delegate: Yes
User: BUILTIN\Administrators
Listen: No
Delegate: No
User: NT AUTHORITY\SYSTEM
Listen: Yes
Delegate: Yes
SDDL: D:(A;;GA;;;S-1-5-80-3435701886-799518250-3791383489-3228296122-2938884314)(A;;GR;;;BA)(A;;GA;;;SY)
Reserved URL : http://+:8731/Design_Time_Addresses/
User: NT AUTHORITY\INTERACTIVE
Listen: Yes
Delegate: No
SDDL: D:(A;;GX;;;IU)
Reserved URL : http://+:80/Temporary_Listen_Addresses/
User: \Everyone
Listen: Yes
Delegate: No
SDDL: D:(A;;GX;;;WD)
Reserved URL : http://+:80/ReportServer_SQLS/
User: RAVI\Administrator
Listen: Yes
Delegate: No
SDDL: D:(A;;GX;;;LA)
Reserved URL : http://+:80/Reports_SQLS/
User: RAVI\Administrator
Listen: Yes
Delegate: No
SDDL: D:(A;;GX;;;LA)
http://+:80/wsman/,http://+:80/Reports_SQLS/,http://+:80/ReportServer_SQLS/ are this causing any of these errors....
the logfiles of the errors mentioned above
5 warnings
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" />
<EventID Qualifiers="32768">5139</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2008-12-01T04:29:42.000Z" />
<EventRecordID>55056</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>Ravi</Computer>
<Security />
</System>
- <EventData>
<Data Name="AppPoolID">DefaultAppPool</Data>
<Data Name="ProcessID">4120</Data>
<Data Name="param3">0</Data>
<Data Name="ProtocolID">http</Data>
<Binary>7E000780</Binary>
</EventData>
</Event>
and the error
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" />
<EventID Qualifiers="49152">5002</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2008-12-01T04:29:42.000Z" />
<EventRecordID>55058</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>Ravi</Computer>
<Security />
</System>
- <EventData>
<Data Name="AppPoolID">DefaultAppPool</Data>
<Binary />
</EventData>
</Event>