Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

System.OutOfMemoryException
Last Post 06/02/2010 7:29 PM by Peter Donker. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
ryan
New Member
New Member
Posts:5


--
06/01/2010 8:00 PM

I'm sure you've had a bit of these.

Getting this on DNN 4.9.3 / DMX 5.02.07 / IIS 6

UserID: 1
UserName: sfhost
ActiveTabID: 127
ActiveTabName: FTP
RawURL: /FTP/tabid/127/Default.aspx?Command=Core_Edit&CollectionId=1&DMXRadUrid=335babeb-6bcc-4da6-9c42-b514e6ee6e38
AbsoluteURL: /Default.aspx/127/Default.aspx?Command=Core_Edit&CollectionId=1
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 4e26db37-8e99-43c6-bd34-0ac74764845a
InnerException: Exception of type 'System.OutOfMemoryException' was thrown.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.HttpRawUploadedContent..ctor
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Exception of type 'System.OutOfMemoryException' was thrown. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Web.HttpRawUploadedContent..ctor(Int32 fileThreshold, Int32 expectedLength) at System.Web.HttpRequest.GetEntireRawContent() at System.Web.HttpRequest.GetMultipartContent() at System.Web.HttpRequest.FillInFormCollection() at System.Web.HttpRequest.get_Form() at System.Web.HttpRequest.get_HasForm() at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) at System.Web.UI.Page.DeterminePostBackMode() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---



This was a 500mb file. Progress bar completed, then got the system out of memory.
Noticed we are using RadUpload version 2.4.1
Noticed Telerik said they did a fix in 2.4.3 (Old Topic)( http://www.telerik.com/co...d-of-small-file.aspx
not sure if an upgrade of the RadUpload would work?

Looks like this 500mb Memory Fail is on the App Pool? So must happen when Rad Goes to move the file.
Anyways if I can increase the app pool size, do you know where this setting would be in IIS6?
 

Thanks

 

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
06/02/2010 7:29 PM
Hi Ryan,

Unfortunately I can't include a later version of this control. Nor would switching it out do any good because I made several tweaks to it so it would save and stream to the right places. I hoep to have new upload controls in the next major release. Until then you will need to up the allocated memory for the worker process. Alternatively you can try the CA upload control but it is less beautiful to look at.

Peter
You are not authorized to post a reply.