> From: Renaud Bruyeron [mailto:[EMAIL PROTECTED] > Subject: OutOfMemoryError when jasper (or webappclassloader) > tries to readjar files > > This is an example of the top of the stacktraces we > experience *after a while* (i.e. after a couple of > days of operation, sometimes more): > java.lang.OutOfMemoryError > at java.util.zip.ZipFile.open(Native Method)
The process may be running out of virtual space, but you may also have exceeded the limit on open file descriptors, which can sometimes generate an OOM exception. Do you know how much virtual memory (not RAM) the process has acquired prior to this error occurring? Likewise, can you determine the number of files open for this process? Do either of these grow over time? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]