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
What Operating System are you using (both controller, and any agents involved in the problem)?
Container alpine-jdk21 (Alpine Linux v3.20.2) on host Fedora CoreOS 40.20240808.3.0
Reproduction steps
Upgrade container to 2.475 and start
Observe the following log when starting the container:
2024-09-05 07:47:41.362+0000 [id=42] WARNING jenkins.model.Jenkins$5#runTask: Loading global config failed perhaps due to plugin dependency issues
java.lang.NoSuchMethodError: 'void hudson.security.ChainedServletFilter.<init>(javax.servlet.Filter[])'
at PluginClassLoader for oic-auth//org.jenkinsci.plugins.oic.OicSecurityRealm.createFilter(OicSecurityRealm.java:828)
Observe the following log when opening Jenkins web interface, which shows 500 error page
2024-09-05 07:48:07.730+0000 [id=28] WARNING h.i.i.InstallUncaughtExceptionHandler#handleException: Caught unhandled exception with ID f8a76819-f75b-4002-8317-2a10b3d5a940
hudson.security.AccessDeniedException3: anonymous is missing the Overall/Read permission
at hudson.security.ACL.checkPermission(ACL.java:80)
Expected Results
Jenkins starts up normally and users can log in.
Actual Results
Jenkins shows 500 error page and login is not possible
Anything else?
Jenkins changelog holds the following information for 2.475:
Released in 2.476. If issues are still encountered with the 2.476 weekly release, file a separate ticket with the full exception stack trace and details about how to reproduce the issue from scratch.
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Container
alpine-jdk21
(Alpine Linux v3.20.2) on host Fedora CoreOS 40.20240808.3.0Reproduction steps
Expected Results
Jenkins starts up normally and users can log in.
Actual Results
Jenkins shows 500 error page and login is not possible
Anything else?
Jenkins changelog holds the following information for 2.475:
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: