fix #747 add pdfbox.fontcache

This commit is contained in:
Shinsuke Sugaya 2016-10-18 06:30:29 +09:00
parent cfbc2210d8
commit bc0caef065

View file

@ -325,6 +325,7 @@ public class CrawlJob {
ownTmpDir = new File(tmpDir, "fessTmpDir_" + sessionId);
if (ownTmpDir.mkdirs()) {
cmdList.add("-Djava.io.tmpdir=" + ownTmpDir.getAbsolutePath());
cmdList.add("-Dpdfbox.fontcache=" + ownTmpDir.getAbsolutePath());
} else {
ownTmpDir = null;
}