The MSPro Boomi Collection
CtrlK
About
ScriptEase For Boomi
ScriptEase For Boomi
  • ScriptEase
    • ScriptEase Development Environment
    • What AI says!
      • The limits of AI ...
  • Software Installation
    • Install a local Atom
  • Project Setup
    • IntelliJ Configuration
    • Verify Project Setup
  • Concepts
    • Use Test Data
  • Examples
    • 1 - Debug an existing process script
    • 9 - Aggregate Prices Example
  • Test Contexts
    • The Process Call Chain
  • Download
  • 💤Appendix
    • Script Templates
    • Java thoughts and recommendations
      • Chose newer JVM for local development
    • Boomi documentation and links
    • Initialize IntelliJ Templates
    • Script Contexts
  • Troubleshoot
    • Java the weed
    • ClassNotFoundException - GroovyStarter
    • Invalid VCS root mapping
    • An illegal reflective access operation has occurred
    • UnauthorizedAccess Error
  • Licensing
    • License Activation
    • Privacy Policy
Powered by GitBook
On this page
  1. Troubleshoot

An illegal reflective access operation has occurred

Groovy 2.4 was released 21 Jan 2015, and it has reached end of life. JDK 11 was released on September 25, 2018 (with long-term-support [LTS]). And bringing both together in a modern IDE results in an WARNING: An illegal reflective access operation has occurred, when running a script.

Finally, I was able to get rid of that message:

Chose newer JVM for local development

Last updated 8 months ago