Can you report a JIRA issue on this in synapse JIRA? https://issues.apache.org/jira/browse/SYNAPSE
Thanks, Ruwan On Thu, Mar 5, 2009 at 11:51 AM, kimhorn <[email protected]> wrote: > > Thats good; as this stops us using Synapse. > > > > Asankha C. Perera wrote: > > > > > >> Exception in thread "vfs-Worker-4" java.lang.OutOfMemoryError: Java heap > >> space > >> at > >> > java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:99) > >> at > >> java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:518) > >> at java.lang.StringBuffer.append(StringBuffer.java:307) > >> at java.io.StringWriter.write(StringWriter.java:72) > >> at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1129) > >> at org.apache.commons.io.IOUtils.copy(IOUtils.java:1104) > >> at org.apache.commons.io.IOUtils.copy(IOUtils.java:1078) > >> at org.apache.commons.io.IOUtils.toString(IOUtils.java:382) > >> at > >> > org.apache.synapse.format.PlainTextBuilder.processDocument(PlainTextBuilder.java:68) > >> > > Since the content type is text, the plain text formatter is trying to > > use a String to parse as I see.. which is a problem for large content.. > > > > A definite bug we need to fix .. > > > > cheers > > asankha > > > > -- > > Asankha C. Perera > > AdroitLogic, http://adroitlogic.org > > > > http://esbmagic.blogspot.com > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > -- > View this message in context: > http://www.nabble.com/VFS---Synapse-Memory-Leak-tp22344176p22345904.html > Sent from the Synapse - Dev mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Ruwan Linton http://wso2.org - "Oxygenating the Web Services Platform" http://ruwansblog.blogspot.com/
