You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tried to use gatling report getting following error
CAPSULE EXCEPTION: class Capsule (in unnamed module @0x6cc27570) 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 @0x6cc27570 (for stack trace, run with -Dcapsule.log=verbose)
What's weird is in whole code I did not find the reference to com.sun.jmx.mbeanserver.JmxMBeanServer
The text was updated successfully, but these errors were encountered:
When tried to use gatling report getting following error
CAPSULE EXCEPTION: class Capsule (in unnamed module @0x6cc27570) 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 @0x6cc27570 (for stack trace, run with -Dcapsule.log=verbose)
What's weird is in whole code I did not find the reference to com.sun.jmx.mbeanserver.JmxMBeanServer
The text was updated successfully, but these errors were encountered: