Opened 18 years ago

Last modified 17 years ago

#789 closed Bug

OutOfMemoryError in FCKEditorTag.java StringBuffer object — at Version 6

Reported by: mehmood_z@… Owned by: Michael Osipov
Priority: Normal Milestone:
Component: Server : Java Version:
Keywords: WorksForMe Cc: mehmood_z@…

Description (last modified by Michael Osipov)

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

Reporter: changed from Martin Kou to mehmood_z@…

comment:2 Changed 18 years ago by Alfonso Martínez de Lizarrondo

Component: GeneralServer : Java

comment:3 Changed 17 years ago by Michael Osipov

Owner: set to Michael Osipov

I will investigate that!

comment:4 Changed 17 years ago by Michael Osipov

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

Keywords: Pending added

comment:6 Changed 17 years ago by Michael Osipov

Description: modified (diff)
Status: newassigned
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy