Hi,
I'm also getting similar 'System.OutOfMemoryException' exceptions:
-------------
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 7/19/2007
Time: 3:53:01 PM
User: N/A
Computer: xxx
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 7/19/2007 3:53:01 PM
Event time (UTC): 7/19/2007 1:53:01 PM
Event ID: 3e73a50f636a48b7aa8e5d82c0fbd7a9 Event sequence: 363106 Event occurrence: 277 Event detail code: 0
Application information:
Application domain: /LM/W3SVC/78022/ROOT-1-128292463356862377
Trust level: xxx
Application Virtual Path: /
Application Path: d:\www\xxx.xx\www\
Machine name: xxx
Process information:
Process ID: 5724
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 path: /DesktopModules/DCRSS/DCRSS.aspx
User host address: 83.82.18.96
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 17
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at DotNetNuke.Entities.Tabs.TabInfo.Clone()
at DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo)
at DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo)
at DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
-------------
En:
-------------
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1091
Date: 7/19/2007
Time: 3:50:20 PM
User: N/A
Computer: xxx
Description:
Failed to execute request due to unknown error. Error: 0x8007000e Not enough storage is available to complete this operation.
Disabling the quotum on the netwerk service user account doesn't fix the problem. I'm quite sure there's plenty of storage left on the server. Eventually I' end up with all modules logging errors like and forcing me to restart the website in IIS:
20-7-2007 14:54:51 Module Load Exception ModuleId: -1; ModuleDefId: -1; FriendlyName: ... |
ModuleId: -1
ModuleDefId: -1
FriendlyName:
ModuleControlSource:
AssemblyVersion: 04.04.01
PortalID: 11
PortalName: xxx
UserID: -1
UserName:
ActiveTabID: 621
ActiveTabName: Home
RawURL: /Default.aspx?tabid=621&error=Exception+of+type+'System.OutOfMemoryException'+was+thrown.&content=0
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.xxx.xx/xxx/xxx/tabid/627/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 44545aec-0bd1-4a39-ad90-6e9dc810c933
InnerException: Exception of type 'System.OutOfMemoryException' was thrown.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Data.SqlClient._SqlMetaDataSet..ctor
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Exception of type 'System.OutOfMemoryException' was thrown. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Data.SqlClient._SqlMetaDataSet..ctor(Int32 count) at System.Data.SqlClient.TdsParser.ProcessMetaData(Int32 cColumns, TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.GetTab(Int32 TabId) at DotNetNuke.Entities.Tabs.TabController.GetTab(Int32 TabId) at WEC.DNN.SkinObjects.SEOMenuSkinObject.SEOMenuSkinObject.RenderMenuItem(Int32 itemId) --- End of inner exception stack trace ---
Source:
Server Naam: xxx |
|
Thanks,
Rutger