Illegal reflective access operator - Filebot fresh installation
Posted: 24 Dec 2019, 07:49
Hello there. I have recently reinstalled my Qnap NAS after an RMA replacement. Everything was running ok before, but actually I'm getting an error when I try to run filebot.
I'm using a Qnap TS253Be, on QTS 4.4.1.1146. Installed Node.js v8, Apache 1.10.5, Java Installer 1.9 and of course Filebot 4.8.6 and Filebot Node 2.8.7.
I can execute Node, and I've licensed Filebot through it, but when I try to run the script, I got this:
Any idea? Thank you very much in advance!
I'm using a Qnap TS253Be, on QTS 4.4.1.1146. Installed Node.js v8, Apache 1.10.5, Java Installer 1.9 and of course Filebot 4.8.6 and Filebot Node 2.8.7.
I can execute Node, and I've licensed Filebot through it, but when I try to run the script, I got this:
Code: Select all
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/share/CACHEDEV1_DATA/.qpkg/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]