Version: 1.1 Beta 6, installed from zip file
OS: Windows 7, 32 bit
Other: DocFetcher 1.0.3 (Win32 installer) was installed, the daemon (docfetcher-daemon-win.exe) was running. Closing it with task manager didn't help.
Stack trace couldn't be saved to a file.
After closing the window, docfetcher starts.
StackTrace:
program.name=DocFetcher
program.version=1.1-beta6
program.build=20120303-0007
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.6.0_26-b03
java.version=1.6.0_26
sun.arch.data.model=32
os.arch=x86
os.name=Windows 7
os.version=6.1
user.language=de
java.io.IOException: Access is denied
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(Unknown Source)
at net.sourceforge.docfetcher.util.ConfLoader.load(ConfLoader.java:76)
at net.sourceforge.docfetcher.gui.Application.loadSettingsConf(Application.java:465)
at net.sourceforge.docfetcher.gui.Application.main(Application.java:153)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.sourceforge.docfetcher.Main.main(Main.java:32)
Anonymous
( I am the OP): I assume this is related, when I try to a create an index from a folder, I immediately get the error message "Cannot create directory: %PathToDir%_1332433649653"
If you install from the zip file, make sure you extract the zip archive contents to a folder to which you have write access, such as a folder below your home folder (i.e. C:\Users\Your-Name).
If I remember correctly, someone else has already reported problems with extracting to a non-writable folder. I hope I can fix this in an upcoming version.
You were right. I had extracted DocFetcher to C:\Program Files\DocFetcher. After moving it to the desktop, it works. Perhaps an UAC issue, since I have administrator privileges?
If DocFetcher is under C:\Program Files, it might work if you start DocFetcher as an administrator.