keeplink: Exception!!!

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
mallox
Posts: 6
Joined: 09 Oct 2013, 22:17

keeplink: Exception!!!

Post 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?
User avatar
rednoah
The Source
Posts: 23937
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: keeplink: Exception!!!

Post by rednoah »

Use Java 7
:idea: Please read the FAQ and How to Request Help.
mallox
Posts: 6
Joined: 09 Oct 2013, 22:17

Re: keeplink: Exception!!!

Post 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
User avatar
rednoah
The Source
Posts: 23937
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: keeplink: Exception!!!

Post 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.
:idea: Please read the FAQ and How to Request Help.
mallox
Posts: 6
Joined: 09 Oct 2013, 22:17

Re: keeplink: Exception!!!

Post 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?
mallox
Posts: 6
Joined: 09 Oct 2013, 22:17

Re: keeplink: Exception!!!

Post 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:
Post Reply