Please help me!
IIS Doesn â??t work after installation of Windows 2003 service pack 1 and
latest service packs.
In System Event viewer continuously receive these error and application pool
continuously restart :

Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1012
Date: 11/10/2005
Time: 10.49.25
User: N/A
Computer: MIW3DEV1
Description:
A process serving application pool 'Prova' exceeded time limits during start
up. The process id was '1180'.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: b4 05 07 80 ´..�


And :

Event Type: Information
Event Source: Application Popup
Event Category: None
Event ID: 26
Date: 11/10/2005
Time: 10.49.26
User: N/A
Computer: MIW3DEV1
Description:
Application popup: w3wp.exe - Application Error : The instruction at
"0x00e9415b" referenced memory at "0x00000000". The memory could not be
"written".

Click on OK to terminate the program
Click on CANCEL to debug the program

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Thank you in advance!
Donato

RE: IIS crash after windows 2003 service pack 1 installation by Stewart

Stewart
Tue Oct 11 06:03:03 CDT 2005

Hi,

Do you have any ISAPI filters being used on any of your websites? If you do,
you need to check their compatibility with SP1, you may find that there is an
issue with one being incompatible with the update?

Regards,
Stewart.

"Donato" wrote:

> Please help me!
> IIS Doesn â??t work after installation of Windows 2003 service pack 1 and
> latest service packs.
> In System Event viewer continuously receive these error and application pool
> continuously restart :
>
> Event Type: Warning
> Event Source: W3SVC
> Event Category: None
> Event ID: 1012
> Date: 11/10/2005
> Time: 10.49.25
> User: N/A
> Computer: MIW3DEV1
> Description:
> A process serving application pool 'Prova' exceeded time limits during start
> up. The process id was '1180'.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> Data:
> 0000: b4 05 07 80 ´..�
>
>
> And :
>
> Event Type: Information
> Event Source: Application Popup
> Event Category: None
> Event ID: 26
> Date: 11/10/2005
> Time: 10.49.26
> User: N/A
> Computer: MIW3DEV1
> Description:
> Application popup: w3wp.exe - Application Error : The instruction at
> "0x00e9415b" referenced memory at "0x00000000". The memory could not be
> "written".
>
> Click on OK to terminate the program
> Click on CANCEL to debug the program
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> Thank you in advance!
> Donato
>

Re: IIS crash after windows 2003 service pack 1 installation by David

David
Tue Oct 11 14:08:32 CDT 2005

You are running some code on the web server that is crashing the worker
process (it is dereferencing NULL) and if you have rapid-fail-protection
enabled, then IIS6 will disable the application pool from restarting.
Otherwise, the application pool will continuously try to restart (by-design)

Use a tool like DebugDiag from microsoft.com to diagnose and fix whatever
you are running that is crashing.

So far, everything you have described sounds like by-design. It sounds like
you disabled rapid-fail-protection for some reason, so you should be aware
of the consequences. As for the code that is now crashing, you need to use a
tool like DebugDiag to self-help figure out what is crashing and where to
follow up for support -- otherwise, your only choices are to either know how
to debug code yourself, or pay someone else to debug.

http://blogs.msdn.com/david.wang/archive/2005/08/29/HOWTO_Understand_and_Diagnose_an_AppPool_Crash.aspx

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Donato" <sigfrido03@hotmail.com> wrote in message
news:4FC2DD21-A000-4E51-878B-17BFC7D2215B@microsoft.com...
Please help me!
IIS Doesn 't work after installation of Windows 2003 service pack 1 and
latest service packs.
In System Event viewer continuously receive these error and application pool
continuously restart :

Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1012
Date: 11/10/2005
Time: 10.49.25
User: N/A
Computer: MIW3DEV1
Description:
A process serving application pool 'Prova' exceeded time limits during start
up. The process id was '1180'.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: b4 05 07 80 ´..?


And :

Event Type: Information
Event Source: Application Popup
Event Category: None
Event ID: 26
Date: 11/10/2005
Time: 10.49.26
User: N/A
Computer: MIW3DEV1
Description:
Application popup: w3wp.exe - Application Error : The instruction at
"0x00e9415b" referenced memory at "0x00000000". The memory could not be
"written".

Click on OK to terminate the program
Click on CANCEL to debug the program

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

Thank you in advance!
Donato