After some time having my arm based NAS in the drawer that I started my adventures with filebot with I have now tried to get it up and flying again. However, after two days and a shitload of compilation of Oracle Java 8 for embedded I'm about to give up. I cannot for the life of me get it up and running properly. Sure, install Java and drop in filebot is easy. So is also doing a version check for filebot. But but but, as soon I am pulling any script from outside I get all kinda strange errors.
I have tried all combinations of Oracle Java 8 from mars 2014 until todays date with filebot from version 4.0 until 4.5.6. Nothing works like it used to..
Whats up with this? Have you given up support totally on older arm based systems?

This is the latest try. Oracle Java ejdk1.8.0_77 compiled in full version with all whistle and bells in combo with filebot 4.5.6
Code: Select all
root@MicroNAS:/config/filebot/files# filebot -script "fn:sysinfo"
MultipleCompilationErrorsException: startup failed:
Script3.groovy: 62: unable to resolve class MetaAttributes
@ line 62, column 15.
def xattr = new MetaAttributes(f)
^
1 error
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script3.groovy: 62: unable to resolve class MetaAttributes
@ line 62, column 15.
def xattr = new MetaAttributes(f)
^
1 error
at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:91)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:85)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:123)
at net.sourceforge.filebot.Main.main(Main.java:192)
Failure (°_°)