Previous Next

Thread: The FastCGI process exited unexpectedly

Last post 03-06-2008 7:17 PM by plimpton47. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 03-06-2008, 2:57 PM

    • plimpton47
    • Not Ranked
    • Joined on 03-06-2008, 2:51 PM
    • Posts 3
    • plimpton47

    The FastCGI process exited unexpectedly

    I'm running vista 64 bit and accidentally installed the TP and after a bit of fussing around I got it uninstalled and then installed fastcgi through the programs and features like i should have in the first place, now I'm getting loads of errors.

     

    Found these in my event log:

    Log Name:      Application
    Source:        Microsoft-Windows-IIS-W3SVC-WP
    Date:          3/6/2008 9:50:55 AM
    Event ID:      2280
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      plimpton-PC.redmond.corp.microsoft.com
    Description:
    The Module DLL C:\Windows\system32\inetsrv\iisfcgi.dll failed to load.  The data is the error.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" />
        <EventID Qualifiers="49152">2280</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2008-03-06T17:50:55.000Z" />
        <EventRecordID>10784</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>Application</Channel>
        <Computer>plimpton-PC.redmond.corp.microsoft.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="ModuleDll">C:\Windows\system32\inetsrv\iisfcgi.dll</Data>
        <Binary>7E000000</Binary>
      </EventData>
    </Event>

     

     

    Log Name:      System
    Source:        Microsoft-Windows-WAS
    Date:          3/6/2008 9:51:02 AM
    Event ID:      5002
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      plimpton-PC.redmond.corp.microsoft.com
    Description:
    Application pool 'DefaultAppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
    Event Xml:
    <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-03-06T17:51:02.000Z" />
        <EventRecordID>14036</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>System</Channel>
        <Computer>plimpton-PC.redmond.corp.microsoft.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="AppPoolID">DefaultAppPool</Data>
        <Binary>
        </Binary>
      </EventData>
    </Event>

     

    Log Name:      Application
    Source:        Application Error
    Date:          3/6/2008 10:34:06 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      plimpton-PC.redmond.corp.microsoft.com
    Description:
    Faulting application php-cgi.exe, version 5.2.1.1, time stamp 0x45ca53dd, faulting module ntdll.dll, version 6.0.6001.18000, time stamp 0x4791a783, exception code 0xc0000005, fault offset 0x0003dbba, process id 0x1580, application start time 0x01c87fb8a4421a4f.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2008-03-06T18:34:06.000Z" />
        <EventRecordID>10793</EventRecordID>
        <Channel>Application</Channel>
        <Computer>plimpton-PC.redmond.corp.microsoft.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>php-cgi.exe</Data>
        <Data>5.2.1.1</Data>
        <Data>45ca53dd</Data>
        <Data>ntdll.dll</Data>
        <Data>6.0.6001.18000</Data>
        <Data>4791a783</Data>
        <Data>c0000005</Data>
        <Data>0003dbba</Data>
        <Data>1580</Data>
        <Data>01c87fb8a4421a4f</Data>
      </EventData>
    </Event>

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

    • yaminij
    • Top 150 Contributor
    • Joined on 09-25-2007, 12:41 AM
    • Posts 17
    • yaminij

    Re: The FastCGI process exited unexpectedly

    This will happen if the worker process is trying to load a dll whose bitness is different from the bitness the worker process is supposed to run as. If the worker process is running in native mode (64-bit on 64-bit machines) and is trying to load a 32-bit dll or the worker process is running in wow64 mode and trying to load a 64-bit dll. Please make sure you have the 64-bit version of iisfcgi.dll under \windows\system32\inetsrv and the 32-bit version under \windows\syswow64\inetsrv using filever.exe

    Hope this helps

    Thanks

    Yamini

    Thanks
    Yamini Jagadeesan, SDET, Microsoft IIS Team
  • 03-06-2008, 5:20 PM In reply to

    • plimpton47
    • Not Ranked
    • Joined on 03-06-2008, 2:51 PM
    • Posts 3
    • plimpton47

    Re: The FastCGI process exited unexpectedly

    I'm unable to run filever on vista, i was able to get sigcheck to run and here's the output, but it doesn't really help me:

    c:\windows\system32\inetsrv\iisfcgi.dll:
            Verified:       Signed
            Signing date:   7:08 AM 1/19/2008
            Publisher:      Microsoft Corporation
            Description:    FastCGI handler
            Product:        Internet Information Services
            Version:        7.0.6001.18000
            File version:   7.0.6001.18000 (longhorn_rtm.080118-1840)
            Original Name:  iisfcgi.dll.mui
            Internal Name:  iisfcgi.dll
            Copyright:      ⌐ Microsoft Corporation. All rights reserved.
            Comments:       n/a

  • 03-06-2008, 6:42 PM In reply to

    • yaminij
    • Top 150 Contributor
    • Joined on 09-25-2007, 12:41 AM
    • Posts 17
    • yaminij

    Re: The FastCGI process exited unexpectedly

    Yes, you are right. The output does not seem to tell us whether the versions of iisfcgi.dll are 32-bit or 64-bit. Please take a look at this link to see if you can obtain filever.exe http://support.microsoft.com/kb/913111/

    Thanks
    Yamini Jagadeesan, SDET, Microsoft IIS Team
  • 03-06-2008, 7:17 PM In reply to

    • plimpton47
    • Not Ranked
    • Joined on 03-06-2008, 2:51 PM
    • Posts 3
    • plimpton47

    Re: The FastCGI process exited unexpectedly

    Yeah, i tried that already (http://www.microsoft.com/downloads/details.aspx?FamilyId=49AE8576-9BB9-4126-9761-BA8011FABF38&displaylang=en) with no luck, the installer says it only works in xp

Page 1 of 1 (5 items)
Page view counter