Re: [OT] Re: java.lang.OutOfMemoryError: Java heap space

2006-10-23 Thread B . Sridhar
Hi, thanks for ur suggestion, i have used commons.IOutil and its working! bye On 10/20/06, Antonio Petrelli [EMAIL PROTECTED] wrote: B.Sridhar ha scritto: yes . actually my appln initially downloads the file from database to a temp directory of the tomcat as a temp file and then from there

java.lang.OutOfMemoryError: Java heap space

2006-10-20 Thread B . Sridhar
$ControlRunnable.run( ThreadPool.java:683) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.OutOfMemoryError: Java heap space Oct 19, 2006 4:11:35 PM org.apache.struts.action.RequestProcessorprocessException WARNING: Unhandled Exception thrown: class java.lang.IllegalStateException I checked

Re: java.lang.OutOfMemoryError: Java heap space

2006-10-20 Thread Antonio Petrelli
B.Sridhar ha scritto: But when I tried to download the image of 85mb, out of memory exception is thrown and this is the complete trace of that exception... You haven't your 85MB file in your memory, right? - To

Re: java.lang.OutOfMemoryError: Java heap space

2006-10-20 Thread B . Sridhar
yes . actually my appln initially downloads the file from database to a temp directory of the tomcat as a temp file and then from there iam reading it to display. So the file is not getting stored in the temp directory. while getting the file from database its displaying exception On 10/20/06,

[OT] Re: java.lang.OutOfMemoryError: Java heap space

2006-10-20 Thread Antonio Petrelli
B.Sridhar ha scritto: yes . actually my appln initially downloads the file from database to a temp directory of the tomcat as a temp file and then from there iam reading it to display. So the file is not getting stored in the temp directory. while getting the file from database its