Menu

#438 prob with ln -s index

v1.0_(example)
open
nobody
None
1
2013-01-07
2013-01-07
Anonymous
No

Problem seems to be
I don't want a xxxMB index in my root filesystem, I want it to sit on another virtual drive called /media/big
so I did ln -s /media/big/docFetcher/indexes /opt/DocFetcher-1.1.5/indexes

program.name=DocFetcher
program.version=1.1.5
program.build=20121128-2237
program.portable=true
java.runtime.name=OpenJDK Runtime Environment
java.runtime.version=1.6.0_24-b24
java.version=1.6.0_24
sun.arch.data.model=32
os.arch=i386
os.name=Linux
os.version=3.2.0-35-generic-pae
user.language=en
java.lang.IllegalArgumentException: /media/big/docFetcher/indexes != /opt/DocFetcher-1.1.5/indexes
at net.sourceforge.docfetcher.util.Util.checkThat(Util.java:1113)
at net.sourceforge.docfetcher.model.index.IndexingQueue.addTask(IndexingQueue.java:295)
at net.sourceforge.docfetcher.gui.filter.IndexPanel$23.getDenyMessage(IndexPanel.java:606)
at net.sourceforge.docfetcher.util.gui.dialog.InputLoop.run(InputLoop.java:30)
at net.sourceforge.docfetcher.gui.filter.IndexPanel.createFileTaskFromDialog(IndexPanel.java:582)
at net.sourceforge.docfetcher.gui.filter.IndexPanel$11.run(IndexPanel.java:255)
at net.sourceforge.docfetcher.util.gui.ContextMenuManager$3.widgetSelected(ContextMenuManager.java:138)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at net.sourceforge.docfetcher.gui.Application.main(Application.java:315)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at net.sourceforge.docfetcher.Main.main(Main.java:32)

Discussion

  • Anonymous

    Anonymous - 2013-01-07

    ?? is it because partition / is ext3 and partition /media/big is ntfs?
    or is it a prob with java, a symlink != its target

     
  • Nam-Quang Tran

    Nam-Quang Tran - 2013-01-07

    Hi,

    Most likely, this is because DocFetcher internally resolves all symlinks. To change the index path, you can instead modify the file misc/paths.txt in the DocFetcher folder.

    Best regards
    q:-) <= Quang

     

Anonymous
Anonymous

Add attachments
Cancel