Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[glassfish-dev] How to disable use of org.glassfish.flashlight.MonitoringRuntimeDataRegistry for GlassFish 6.0?

i,

I tried locally to make some changes for working around the (blocking for me personally on my local machine) [1] with the loading of the org.glassfish.flashlight.MonitoringRuntimeDataRegistry (I think from org.glassfish.admin.monitor.MonitoringBootstrap). We also seem to hit [1] in our Eclipse CI Platform TCK testing.

Is there a way to workaround [1] by setting an option to not load org.glassfish.admin.monitor.MonitoringBootstrap? Should there be an option of that? Could GlassFish 6.0 run with that disabled and still fully implement Jakarta EE 9?

I tried making the org.glassfish.admin.monitor.MonitoringBootstrap injection of MonitoringRuntimeDataRegistry @Optional but that didn't seem to help (still get the java.lang.ClassNotFoundException: org.glassfish.flashlight.MonitoringRuntimeDataRegistry).

Scott

[1] https://github.com/eclipse-ee4j/glassfish/issues/23191



Back to the top