DSM 6.2.4 with FileBot 4.9.3 / Java 17 does not work

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
drapo
Posts: 8
Joined: 14 Jun 2022, 13:20

DSM 6.2.4 with FileBot 4.9.3 / Java 17 does not work

Post by drapo »

After reading so much articles and still have no running system I decided to my first text here.

I run on a Synology the Filebot Server and Node. Recently I have updated the Node to the latest version 0.4.2.1. The DSM system runs under 6.2.4.

I struggle to run the filebot without any problems. Here the message:

Code: Select all

filebot -script 'fn:amc' /volume1/video/Download --output /volume1/video/Filebot/Movies --action TEST -non-strict --order Airdate --conflict auto --lang de --def 'music=y' 'unsorted=y' 'skipExtract=y' 'excludeList=.excludes' --apply refresh --log all --log-file '/var/packages/filebot-node/target/data/filebot.log'

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

OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=permit; support was removed in 17.0
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by net.filebot.Main (file:/volume1/@appstore/filebot/jar/filebot.jar)
WARNING: Please consider reporting this to the maintainers of net.filebot.Main
WARNING: System::setSecurityManager will be removed in a future release
BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 61
BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 61
	at net.filebot.cli.ScriptShell.evaluate(Unknown Source)
	at net.filebot.cli.ScriptShell.runScript(Unknown Source)
	at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source)
	at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
	at net.filebot.Main.main(Unknown Source)
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:189)
	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:170)
	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:156)
	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:277)
	... 5 more

Error (o_O)

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

[Process error]

🔺 Exit Code: 1
Thank you for your help
User avatar
rednoah
The Source
Posts: 22898
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: DSM 6.2.4 with Filebot will not work

Post by rednoah »

:?: Which package repository are you using?
viewtopic.php?t=1802


:?: What version of FileBot are you using? What version of Java are you using?

Image
:idea: Please read the FAQ and How to Request Help.
drapo
Posts: 8
Joined: 14 Jun 2022, 13:20

Re: DSM 6.2.4 with Filebot does not work

Post by drapo »

This was a quick answer.

I use Java Installer in version 2.17
I use Filebot 4.9.3

This is my package repository: https://get.filebot.net/syno/dsm6.json
Last edited by drapo on 14 Jun 2022, 13:41, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 22898
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: DSM 6.2.4 with FileBot does not work

Post by rednoah »

Please use the latest version of FileBot instead. Since you're using the package repository, Synology DSM should already be suggesting that you do that.
:idea: Please read the FAQ and How to Request Help.
drapo
Posts: 8
Joined: 14 Jun 2022, 13:20

Re: DSM 6.2.4 with FileBot does not work

Post by drapo »

Which one is the latest version of filebot for DSM 6.2.4? I thought 4.9.3 is the version that works.

I don't get an update via the respository. Do you have a download link for the SPK so I can install it manually?
User avatar
rednoah
The Source
Posts: 22898
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: DSM 6.2.4 with FileBot 4.9.3 / Java 17 does not work

Post by rednoah »

The DSM6 package repository currently lists FileBot_4.9.6-dsm6.spk as the latest package:
https://get.filebot.net/syno/dsm6.json

Code: Select all

"version": "4.9.6",

Code: Select all

"link": "https://get.filebot.net/filebot/FileBot_4.9.6/FileBot_4.9.6-dsm6.spk",

:?: What do you see in the DSM6 package manager? Please include screenshots so that we can see what you see.
:idea: Please read the FAQ and How to Request Help.
drapo
Posts: 8
Joined: 14 Jun 2022, 13:20

Re: DSM 6.2.4 with FileBot 4.9.3 / Java 17 does not work

Post by drapo »

Ok, now it worked. How can I manage to delete the folder in the original location after moving them?
User avatar
rednoah
The Source
Posts: 22898
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: DSM 6.2.4 with FileBot 4.9.3 / Java 17 does not work

Post by rednoah »

Tick the delete left behind clutter files checkbox.
:idea: Please read the FAQ and How to Request Help.
drapo
Posts: 8
Joined: 14 Jun 2022, 13:20

Re: DSM 6.2.4 with FileBot 4.9.3 / Java 17 does not work

Post by drapo »

rednoah wrote: 14 Jun 2022, 15:25 Tick the delete left behind clutter files checkbox.
Thank you very much for your quick and fantastic support. Everything works now ...
Post Reply