You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/05/25 21:43:25 UTC

[Bug 57947] "No such file or directory" after upgrade to poi-ooxml 3.12

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

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Dominik Stadler <do...@gmx.at> ---
The poi.keep.tmp.files property should prevent POI from cleaning those files
completely, so it is strange that it does not solve the problem completely for
you. Either some other process is removing this directory on your setup, e.g.
temp-file-cleanup scripts or there are still POI-related processes running
without that system property being set.

In addition, according to how the deleteOnExit-hook in the JVM is implemented
and the javadoc of File.delete(), it should suffice to put an unrelated file
into the poifiles-directory to prevent it from being removed. Can you try if
that is a workaround in your case?

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org