https://bz.apache.org/bugzilla/show_bug.cgi?id=59307

Javen O'Neal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Javen O'Neal <[email protected]> ---
Keeping too many file handles open, perhaps? This would be more likely to show
up in a long-running server process.

Make sure you close your resource streams when you're done with them and you
don't have too many open simultaneously. Once you've read through your code,
skim through the POI classes that you're using to see if they leak any file
handles/resources. Eclipse or other tools might make the process of finding
leaked resources easier.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to