473,396 Members | 1,768 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Base Exception:System.OutOfMemoryException error message

Hi

We are running IIS 5.0 cluster with cisco local director.
We are running a website on 2 webservers and I have been
observing that from past few days we have are getting
this error message of and on

Error Messag
Remote IP:66.122.242.6
Host:216.211.212.2
Platform:Win9
Browser:I
Type:IE
Version:6.
Cookies:Tru
Path: /frmChangePhone.asp
Full Path: /frmChangePhone.aspx
dcid=57&adid=89&hfid=4448tsid=7877&ptptid=&ptid=78 787878&
fid=1291&qqdi=8&tmid=8989&attid=898&glhdh=12_2313_ 5545_85
876_55__12&coslid=erw_fsadf_fsdsf_fsfds_fsf&fksf=4 2&nmncn
m=535&nmmnmf=66&bnbcbn=4444&afid=22&crid=12&prid=3 05&rpid
118&pmid=&zpcd=92122&guid=&rtid=7000970&stid=.7waa tn6umc
d0nx_uxlqeovovxnsfew4q&d1cid=ws3&a2did=89&4hfid=34 348&tas
d=7873e2&agtid=&ptsid=7834444&sfiad=391&cqqdi=2123 &btmid=
93232&gattid=8&lhdh=51215_857876_55__12&slid=erw_f s333adf
&fksa=412&nnzm=5123125&mmnf=12366&bnbcbn=114&zipco de=9212
Referer: http://www.a1wireless.com/frmChangePhone.aspx
dcid=57&adid=89&hfid=4448tsid=7877&ptptid=&ptid=78 787878&
fid=1291&qqdi=8&tmid=8989&attid=898&glhdh=12_2313_ 5545_85
876_55__12&coslid=erw_fsadf_fsdsf_fsfds_fsf&fksf=4 2&nmncn
m=535&nmmnmf=66&bnbcbn=4444&afid=22&crid=12&prid=3 05&rpid
118&pmid=&zpcd=92122&guid=&rtid=7000970&stid=.7waa tn6umc
d0nx_uxlqeovovxnsfew4q&d1cid=ws3&a2did=89&4hfid=34 348&tas
d=7873e2&agtid=&ptsid=7834444&sfiad=391&cqqdi=2123 &btmid=
93232&gattid=8&lhdh=51215_857876_55__12&slid=erw_f s333adf
&fksa=412&nnzm=5123125&mmnf=12366&bnbcbn=114&zipco de=9212
Zip Code: 9212
Product Code: 30
Plan Code: 11
AffiliateID: 2
CarrierID: 1
PromotionID:

Error Msg: Exception of type
System.Web.HttpUnhandledException was thrown

Error Src: System.We

Stack: at System.Web.UI.Page.HandleError(Exception e) at
System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at
System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplic
tion+IExecutionStep.Execute() at
System.Web.HttpApplication.ExecuteStep(IExecutionS tep
step, boolean& completedSynchronously

Target:HandleErro

Base Exception:System.OutOfMemoryException: Exception of
type System.OutOfMemoryException was thrown
Can anyone tell me what does System.OutOfMemoryException
means or indicates here

Any precautionary steps we can take to prevent this error
popping up. Any sort of help would be highly appreciated

Regard

Ripul

Nov 18 '05 #1
1 3417
Hi,

1) The exception that is thrown when there is not enough memory to
continue the execution of a program. there are two known issues
regarding this exception.

PRB: "System.OutOfMemoryException" Error Message When You View ASP.NET
Pages on a Server That Has 3 GB of RAM
When you view ASP.NET pages on a server that has 3 gigabytes (GB) or
more of RAM installed, you may receive the following exception error
message, regardless of whether there is still physical memory available
on the server: System.OutOfMemoryException :
http://support.microsoft.com/default...b;en-us;820108

PRB: Cannot Upload Large Files When You Use the HtmlInputFile Server
Control
When you try to use the HtmlInputFile control to upload a large file,
the file may not be uploaded.
http://support.microsoft.com/default...b;en-us;295626

2) Check if In the event log error message like the following exist :
aspnet_wp.exe (PID:PIDNumber) was recycled because memory
consumption exceeded the SizeLimit MB (Percentage percent of
available RAM).
Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: serge calderara | last post by:
Dear all, I have a function wich is able to log all error message into log file.Lets call it LogMesage in this example. In case the log file is not existing, I catch an IO exception inside...
3
by: nick | last post by:
The program runs well on Local harddisk. But it always popup the exception if I run it on Netware mapping disk. After debugger say there is no source code on the exception. Also the following error...
9
by: Ron | last post by:
my application is throwing an exception error when closing if I run a procedure in the app. I can't even trap the error with try/catch ex As Exception. Is there a way to completely shut down the...
1
by: HyVong | last post by:
Hi Everyone, please help, i'm very frustrated because i can't run my application. I built my application using the .NET Installer, i ran the installer on the development machine and it sets the...
3
by: NormD | last post by:
An exception 'System.ExecutionEngineException' has occurred in servername I have deployed a windows application on a server; I'm running the same on my pc using...
1
by: Coder | last post by:
Hi My C# .Net Application runs fine on local machine, it s also runs fine on windows 2003 server installed machine, but on my client machine, when I am trying to run my application from mapped...
1
by: umeshatpromact | last post by:
Hello!, I got following exception when using COM component for EXCEL object in ASP .Net. I have added reference of "Microsoft.Office.Interop.Excel.dll" I deployed an application on local...
3
by: Mike | last post by:
Hi I have problem as folow: Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type...
4
by: Starwort | last post by:
I write a program handle a large amount of data, it run smooth on develop computer, but not on other client/test computer, even the test computer has much more resource, any setting i should...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.