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
A more complete solution would find a way to test when it is safe to call getPlatformMBeanServer() although it doesn't appear that the MBean API provides such information to us.
During pre-main class execution, there is a call to
ManagementFactory.getPlatformMBeanServer()
at line MBeanSampler.java:33
In JBoss, getPlatformMBeanServer() then tries to initialize a logger before it is safe to do so.
Therefore, we need to find a way to make this initialization take place later or catch the exception here and try again later.
The text was updated successfully, but these errors were encountered: