About .NET and Server too Busy Error

About .NET and Server too Busy Error

am 23.01.2007 17:42:22 von unknown

Hi,

i have a web application make in .NET 1.1 SP1 and sometime the customers
telle me that this error occurred :






Server Error in '/MyApp' Application.
size=1 color=silver>





Server Too Busy









Description: An unhandled exception occurred during the
execution of the current web request. Please review the stack trace for more
information about the error and where it originated in the code.









Exception Details: System.Web.HttpException: Server Too
Busy





Source Error:














An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.













Stack Trace:












[HttpException (0x80004005): Server Too Busy]
System.Web.HttpRuntime.RejectRequestInternal(HttpWorkerRequest wr) +148




But it's a really "web server too busy" problem or a FrameWork/Application
problem ?

On the same server in the same webiste i have also a classic ASP 3.0
application with more traffic but for this the error was not displayed.

Thanks in advance.

Re: About .NET and Server too Busy Error

am 23.01.2007 21:16:16 von David Wang

Look at the ASP.Net Request Queued counter. It's probably high,
indicating that your web application is not handling the incoming load
(hence ASP.Net has to queue for you), possibly because it takes the
application too long to process a request or it hangs onto/withholds
the CLR threads from ASP.Net to do work.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//



io.com@newsgroup.nospam wrote:
> Hi,
>
> i have a web application make in .NET 1.1 SP1 and sometime the customers
> telle me that this error occurred :
>
>
>
>
>
>
>

Server Error in '/MyApp' Application.
> size=1 color=silver>


>
>
>
>

Server Too Busy


>
>
>
>
>
>
>
> Description: An unhandled exception occurred during the
> execution of the current web request. Please review the stack trace for more
> information about the error and where it originated in the code.
>
>
>
>


>
>
>
> Exception Details: System.Web.HttpException: Server Too
> Busy


>
>
>
> Source Error:


>
>
>
>
>
>
>
>

>
>
>
>
> An unhandled exception was generated during the execution of the current web
> request. Information regarding the origin and location of the exception can
> be identified using the exception stack trace below.

>
>
>
>

>
>
>
>

>
>
>
> Stack Trace:


>
>
>
>
>
>

>

>
>
>
> [HttpException (0x80004005): Server Too Busy]
> System.Web.HttpRuntime.RejectRequestInternal(HttpWorkerRequest wr) +148
>

>
>
>
> But it's a really "web server too busy" problem or a FrameWork/Application
> problem ?
>
> On the same server in the same webiste i have also a classic ASP 3.0
> application with more traffic but for this the error was not displayed.
>
> Thanks in advance.

Re: About .NET and Server too Busy Error

am 24.01.2007 10:52:30 von wjzhang

Hi,

Please also monitor w3wp.exe process's memory usage, see if there is
corresponding OutOfMemoryException thrown out. If so, the problematic web
application may also encounter memory leak symptom.

Thanks.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx .

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.