melbert2002
MIS
- Jul 16, 2004
- 153
Hello all,
Here is the situation. I have a W2K3 web server running IIS 6.0 connecting to a SQL server 2005 box. Every once in a while I will get a Out of Memory exception error (please see below) that takes down all my sites for about 20 min until it clears up. Has anyone ever seen this? I am not a developer just a system admin.
Thanks in advance
Mel
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 02/11/2006
Time: 16:12:25
User: N/A
Computer: WEB01
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 02/11/2006 16:12:25
Event time (UTC): 02/11/2006 16:12:25
Event ID: a6d0c23b70ca43cd9906fe01811f518e
Event sequence: 62814
Event occurrence: 330
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1624000369/Root-15-128068604463835000
Trust level: Full
Application Virtual Path: /
Application Path: D:\website\ Machine name: BOX01
Process information:
Process ID: 5736
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: OutOfMemoryException
Exception message: Exception of type 'System.OutOfMemoryException' was thrown.
Request information:
Request URL: Request path: /default.aspx
User host address: 111.111.111.111
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 56
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at Go41766(RegexRunner )
at System.Text.RegularExpressions.NoParamDelegate.Invoke(RegexRunner r)
at System.Text.RegularExpressions.CompiledRegexRunner.Go()
at System.Text.RegularExpressions.RegexRunner.Scan(Regex regex, String text, Int32 textbeg, Int32 textend, Int32 textstart, Int32 prevlen, Boolean quick)
at System.Text.RegularExpressions.Regex.Run(Boolean quick, Int32 prevlen, String input, Int32 beginning, Int32 length, Int32 startat)
at System.Text.RegularExpressions.MatchCollection.GetMatch(Int32 i)
at System.Text.RegularExpressions.MatchCollection.get_Count()
at SD.LLBLGen.Pro.DQE.SqlServer.DynamicQueryEngine.GetNewStoredProcedureName(String currentName)
at LearnSite.DataObjects.HelperClasses.DbUtils.CallRetrievalStoredProcedure(String storedProcedureToCall, SqlParameter[] parameters, DataTable tableToFill, ITransaction transactionToUse)
at LearnSite.DataObjects.StoredProcedureCallerClasses.RetrievalProcedures.GetMarketingSection(Int32 sectionId, Boolean latest)
at LearnSite.BusinessLayer.DataAccess.GetMarketingImages(Int32 sectionID, Boolean latest)
at Controls_Marketing.Page_Load(Object sender, EventArgs e) in d:\website\ 27
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Custom event details:
For more information, see Help and Support Center at
Here is the situation. I have a W2K3 web server running IIS 6.0 connecting to a SQL server 2005 box. Every once in a while I will get a Out of Memory exception error (please see below) that takes down all my sites for about 20 min until it clears up. Has anyone ever seen this? I am not a developer just a system admin.
Thanks in advance
Mel
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 02/11/2006
Time: 16:12:25
User: N/A
Computer: WEB01
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 02/11/2006 16:12:25
Event time (UTC): 02/11/2006 16:12:25
Event ID: a6d0c23b70ca43cd9906fe01811f518e
Event sequence: 62814
Event occurrence: 330
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1624000369/Root-15-128068604463835000
Trust level: Full
Application Virtual Path: /
Application Path: D:\website\ Machine name: BOX01
Process information:
Process ID: 5736
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: OutOfMemoryException
Exception message: Exception of type 'System.OutOfMemoryException' was thrown.
Request information:
Request URL: Request path: /default.aspx
User host address: 111.111.111.111
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 56
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at Go41766(RegexRunner )
at System.Text.RegularExpressions.NoParamDelegate.Invoke(RegexRunner r)
at System.Text.RegularExpressions.CompiledRegexRunner.Go()
at System.Text.RegularExpressions.RegexRunner.Scan(Regex regex, String text, Int32 textbeg, Int32 textend, Int32 textstart, Int32 prevlen, Boolean quick)
at System.Text.RegularExpressions.Regex.Run(Boolean quick, Int32 prevlen, String input, Int32 beginning, Int32 length, Int32 startat)
at System.Text.RegularExpressions.MatchCollection.GetMatch(Int32 i)
at System.Text.RegularExpressions.MatchCollection.get_Count()
at SD.LLBLGen.Pro.DQE.SqlServer.DynamicQueryEngine.GetNewStoredProcedureName(String currentName)
at LearnSite.DataObjects.HelperClasses.DbUtils.CallRetrievalStoredProcedure(String storedProcedureToCall, SqlParameter[] parameters, DataTable tableToFill, ITransaction transactionToUse)
at LearnSite.DataObjects.StoredProcedureCallerClasses.RetrievalProcedures.GetMarketingSection(Int32 sectionId, Boolean latest)
at LearnSite.BusinessLayer.DataAccess.GetMarketingImages(Int32 sectionID, Boolean latest)
at Controls_Marketing.Page_Load(Object sender, EventArgs e) in d:\website\ 27
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Custom event details:
For more information, see Help and Support Center at