Page 1 of 1

keeplink: Exception!!!

Posted: 18 Nov 2013, 02:32
by mallox
Hi

I'm running amc script on a ubuntu computer with transmission.

I recently want to change the action mode from copy to keeplink. But I get this error:

Exception: Unsupported Operation: move, createSymbolicLink

Does any one know what I do wrong?

Re: keeplink: Exception!!!

Posted: 18 Nov 2013, 06:12
by rednoah
Use Java 7

Re: keeplink: Exception!!!

Posted: 18 Nov 2013, 14:41
by mallox
I already have openjdk 7 install. But I also have openjdk 6 installed that came part of ubuntu install.

So what do I have to do so filebot use the openjdk 7 version ? Do I need to uninstall the openjdk 6?

thanks for helping

and by the way really like your software, use it since 3 years

Re: keeplink: Exception!!!

Posted: 18 Nov 2013, 14:48
by rednoah
Just set the java command to use Java 7 instead of Java 6.

Do something like this:
http://askubuntu.com/questions/233190/w ... natives-do

Or modify the filebot.sh script and change java to the absolute path of the Java 7 binary.

Re: keeplink: Exception!!!

Posted: 18 Nov 2013, 18:07
by mallox
Thanks, it's work... kind of...

when I call the script manually it's work perfectly... but now when Transmission call the script it's not doing anything.

I can see in syslog that transmission is calling the script, but the script doesn't do anything, doesn't event log an error.

I try to put it back to copy but it's the same. Look like it the Java think that f*ck something up...

any idea?

Re: keeplink: Exception!!!

Posted: 18 Nov 2013, 19:46
by mallox
mallox wrote:Thanks, it's work... kind of...

when I call the script manually it's work perfectly... but now when Transmission call the script it's not doing anything.

I can see in syslog that transmission is calling the script, but the script doesn't do anything, doesn't event log an error.

I try to put it back to copy but it's the same. Look like it the Java think that f*ck something up...

any idea?
Found the problem, when I edit the script file for keeplink it somehow change the permission to transmission.... :roll: