• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Server Error Msg

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
 
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


 
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 😉
 
🙂 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.
 
Back
Top