Synology error 65: java: command not found

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
vvvlad
Posts: 15
Joined: 16 Apr 2017, 08:49

Synology error 65: java: command not found

Post by vvvlad »

Hi,
Would really appreciate your help.
I have DS213J NAS.
Installation order (from Download Station):
1. Java 8 (version 1.8.0_101)
2. Node 4
3. FileBot 4.7.9
4. FileBot Node 0.2.4

When try to run the FileBot Node, I get the following error:
/usr/local/bin/filebot: line 65: java: command not found


full command output:
filebot -script 'fn:amc' /volume1/TVShowsDownload --output /volume1/TVShows --action test -non-strict --conflict auto --lang en --def 'ut_label=tv' 'music=y' 'unsorted=y' 'artwork=y' 'subtitles=eng' 'clean=y' 'deleteAfterExtract=y' 'excludeList=.excludes' --log all

------------------------------------------

/usr/local/bin/filebot: line 65: java: command not found
------------------------------------------

[Process error]


Would really appreciate some help.

Thanks
User avatar
rednoah
The Source
Posts: 22963
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Synology error 65: java: command not found

Post by rednoah »

java is not installed correctly:

Code: Select all

/usr/local/bin/filebot: line 65: java: command not found
Make sure that you're using the Oracle Java package from the FileBot repository.
:idea: Please read the FAQ and How to Request Help.
vvvlad
Posts: 15
Joined: 16 Apr 2017, 08:49

Re: Synology error 65: java: command not found

Post by vvvlad »

Thanks!
Viper
Posts: 2
Joined: 24 Apr 2018, 23:20

Re: Synology error 65: java: command not found

Post by Viper »

Hello,

I have exactly the same issue and I am unable to solve it. If I start Filebot I'll get the error /usr/local/bin/filebot: line 65: java: command not found. So far I only installed Java 8 by Synology. I tried to install Java from the Filebot repo but I got an error("It seems from /etc/profile that a Java Runtime is already installed at /var/packages/Java8/target/jd2sdk-image/jre. Uninstall it and try again."). Ok, so I uninstalled the official Java 8 and tried to install the Java repo version but again I got an error that Java could not be downloaded from the Oracle Website and I should do that on my own but without account it's not possible...
Post Reply