Opened 18 years ago
Last modified 17 years ago
#789 closed Bug
OutOfMemoryError in FCKEditorTag.java StringBuffer object — at Version 6
Reported by: | Owned by: | Michael Osipov | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : Java | Version: | |
Keywords: | WorksForMe | Cc: | mehmood_z@… |
Description (last modified by )
I have an application which uploads the document and gives a preview in the FCKeditor where the user can customize the document and re submit to the server.I am using FCKEditor tag in the JSP page to set the content that is to be displayed in the FCKeditor. But when I upload a large document of Size apprx. 3MB ,I get OutOfMemoryError in the FCKEditorTag.java which holds the content in the StringBuffer object and this gives an error.
I am working in TOMCAT 4.1,JAVA1.5,REDHAT Linux 9.1,1 GB RAM and 80 GB HardDisk.
I have attached the document which gave this error.
regards, Mehmood
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1593118&group_id=75348&atid=543653
Change History (6)
comment:1 Changed 18 years ago by
Reporter: | changed from Martin Kou to mehmood_z@… |
---|
comment:2 Changed 18 years ago by
Component: | General → Server : Java |
---|
comment:3 Changed 17 years ago by
Owner: | set to Michael Osipov |
---|
comment:4 Changed 17 years ago by
Cc: | mehmood_z@… added |
---|
I don't exactly understand what you mean by "upload"
is your document put within <FCK:editor>document content</FCK:editor> like that?
If you suffer from OutOfMemoryError, it might help to increase the max heap size for the JVM running your tomcat instance.
Btw, 3 MB for a HTML doc is extremely big
comment:5 Changed 17 years ago by
Keywords: | Pending added |
---|
comment:6 Changed 17 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
I will investigate that!