WARNING: An illegal reflective access operation has occurred

Any questions? Need some help?
Post Reply
spikemixture
Posts: 56
Joined: 17 Jun 2018, 13:28

WARNING: An illegal reflective access operation has occurred

Post by spikemixture »

This popped up today - have not seen it before and thought i would pass it on

Code: Select all

Locking /share/CACHEDEV2_DATA/.qpkg/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:/share/CACHEDEV2_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
Should I be concerned ?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: WARNING: An illegal reflective access operation has occurred

Post by rednoah »

Just ignore that. You'll see that with any Java 8 application if it's being run with Java 9 or above.

If you're using Java 12 or above, then you can give the latest BETA a spin, that'll get rid of these warnings and also give you a chance to try the latest and greatest:
https://get.filebot.net/filebot/BETA/
:idea: Please read the FAQ and How to Request Help.
spikemixture
Posts: 56
Joined: 17 Jun 2018, 13:28

Re: WARNING: An illegal reflective access operation has occurred

Post by spikemixture »

rednoah wrote: 28 May 2019, 04:52 Just ignore that. You'll see that with any Java 8 application if it's being run with Java 9 or above.

If you're using Java 12 or above, then you can give the latest BETA a spin, that'll get rid of these warnings and also give you a chance to try the latest and greatest:
https://get.filebot.net/filebot/BETA/
Thanks except I got this error ..... I have a Qnap TVS 1282
Severity Level Date Time Users Source IP Application Category Content
Error 29.05.2019 06:24:37 PM System 127.0.0.1 App Center App Installation [App Center] Failed to install FileBot_4.8.6.qpkg due to a file format error.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: WARNING: An illegal reflective access operation has occurred

Post by rednoah »

Works for me.

You can use the *.sha256 file to check the checksum to make sure you're not using a partially downloaded or corrupted file.
:idea: Please read the FAQ and How to Request Help.
spikemixture
Posts: 56
Joined: 17 Jun 2018, 13:28

Re: WARNING: An illegal reflective access operation has occurred

Post by spikemixture »

rednoah wrote: 29 May 2019, 10:38 Works for me.

You can use the *.sha256 file to check the checksum to make sure you're not using a partially downloaded or corrupted file.
I have java 12 and have downloaded the file 3x
And checked the sha256 file and matches

Still get same error....
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: WARNING: An illegal reflective access operation has occurred

Post by rednoah »

Strange. Does latest stable release work? I'm not aware of any changes to the qpkg packaging code...
:idea: Please read the FAQ and How to Request Help.
spikemixture
Posts: 56
Joined: 17 Jun 2018, 13:28

Re: WARNING: An illegal reflective access operation has occurred

Post by spikemixture »

rednoah wrote: 30 May 2019, 05:18 Strange. Does latest stable release work? I'm not aware of any changes to the qpkg packaging code...
Changed nothing but installed this time .

Thanks for the help
Will see what 4.8.6 does now
Post Reply