Page 1 of 1

Pb between FileBot and Java8 on Synology

Posted: 07 Feb 2020, 12:26
by David78
Hi,

I installed Java8 on my Synology NAS :

Code: Select all

David@David_Serveur:/usr/local/bin$ find / -name java 2>/dev/null
/volume1/@appstore/Java8/j2sdk-image/jre/bin/java
/volume1/@appstore/Java8/j2sdk-image/bin/java
When I launch FileBot, it tells me :

Code: Select all

$ filebot -version
/usr/local/bin/filebot: line 67: java: command not found
I found a solution on this forum consisting in creating a symbolic link :

Code: Select all

ln -s path_to_jre /usr/local/bin/java
but since DSM6 it is impossible to connect as root on NAS through SSH, so I don't have the rights to create the link.

Code: Select all

ln: failed to create symbolic link ‘/usr/local/bin/java’: Permission denied
Did someone solved this issue ? Thanks.

David

Re: Pb between FileBot and Java8 on Synology

Posted: 07 Feb 2020, 12:31
by rednoah
The Java Installer package we offer in our repository will install Java 13 though, so you're probably using something else, which may or may not work:
viewtopic.php?f=13&t=1802

Re: Pb between FileBot and Java8 on Synology

Posted: 07 Feb 2020, 12:36
by David78
Thanks for your quick reply.
That's right, I installed the Java Installer Package from the Community and it installed the version 13. Now FileBot does not display the error message anymore.

Thanks !!