WARNING: An illegal reflective access operation has occurred

All your suggestions, requests and ideas for future development
Post Reply
mlgeek
Posts: 2
Joined: 06 Oct 2017, 02:34

WARNING: An illegal reflective access operation has occurred

Post by mlgeek »

I'm using the latest Windows 10 store version, and I'm seeing this all the time now. Seems to happen only on the first movie if there is more than one to be processed.

Code: Select all

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/C:/Program%20Files/WindowsApps/PointPlanck.FileBot_4.7.21.0_x64__49ex9gnthnt12/lib/groovy-all.jar) to method java.net.URL.access$100()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
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
Here is the sysinfo output:

Code: Select all

filebot -script fn:sysinfo
FileBot 4.7.21 (r5319)
JNA Native: 5.2.0
MediaInfo: 0.7.99
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2018-03-16 (r516)
Groovy: 2.4.13
JRE: Java(TM) SE Runtime Environment 9.0.4
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 4 GB Max Memory / 34 MB Used Memory
OS: Windows 10 (amd64)
Package: APPX
Done ?(?????)?
As an aside, I'm trying to use a basic AMC command-line to process movies, add posters and backgrounds, and get subtitles. This is what I used on this run:

Code: Select all

filebot -script fn:amc "D:\Incoming" --output "D:\Complete" --def artwork=y conflict=auto extras=y subtitles=en clean=y
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 »

Feel free to ignore that warning. I'll suppress that warning in the next release.
:idea: Please read the FAQ and How to Request Help.
Post Reply