-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not load Logmanager "org.glassfish.main.jul.GlassFishLogManager" in CI console #25337
Comments
|
|
ACC is yet much worse, but OK, I "rolled over it with a buldozer" in #25183 which fixes this issue as a side effect. It is not so simple - the problem is classloading, LogManager must be loaded extremely early, because even some garbage collectors use it. The way I did it for GF7 works for standard standalone GF, but fails when you enable ie. GC logging as it is reported in #25133 . Surprisingly is (and with some relief) that when we follow Java standards as I do in #25183 , so the log manager is simply set using the command line system option, all related issues are resolved. And we also get on track with JPMS. I will get to it this week again. ACC had a lot of issues and their workarounds, so I spent a lot of time with that. |
Honestly I forgot why I did it this way, when I approved your PR, I should have to write a better comment. |
https://ci.eclipse.org/glassfish/job/glassfish_build-and-test-using-jenkinsfile/job/master/1643/
Currently we keep only few runs, so it's hard to tell when this started. But such
CNFEx
was not present in 1488 build (2024-07-07T10:18:42.617Z).This seems to have no impact on test result, but I'm submitting it with the hope to collect more information.
Looks it's in mvn-tests stage (as it was also present in 1642 which had all ant-tests failed), so perhaps shall be reproducible locally.
The text was updated successfully, but these errors were encountered: