Service Unavailable
am 29.01.2008 04:32:36 von msnewbie
Hi,
I'm getting the following errors in the event log on a SBS 2003 SP1:
Warning x4
Event ID: 1009 Source: W3SVC
A process serving application pool 'DefaultAppPool' terminated unexpectedly.
The process id was '7828'. The process exit code was '0xffffffff'.
Error
Event ID: 1002 Source: W3SVC
Application pool 'DefaultAppPool' is being automatically disabled due to a
series of failures in the process(es) serving that application pool.
I've looked at: http://support.microsoft.com/kb/885654/en-us.
But using regmon, I only get Success, Reparse, no more entries, buffer
overflow and not found as results. I can not see anything that points toward
NT AUTHORITY\NETWORK SERVICE account not having the permissions to a registry
key. If Iâm on the wrong track any help would be greatly appreciated.
Re: Service Unavailable
am 29.01.2008 06:52:43 von Ken Schaefer
It appears that your web application crashed. You probably need to attach a
debugging tool like IISState ro Debug Diagnostics to get a dump file to
determine why the application is crashing.
Cheers
Ken
"msnewbie" wrote in message
news:BF2B09B4-CD52-4F93-B052-756C0D867BA4@microsoft.com...
> Hi,
> I'm getting the following errors in the event log on a SBS 2003 SP1:
> Warning x4
> Event ID: 1009 Source: W3SVC
> A process serving application pool 'DefaultAppPool' terminated
> unexpectedly.
> The process id was '7828'. The process exit code was '0xffffffff'.
> Error
> Event ID: 1002 Source: W3SVC
> Application pool 'DefaultAppPool' is being automatically disabled due to a
> series of failures in the process(es) serving that application pool.
>
> I've looked at: http://support.microsoft.com/kb/885654/en-us.
> But using regmon, I only get Success, Reparse, no more entries, buffer
> overflow and not found as results. I can not see anything that points
> toward
> NT AUTHORITY\NETWORK SERVICE account not having the permissions to a
> registry
> key. If Iâm on the wrong track any help would be greatly appreciated.
>
Re: Service Unavailable
am 29.01.2008 08:24:01 von msnewbie
Thanks Ken, I'll have a look at it. Is there anything obvious to do with
these errors i should be looking for?
"Ken Schaefer" wrote:
> It appears that your web application crashed. You probably need to attach a
> debugging tool like IISState ro Debug Diagnostics to get a dump file to
> determine why the application is crashing.
>
> Cheers
> Ken
>
>
>
> "msnewbie" wrote in message
> news:BF2B09B4-CD52-4F93-B052-756C0D867BA4@microsoft.com...
> > Hi,
> > I'm getting the following errors in the event log on a SBS 2003 SP1:
> > Warning x4
> > Event ID: 1009 Source: W3SVC
> > A process serving application pool 'DefaultAppPool' terminated
> > unexpectedly.
> > The process id was '7828'. The process exit code was '0xffffffff'.
> > Error
> > Event ID: 1002 Source: W3SVC
> > Application pool 'DefaultAppPool' is being automatically disabled due to a
> > series of failures in the process(es) serving that application pool.
> >
> > I've looked at: http://support.microsoft.com/kb/885654/en-us.
> > But using regmon, I only get Success, Reparse, no more entries, buffer
> > overflow and not found as results. I can not see anything that points
> > toward
> > NT AUTHORITY\NETWORK SERVICE account not having the permissions to a
> > registry
> > key. If Iâm on the wrong track any help would be greatly appreciated.
> >
>
>
Re: Service Unavailable
am 30.01.2008 02:49:25 von Ken Schaefer
Unfortunately all that IIS knows is that the worker process crashed in a way
that was unexpected. This could be because some code did something 'bad'
inside the process (e.g. corrupted some memory or something). That's
probably why you need to attach a debugger and get a dump of what is
happening inside the process when it crashes.
Cheers
Ken
"msnewbie" wrote in message
news:E30007A5-4EC4-455D-B28C-2D4E2C102BF8@microsoft.com...
> Thanks Ken, I'll have a look at it. Is there anything obvious to do with
> these errors i should be looking for?
>
> "Ken Schaefer" wrote:
>
>> It appears that your web application crashed. You probably need to attach
>> a
>> debugging tool like IISState ro Debug Diagnostics to get a dump file to
>> determine why the application is crashing.
>>
>> Cheers
>> Ken
>>
>>
>>
>> "msnewbie" wrote in message
>> news:BF2B09B4-CD52-4F93-B052-756C0D867BA4@microsoft.com...
>> > Hi,
>> > I'm getting the following errors in the event log on a SBS 2003 SP1:
>> > Warning x4
>> > Event ID: 1009 Source: W3SVC
>> > A process serving application pool 'DefaultAppPool' terminated
>> > unexpectedly.
>> > The process id was '7828'. The process exit code was '0xffffffff'.
>> > Error
>> > Event ID: 1002 Source: W3SVC
>> > Application pool 'DefaultAppPool' is being automatically disabled due
>> > to a
>> > series of failures in the process(es) serving that application pool.
>> >
>> > I've looked at: http://support.microsoft.com/kb/885654/en-us.
>> > But using regmon, I only get Success, Reparse, no more entries, buffer
>> > overflow and not found as results. I can not see anything that points
>> > toward
>> > NT AUTHORITY\NETWORK SERVICE account not having the permissions to a
>> > registry
>> > key. If Iâm on the wrong track any help would be greatly appreciated.
>> >
>>
>>