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
In our current Cross DC functional tests, we see a message like the below one in each of the functional test run.
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
Could not load Logmanager "org.jboss.logmanager.LogManager"
java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
at java.logging/java.util.logging.LogManager$1.run(LogManager.java:239)
at java.logging/java.util.logging.LogManager$1.run(LogManager.java:223)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:319)
at java.logging/java.util.logging.LogManager.<clinit>(LogManager.java:222)
at java.logging/java.util.logging.Logger.demandLogger(Logger.java:650)
at java.logging/java.util.logging.Logger.getLogger(Logger.java:720)
at java.logging/java.util.logging.Logger.getLogger(Logger.java:703)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.setupJunitLogger(JUnitPlatformProvider.java:133)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:116)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Version
keycloak-benchmark latest main
Expected behavior
We should not see a failure message without understanding the impact of the failure message and remove the error message from our log stream if its not relevant.
Actual behavior
No response
How to Reproduce?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
In our current Cross DC functional tests, we see a message like the below one in each of the functional test run.
Version
keycloak-benchmark latest main
Expected behavior
We should not see a failure message without understanding the impact of the failure message and remove the error message from our log stream if its not relevant.
Actual behavior
No response
How to Reproduce?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: