« Previous Next »

Thread: 503 error when trying localhost

Last post 12-03-2008 5:43 PM by ravi kolli. 6 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (7 items)

Sort Posts:

  • 12-01-2008, 12:10 AM

    503 error when trying localhost

    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>
     

     

  • 12-01-2008, 7:09 AM In reply to

    Re: 503 error when trying localhost

    Do you have ISAPI Filter configured?

    If yes, it looks to be issue with your 32-bit ISAPI filter. Here is what you can try:

    1. Clck Start, run and type: Inetmgr
    2. Select the Application Pools node in the left tree view.
    3. Right click on the Application Pool in question and select Advanced Settings.
    4. Under General, set Enable 32-bit Applications property to False
    5. Click OK and recycle the AppPool.

    HTH.

    ~ Ganesh

  • 12-01-2008, 5:40 PM In reply to

    Re: 503 error when trying localhost

    Hi ganesh

    The Enable 32-bit applications is set to false.......by default...

     is it not the application we design in vs2008 be it a website platform independent?

    Regards 

    Ravi

  • 12-02-2008, 1:37 PM In reply to

    • Jhagan
    • Not Ranked
    • Joined on 12-02-2008, 4:20 PM
    • Posts 13

    Re: 503 error when trying localhost

     Try setting your app pool to classic if you have not already.

  • 12-02-2008, 3:00 PM In reply to

    Re: 503 error when trying localhost

    Hi  Jhagan,

    I am getting the same errors i got with before by changing the  pools to Classic

    the same system logs.........any other ideas........

    regards 

    Ravi

  • 12-03-2008, 4:57 PM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 2,343

    Re: 503 error when trying localhost

    You should have other relevant events under the application event log (with event-source IIS-W3SVC-WP)

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 12-03-2008, 5:43 PM In reply to

    Re: 503 error when trying localhost

     I have done a windows update recently as ola it started working again........not sure 

    if that is the really reason but it is working now.......and anil i did not have any application logs...

     

Page 1 of 1 (7 items)
Microsoft Communities