jwolz / yajhfc

YajHFC (Yet another Java HylaFAX client) is a client for the HylaFAX fax server written completely in Java
https://www.yajhfc.de
Other
7 stars 1 forks source link

Can't open received fax #24

Closed jwolz closed 8 years ago

jwolz commented 11 years ago

Original report by Jonas Wolz (Bitbucket: jonaswolz, GitHub: jwolz).


Original issue 24 created by jonaswolz on 2013-07-27T08:59:50.000Z:

What steps will reproduce the problem?

  1. ver. 0.5.3 - try to open a received fax
  2. After lanching viewer - Become an error window: An error occuped displaying the fax "..... Failed to open file:/C:/Temp/user/fax..... Error message: Access denied.
  3. There is a copy of details:

<<< START OF COPY >>> An error occured displaying the fax "fax000001986.tif": Failed to open file:/C:/Temp/user/fax1607260423703060917.tiff. Error message: Access is denied.

java.io.IOException: Failed to open file:/C:/Temp/user/fax1607260423703060917.tiff. Error message: Access is denied.

at sun.awt.windows.WDesktopPeer.ShellExecute(Unknown Source)
at sun.awt.windows.WDesktopPeer.open(Unknown Source)
at java.awt.Desktop.open(Unknown Source)
at yajhfc.Java6DesktopManager.open(Java6DesktopManager.java:65)
at yajhfc.file.FormattedFile.view(FormattedFile.java:102)
at yajhfc.file.MultiFileConverter.viewMultipleFiles(MultiFileConverter.java:167)
at yajhfc.MainWin$ShowWorker.doWork(MainWin.java:494)
at yajhfc.util.ProgressWorker.run(ProgressWorker.java:189)

YajHFC 0.5.3 Java 1.7.0_25 (Oracle Corporation) Java(TM) SE Runtime Environment 1.7.0_25-b17 Java HotSpot(TM) Client VM Windows XP 5.1 (x86)

<<< END OF COPY >>>

I had changed the permission for the folder to full access, but the same result.

YAJHylafax 0.5.3 On Windows XP SP3

jwolz commented 11 years ago

Original comment by Jonas Wolz (Bitbucket: jonaswolz, GitHub: jwolz).


Comment #1 originally posted by jonaswolz on 2013-07-27T16:04:49.000Z:

The reason for this problem might be that there is no program associated with TIFF files (I found this once; "Access Denied" is a completely misleading error message in that case, but since it is thrown by Java there is not much I can do to change it...). The fix in that case obviously would be to associate a program with it (i.e. double click a TIFF file in Windows Explorer and select a viewer in the dialog).

It might also be something else, however...

You can also work around this problem by explicitely setting a TIFF viewer in YajHFC using Options->"Paths & Viewers".

jwolz commented 10 years ago

Original comment by Jonas Wolz (Bitbucket: jonaswolz, GitHub: jwolz).


Comment #2 originally posted by jonaswolz on 2013-12-23T10:29:25.000Z:

Did not get feedback for half a year -- closing this bug.

jwolz commented 8 years ago

Original comment by Jonas Wolz (Bitbucket: jonaswolz, GitHub: jwolz).


Closing because of no update in 3 years...