Filebot Node Help

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
Achandab
Donor
Posts: 109
Joined: 04 Nov 2013, 21:20

Filebot Node Help

Post by Achandab »

Running on DSM 6.0
Model DS918+
Clean install of DSM followed instructions on how to install

And read this thread on info

viewtopic.php?f=13&t=2733

However im still getting error when running

Code: Select all

filebot -script 'fn:amc' /volumeUSB1/usbshare/Downloads --output /volume1/Movies/Test --action move -non-strict --order Airdate --conflict auto --lang en --def 'unsorted=y' 'clean=y' 'skipExtract=y' 'minLengthMS=300000' 'minFileSize=500000000' 'excludeList=.excludes' --log all --log-file '/usr/local/filebot-node/data/filebot.log'

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

Locking /usr/local/filebot-node/data/filebot.log
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/volume1/@appstore/filebot/jar/groovy.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 57
BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 57
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
	at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:163)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:37)
	at net.filebot.Main.main(Main.java:132)
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 57
	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:184)
	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:166)
	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:152)
	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:273)
	... 5 more

Error (o_O)
------------------------------------------

[Process error]
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Node Help

Post by rednoah »

Same as this one:
viewtopic.php?f=13&t=11099

You'll need to update to the latest beta for Java 13 compatibility:
https://get.filebot.net/filebot/BETA/
:idea: Please read the FAQ and How to Request Help.
Achandab
Donor
Posts: 109
Joined: 04 Nov 2013, 21:20

Re: Filebot Node Help

Post by Achandab »

perfect thank you
ArTi
Posts: 15
Joined: 02 Nov 2016, 16:38

Re: Filebot Node Help

Post by ArTi »

hi,
i'm on DSM 6.2 with NAS DS1817 8Go of ram and have this error :

anyone could help me ?

Code: Select all

filebot -script 'fn:sysinfo' --log-file '/usr/local/filebot-node/data/filebot.log'

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

Invalid maximum heap size: -Xmx6538m
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Node Help

Post by rednoah »

Please log in via SSH, run these commands, and paste the output:

Code: Select all

uname -a

Code: Select all

free

Code: Select all

free | awk -vm=1024 -vp=0.8 '/Mem:/ {printf "-Xmx%dm", ($2*p)/m; exit}'
:idea: Please read the FAQ and How to Request Help.
ArTi
Posts: 15
Joined: 02 Nov 2016, 16:38

Re: Filebot Node Help

Post by ArTi »

sorry for th delay :

here is th answer :

uname -a:

Code: Select all

Linux ArTi-Concept 3.10.105 #24922 SMP Tue Jul 9 18:27:19 CST 2019 armv7l GNU/Linux synology_alpine_ds1817
free:

Code: Select all

              total        used        free      shared  buff/cache   available
Mem:        8369600     2491040      232576       86464     5645984     5479568
Swap:       7118624         544     7118080
free | awk -vm=1024 -vp=0.8 '/Mem:/ {printf "-Xmx%dm", ($2*p)/m; exit}':

Code: Select all

-Xmx6538mr
Post Reply