Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

another IOException #349

Closed
bert-packed opened this issue Dec 6, 2016 · 6 comments
Closed

another IOException #349

bert-packed opened this issue Dec 6, 2016 · 6 comments
Assignees
Labels
Milestone

Comments

@bert-packed
Copy link

Hi,

Started checking DPF Manager 3.0 on a Windows 10 machine with 8Mb RAM and JAVA8.
Checking three tiff files of 136 Mb each.
received following error:

java.io.IOException: Het systeem kan het opgegeven pad niet vinden
	at java.io.WinNTFileSystem.createFileExclusively(Native Method)
	at java.io.File.createNewFile(File.java:1012)
	at dpfmanager.shell.modules.report.core.ReportGenerator.copyHtmlFolder(ReportGenerator.java:517)
	at dpfmanager.shell.modules.report.core.ReportGenerator.makeSummaryReport(ReportGenerator.java:655)
	at dpfmanager.shell.modules.report.runnable.GlobalReportsRunnable.runTask(GlobalReportsRunnable.java:91)
	at dpfmanager.shell.modules.threading.runnable.DpfRunnable.run(DpfRunnable.java:77)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

bert

@victormunoz
Copy link
Contributor

Does this problem happen also if you check the files separately?

@bert-packed
Copy link
Author

Hi Victor,
yes. just tested with one file and exactly the same error.
bert

@victormunoz
Copy link
Contributor

Are you getting this error with any file, or only with these three?
If you get the error always, then it could be a permissions problem.
Otherwise, could you send me one of these problematic tiffs?

victormunoz added a commit that referenced this issue Dec 19, 2016
@victormunoz victormunoz added this to the v3.1 milestone Dec 19, 2016
@victormunoz victormunoz self-assigned this Dec 19, 2016
@friesey
Copy link

friesey commented Dec 19, 2016

Dear Folks,
I get the exact same error and it happens with any file. The files are from the google testsuite TIFF collection and usually work fine (with every other tool tested so far).
So for me it happens with any file.
Best, Yvonne

victormunoz added a commit that referenced this issue Dec 22, 2016
@victormunoz
Copy link
Contributor

Although we have not been able to reproduce this problem, we have made some improvements on the software so that in the next release (at the end of this month), this problem will be either solved or a more explicit message of what's wrong will be shown.

@friesey
Copy link

friesey commented Dec 27, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants