Process error: illegal reflective access operation has occurred

Any questions? Need some help?
Post Reply
JimPansen
Posts: 2
Joined: 17 Jan 2020, 20:43

Process error: illegal reflective access operation has occurred

Post by JimPansen »

Hello folks!

I tried to run Filebot node on my NAS, but unfortunately the same error keeps occuring and I would really appreciate some help!

I am running Filebot node on my Synology NAS DS 918+. I have installed it as admin via DS package manager. Same for the Java Installer by rednoah.
My regular computer is a MacBook Pro running OS Catalina, I am using firefox for getting access to my NAS.

I am getting the following report

Code: Select all

filebot -script 'fn:amc' /volume1/video/filme/2018 --output /volume1/video/filme/2018/neu --action move -non-strict --order Airdate --conflict auto --lang de --def 'music=y' 'unsorted=y' 'skipExtract=y' '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]

Thank you for your help!
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Please help: Process error: illegal reflective access operation has occurred

Post by rednoah »

:arrow: The easiest solution is to install the latest FileBot beta package:
viewtopic.php?t=11099


This is a severe error that causes FileBot (i.e. Groovy Format Expressions in particular) to not work:

Code: Select all

BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 57

This is just a generic meaningless warning fairly unrelated to the actual error further down the log:

Code: Select all

WARNING: An illegal reflective access operation has occurred
:idea: Please read the FAQ and How to Request Help.
JimPansen
Posts: 2
Joined: 17 Jan 2020, 20:43

Re: Process error: illegal reflective access operation has occurred

Post by JimPansen »

Thank you, that worked!
Post Reply