Page 1 of 1

Illegal reflective access operator - Filebot fresh installation

Posted: 24 Dec 2019, 07:49
by dasaco
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:

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]
Any idea? Thank you very much in advance!

Re: Illegal reflective access operator - Filebot fresh installation

Posted: 24 Dec 2019, 07:58
by rednoah
Here you go:
viewtopic.php?f=13&t=11099

You'll need to manually install the latest beta:
viewtopic.php?t=1609

Re: Illegal reflective access operator - Filebot fresh installation

Posted: 24 Dec 2019, 08:08
by dasaco
Thank you so much. Found the latest Beta. Where can I find latest Java? Thank you!

Re: Illegal reflective access operator - Filebot fresh installation

Posted: 24 Dec 2019, 08:28
by rednoah
dasaco wrote: 24 Dec 2019, 08:08 Thank you so much. Found the latest Beta. Where can I find latest Java? Thank you!
You already have the latest Java, hence the compatibility error above. ;)

Re: Illegal reflective access operator - Filebot fresh installation

Posted: 24 Dec 2019, 08:37
by dasaco
Ok, now with the latest beta, i get this:

Code: Select all

/usr/bin/filebot: line 37: java: command not found

Re: Illegal reflective access operator - Filebot fresh installation

Posted: 24 Dec 2019, 08:41
by dasaco
Solved, nvm. Thans a lot m8!