Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - Web Service Crashes

Reply
 
Old 12-30-2008   #1 (permalink)
CQL User


 
 

Web Service Crashes

I'm running 2003 Standard and IIS 6.0 with ASPNet 2.0.50727.

I hava plaguing situation where this particular application keeps crashing
with the following, some times back to back, sometimes after an hour or so.

App Log:

Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 1000
Date: 12/30/2008
Time: 3:48:45 AM
User: N/A
Computer: WEB02
Description:
Faulting application w3wp.exe, version 6.0.3790.3959, stamp 45d6968e,
faulting module kernel32.dll, version 5.2.3790.4062, stamp 46264680, debug?
0, fault address 0x0000bee7.

System Log:
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1011
Date: 12/30/2008
Time: 3:48:50 AM
User: N/A
Computer: WEB02
Description:
A process serving application pool 'WEBAppXX' suffered a fatal communication
error with the World Wide Web Publishing Service. The process id was '2176'.
The data field contains the error number.

I have over 20 other webs on the same server that do not crash like this.
But this app crashes about every hour during heavy loads. My developers
can't find the cause. I've looked at the IIS logs but don't think the
failing event is even being registered. I've run Process Monitor, but there
is no clear pattern as to a calling event that shows during the crash.

I have 2 other app pools in the same webspace, seperating 2 other apps and
they do not fail, just this one.

Any suggestions or has someone else run into this before? I need to resolve
this.

Thanks.




My System SpecsSystem Spec
Old 12-30-2008   #2 (permalink)
rhaazy


 
 

Re: Web Service Crashes

I wish I could offer something more specific but I recently had the
same problem.

Heres the scenario.

This new application was using the .NET 3.5 framework. When we put it
on the server, we had to install the service pack. After installing
the service pack we ran into the same kinds of issues you described
above. The solution was to realize there was a service pack, and
another installer called a bootstrap. The bootstrap looks at only
what is required by the machine and installs only those features as
opposed to the service pack which installed everything.



On Dec 30, 5:39*am, "CQL User" <f...@xxxxxx> wrote:
Quote:

> I'm running 2003 Standard and IIS 6.0 with ASPNet 2.0.50727.
>
> I hava plaguing situation where this particular application keeps crashing
> with the following, some times back to back, sometimes after an hour or so.
>
> App Log:
>
> Event Type: Error
> Event Source: .NET Runtime 2.0 Error Reporting
> Event Category: None
> Event ID: 1000
> Date: *12/30/2008
> Time: *3:48:45 AM
> User: *N/A
> Computer: WEB02
> Description:
> Faulting application w3wp.exe, version 6.0.3790.3959, stamp 45d6968e,
> faulting module kernel32.dll, version 5.2.3790.4062, stamp 46264680, debug?
> 0, fault address 0x0000bee7.
>
> System Log:
> Event Type: Warning
> Event Source: W3SVC
> Event Category: None
> Event ID: 1011
> Date: *12/30/2008
> Time: *3:48:50 AM
> User: *N/A
> Computer: WEB02
> Description:
> A process serving application pool 'WEBAppXX' suffered a fatal communication
> error with the World Wide Web Publishing Service. The process id was '2176'.
> The data field contains the error number.
>
> I have over 20 other webs on the same server that do not crash like this.
> But this app crashes about every hour during heavy loads. *My developers
> can't find the cause. *I've looked at the IIS logs but don't think the
> failing event is even being registered. *I've run Process Monitor, but there
> is no clear pattern as to a calling event that shows during the crash.
>
> I have 2 other app pools in the same webspace, seperating 2 other apps and
> they do not fail, just this one.
>
> Any suggestions or has someone else run into this before? *I need to resolve
> this.
>
> Thanks.
My System SpecsSystem Spec
Old 12-30-2008   #3 (permalink)
CQL User


 
 

Re: Web Service Crashes

Thanks.

But to make sure I understand, what fixed it? The Service pack or the
bootstrap? Can you be specific so I can give it a try?

This is a web farm, and is occuring on BOTH servers, so I can try on one
before the other.

Thanks.

"rhaazy" <rhaazy@xxxxxx> wrote in message
news:e15a4bca-3dd6-4138-abe1-ac10c6890c2c@xxxxxx
I wish I could offer something more specific but I recently had the
same problem.

Heres the scenario.

This new application was using the .NET 3.5 framework. When we put it
on the server, we had to install the service pack. After installing
the service pack we ran into the same kinds of issues you described
above. The solution was to realize there was a service pack, and
another installer called a bootstrap. The bootstrap looks at only
what is required by the machine and installs only those features as
opposed to the service pack which installed everything.



On Dec 30, 5:39 am, "CQL User" <f...@xxxxxx> wrote:
Quote:

> I'm running 2003 Standard and IIS 6.0 with ASPNet 2.0.50727.
>
> I hava plaguing situation where this particular application keeps crashing
> with the following, some times back to back, sometimes after an hour or
> so.
>
> App Log:
>
> Event Type: Error
> Event Source: .NET Runtime 2.0 Error Reporting
> Event Category: None
> Event ID: 1000
> Date: 12/30/2008
> Time: 3:48:45 AM
> User: N/A
> Computer: WEB02
> Description:
> Faulting application w3wp.exe, version 6.0.3790.3959, stamp 45d6968e,
> faulting module kernel32.dll, version 5.2.3790.4062, stamp 46264680,
> debug?
> 0, fault address 0x0000bee7.
>
> System Log:
> Event Type: Warning
> Event Source: W3SVC
> Event Category: None
> Event ID: 1011
> Date: 12/30/2008
> Time: 3:48:50 AM
> User: N/A
> Computer: WEB02
> Description:
> A process serving application pool 'WEBAppXX' suffered a fatal
> communication
> error with the World Wide Web Publishing Service. The process id was
> '2176'.
> The data field contains the error number.
>
> I have over 20 other webs on the same server that do not crash like this.
> But this app crashes about every hour during heavy loads. My developers
> can't find the cause. I've looked at the IIS logs but don't think the
> failing event is even being registered. I've run Process Monitor, but
> there
> is no clear pattern as to a calling event that shows during the crash.
>
> I have 2 other app pools in the same webspace, seperating 2 other apps and
> they do not fail, just this one.
>
> Any suggestions or has someone else run into this before? I need to
> resolve
> this.
>
> Thanks.

My System SpecsSystem Spec
Old 12-30-2008   #4 (permalink)
rhaazy


 
 

Re: Web Service Crashes

We uninstalled the servicepack and then ran the bootstrap instead of
the servicepack. So apparently installing the NECESSARY components
only was the fix to our problem. I have no details beyond that, good
luck.

On Dec 30, 10:50*am, "CQL User" <f...@xxxxxx> wrote:
Quote:

> Thanks.
>
> But to make sure I understand, what fixed it? *The Service pack or the
> bootstrap? *Can you be specific so I can give it a try?
>
> This is a web farm, and is occuring on BOTH servers, so I can try on one
> before the other.
>
> Thanks.
>
> "rhaazy" <rha...@xxxxxx> wrote in message
>
> news:e15a4bca-3dd6-4138-abe1-ac10c6890c2c@xxxxxx
> I wish I could offer something more specific but I recently had the
> same problem.
>
> Heres the scenario.
>
> This new application was using the .NET 3.5 framework. *When we put it
> on the server, we had to install the service pack. *After installing
> the service pack we ran into the same kinds of issues you described
> above. *The solution was to realize there was a service pack, and
> another installer called a bootstrap. *The bootstrap looks at only
> what is required by the machine and installs only those features as
> opposed to the service pack which installed everything.
>
> On Dec 30, 5:39 am, "CQL User" <f...@xxxxxx> wrote:
>
>
>
Quote:

> > I'm running 2003 Standard and IIS 6.0 with ASPNet 2.0.50727.
>
Quote:

> > I hava plaguing situation where this particular application keeps crashing
> > with the following, some times back to back, sometimes after an hour or
> > so.
>
Quote:

> > App Log:
>
Quote:

> > Event Type: Error
> > Event Source: .NET Runtime 2.0 Error Reporting
> > Event Category: None
> > Event ID: 1000
> > Date: 12/30/2008
> > Time: 3:48:45 AM
> > User: N/A
> > Computer: WEB02
> > Description:
> > Faulting application w3wp.exe, version 6.0.3790.3959, stamp 45d6968e,
> > faulting module kernel32.dll, version 5.2.3790.4062, stamp 46264680,
> > debug?
> > 0, fault address 0x0000bee7.
>
Quote:

> > System Log:
> > Event Type: Warning
> > Event Source: W3SVC
> > Event Category: None
> > Event ID: 1011
> > Date: 12/30/2008
> > Time: 3:48:50 AM
> > User: N/A
> > Computer: WEB02
> > Description:
> > A process serving application pool 'WEBAppXX' suffered a fatal
> > communication
> > error with the World Wide Web Publishing Service. The process id was
> > '2176'.
> > The data field contains the error number.
>
Quote:

> > I have over 20 other webs on the same server that do not crash like this.
> > But this app crashes about every hour during heavy loads. My developers
> > can't find the cause. I've looked at the IIS logs but don't think the
> > failing event is even being registered. I've run Process Monitor, but
> > there
> > is no clear pattern as to a calling event that shows during the crash.
>
Quote:

> > I have 2 other app pools in the same webspace, seperating 2 other apps and
> > they do not fail, just this one.
>
Quote:

> > Any suggestions or has someone else run into this before? I need to
> > resolve
> > this.
>
Quote:

> > Thanks.- Hide quoted text -
>
> - Show quoted text -
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
"WMP Network Sharing Service" crashes PC, cant configure extender. Vista networking & sharing
Windows Event Log service crashes, and I can't get the hotfix! Vista General
Windows Update Service crashes when attempting to check for new updates Vista General
"Diagnostic Policy Service" crashes on Vista Basic Vista installation & setup
windows audio service crashes, along with taskbar theme Vista music pictures video


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46