Server Error Msg

Dec 4, 2002
18,211
1
0
Ive gotten this error msg twice now, once while trying to refresh the forums and the 2nd trying to start a new topic here.

Server Error in '/' Application.
--------------------------------------------------------------------------------

Exception of type System.OutOfMemoryException was thrown.
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.OutOfMemoryException: Exception of type System.OutOfMemoryException was thrown.

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:


[OutOfMemoryException: Exception of type System.OutOfMemoryException was thrown.]




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
 

GtPrOjEcTX

Lifer
Jul 3, 2001
10,784
6
81
I just got this error on http://forums.anandtech.com


Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.

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:


[NullReferenceException: Object reference not set to an instance of an object.]
FuseTalk.API.GetSettingFromStruct(Settings[] Sets, String SettingName) +37
FuseTalk.API.GetComSetting(String SettingName) +34
FuseTalkNet.Forum.SetUserDefault() +591
FuseTalkNet.Forum.Initialize() +431
FuseTalkNet.Forum.Page_Load(Object sender, EventArgs e) +1231
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731


 

Jason Clark

Diamond Member
Oct 9, 1999
5,497
1
0
We're aware about this issue, its very random and usually occurs during heavy maint on the servers. We'll dig.

L8r.
 

Jason Clark

Diamond Member
Oct 9, 1999
5,497
1
0
It has nothing to do with server memory... alot more to this stuff than black and white.

L8r
 

fs5

Lifer
Jun 10, 2000
11,774
1
0
Originally posted by: Jason Clark
It has nothing to do with server memory... alot more to this stuff than black and white.

L8r

even though I knew that was true, I just wanted to crack the joke ;)
 

Jason Clark

Diamond Member
Oct 9, 1999
5,497
1
0
:) What we've noticed is during DB maint, ado.net throws some mem errors. Some of them are db server side some client side. As it doesnt happen often it's a bit tricky to nail down. The servers all have 1.5 GB of memory in them, and the applications don't use anymore than 500-600MB under full load.

Cheers.