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?
keeplink: Exception!!!
Re: keeplink: Exception!!!
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
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!!!
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.
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!!!
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?
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!!!
Found the problem, when I edit the script file for keeplink it somehow change the permission to transmission....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?
