Results 1 to 1 of 1
- 11-13-2008, 01:04 PM #1
Member
- Join Date
- Nov 2008
- Posts
- 1
- Rep Power
- 0
OutofMemory while downloading large files through FTP
We are developing an application on struts framework for FTP upload and download using apache commons-net-1.4.1.jar. We are using java 1.4 and Webshpere server 5.1. It is working successfully for files < 20 MB. But if the file size exceeds 20MB it is giving no problem in uploading, but while downloading the file we are getting OutofMemory exception.
JVMDG217: Dump Handler is Processing a Signal - Please Wait.
JVMDG315: JVM Requesting Heap dump file
...JVMDG318: Heap dump file written to D:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\heapdump.20081113.150210.2496.txt
JVMDG303: JVM Requesting Java core file
JVMDG304: Java core file written to D:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\javacore.20081113.150231.2496.txt
JVMDG215: Dump Handler has Processed Outofmemory Signal -1.
[11/13/08 15:32:34:959 IST] 491dbdf1 WebGroup E SRVE0026E: [Servlet Error]-[]: java.lang.OutOfMemoryError:
at java.lang.StringCoding.decode(StringCoding.java:38 6)
at java.lang.StringCoding.decode(StringCoding.java:45 5)
at java.lang.String.<init>(String.java:728)
at java.io.ByteArrayOutputStream.toString(ByteArrayOu tputStream.java(Inlined Compiled Code))
Is this problem due to server settings? If so, I will be thankful if anyone can let me know where we can set the memory size in Websphere console? If we use Websphere Application Server 6.1 can this problem be avoided?
Similar Threads
-
"request entity too large" when downloading a 2mb file
By arnab321 in forum CLDC and MIDPReplies: 4Last Post: 11-06-2008, 04:34 PM -
Need to find large files and folder on the PC. What app needed?
By Cleaner007 in forum Reviews / AdvertisingReplies: 1Last Post: 09-30-2008, 07:06 PM -
OutOfMemory in Jboss 4 in Linux Platform
By Narendran M R in forum Enterprise JavaBeans (EJB)Replies: 0Last Post: 02-02-2008, 11:58 AM -
JasperReport OutOfMemory
By gustavofranco in forum Advanced JavaReplies: 0Last Post: 07-26-2007, 09:42 PM -
Problems with downloading Files from Applet
By Albert in forum Java AppletsReplies: 1Last Post: 07-05-2007, 05:09 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks