Hello!
We’re trying to build a gatling framework for Java-17, we’ve done most of the bits i.e.
- Use gradle to configure libraries, the Simulation file is done with all API’s passing
Simulation XYZ completed in 420 seconds
Parsing log file(s)...
Parsing log file(s) done
Generating reports...
- We have a custom plugin to take care of report generation (done in Simple groovy), we see this
CAPSULE EXCEPTION: class Capsule (in unnamed module @0x1bb6b38b)
cannot access class
com.sun.jmx.mbeanserver.JmxMBeanServer (in module java.management)
because module java.management does not
export com.sun.jmx.mbeanserver to
unnamed module @0x1bb6b38b (for stack trace, run with -Dcapsule.log=verbose)
Any other details I need to add please let me know, first time posting so do apologise.
Inputs greatly appreciated
Cheers