IIS Worker Process and Application Pool
IIS Worker Process and Application Pool
am 25.06.2007 13:28:13 von Jos Rossiau
Hi,
I have a problem where the IIS Worker Process crashes (being caught by DEP)
on my Windows 2003 server.
Is there a way to identify which application pool the crashed process
belonged to?
I have very little knowledge of IIS so any help is very much appreciated.
With regards,
Jos Rossiau
Re: IIS Worker Process and Application Pool
am 26.06.2007 05:42:35 von Bernard
Before it crash again, do a 'iisapp.vbs' at command line.
it will lists out all app pool with associated process id.
when it crashed, check the event log for the PID, the relate it back to the
app pool.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"Jos Rossiau" wrote in message
news:467fa748$0$331$e4fe514c@news.xs4all.nl...
> Hi,
>
> I have a problem where the IIS Worker Process crashes (being caught by
> DEP) on my Windows 2003 server.
>
> Is there a way to identify which application pool the crashed process
> belonged to?
>
> I have very little knowledge of IIS so any help is very much appreciated.
>
> With regards,
>
> Jos Rossiau
>
>
>
Re: IIS Worker Process and Application Pool
am 26.06.2007 11:18:34 von Jos Rossiau
Hi Bernard,
Unfortunately the eventlog does not show the PID of the process that
crashed.
This is what the app log says:
Source : Application Error
Event ID: 1000
Description : Faulting application w3wp.exe, version 6.0.3790.1830, faulting
module unknown, versoin 0.0.0.0, fault address 0x05360340.
I have enabled drwts32 to create a dump file, maybe that will show the PID
of the failing process.
I will run iisapp.vbs at regular intervals, so I can relate the information,
however, after the latest crash I get the "Error - no results" from
iisapp.vbs.
Greetings,
Jos Rossiau
"Bernard Cheah [MVP]" schreef in bericht
news:uOP2OQ6tHHA.4440@TK2MSFTNGP06.phx.gbl...
> Before it crash again, do a 'iisapp.vbs' at command line.
> it will lists out all app pool with associated process id.
>
> when it crashed, check the event log for the PID, the relate it back to
> the app pool.
>
> --
> Regards,
> Bernard Cheah
> http://www.iis.net/
> http://www.iis-resources.com/
> http://msmvps.com/blogs/bernard/
>
>
> "Jos Rossiau" wrote in message
> news:467fa748$0$331$e4fe514c@news.xs4all.nl...
>> Hi,
>>
>> I have a problem where the IIS Worker Process crashes (being caught by
>> DEP) on my Windows 2003 server.
>>
>> Is there a way to identify which application pool the crashed process
>> belonged to?
>>
>> I have very little knowledge of IIS so any help is very much appreciated.
>>
>> With regards,
>>
>> Jos Rossiau
>>
>>
>>
>
>
Re: IIS Worker Process and Application Pool
am 27.06.2007 04:11:09 von Bernard
Ouch :) Well in this case, let's say you have 5 PID.
after the crash, you should one missing right? and that's the PID - you need
to link back to the app pool.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"Jos Rossiau" wrote in message
news:4680da65$0$327$e4fe514c@news.xs4all.nl...
> Hi Bernard,
>
> Unfortunately the eventlog does not show the PID of the process that
> crashed.
>
> This is what the app log says:
>
> Source : Application Error
> Event ID: 1000
> Description : Faulting application w3wp.exe, version 6.0.3790.1830,
> faulting module unknown, versoin 0.0.0.0, fault address 0x05360340.
>
> I have enabled drwts32 to create a dump file, maybe that will show the PID
> of the failing process.
> I will run iisapp.vbs at regular intervals, so I can relate the
> information, however, after the latest crash I get the "Error - no
> results" from iisapp.vbs.
>
> Greetings,
>
> Jos Rossiau
>
>
> "Bernard Cheah [MVP]" schreef in bericht
> news:uOP2OQ6tHHA.4440@TK2MSFTNGP06.phx.gbl...
>> Before it crash again, do a 'iisapp.vbs' at command line.
>> it will lists out all app pool with associated process id.
>>
>> when it crashed, check the event log for the PID, the relate it back to
>> the app pool.
>>
>> --
>> Regards,
>> Bernard Cheah
>> http://www.iis.net/
>> http://www.iis-resources.com/
>> http://msmvps.com/blogs/bernard/
>>
>>
>> "Jos Rossiau" wrote in message
>> news:467fa748$0$331$e4fe514c@news.xs4all.nl...
>>> Hi,
>>>
>>> I have a problem where the IIS Worker Process crashes (being caught by
>>> DEP) on my Windows 2003 server.
>>>
>>> Is there a way to identify which application pool the crashed process
>>> belonged to?
>>>
>>> I have very little knowledge of IIS so any help is very much
>>> appreciated.
>>>
>>> With regards,
>>>
>>> Jos Rossiau
>>>
>>>
>>>
>>
>>
>
>