-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins version 2.303.3
OpenJDK 8 (also installed and used to see if it was a Java issue, but the issue still occurs)
OpenJDK 11 (originally installed and used - issue occurs)
RHEL 8.4 STIG-hardened system, minimal installation option, SELinux enabled, fapolicy enabled/running
This system is not Internet facing.
No new plugins installedJenkins version 2.303.3 OpenJDK 8 (also installed and used to see if it was a Java issue, but the issue still occurs) OpenJDK 11 (originally installed and used - issue occurs) RHEL 8.4 STIG-hardened system, minimal installation option, SELinux enabled, fapolicy enabled/running This system is not Internet facing. No new plugins installed
This is a brand new server installation. I installed OpenJDK 11 first, and then installed Jenkins from RPM. After I started the system, it provided a blank screen even though the browser tab title read "Sign In - Jenkins". Only after I created a file named "jenkins.install.InstallUtil.lastExecVersion" and restarted the service, was I presented with the activation screen and I was able to continue the initial set up from there. At the URL configuration part, it gave me the right IP:port and when I told it to continue, it gave me an error message, but when I hit retry, it continued without issue.
After I logged in with the account I created, if I try to select the Configure Global Security, About Jenkins, Global Tool Configuration options, or Logout, it gives me the error message similar to what it located in the PNG attachment.
I have attached the log file that the UI displays, and it is largely repetitive.
I assume that STIG-hardening or SELinux enabling has disabled some of the hashing algorithms used by Jenkins (like MD5) or some of the libraries used by Jenkins.
The stack trace mentions org.jenkinsci.main.modules.instance_identity.InstanceIdentityRSAProvider
In the environment section of the issue report, it says that the system is not "internet-facing". Does that mean it does not have access to the internet? If so, then you may want to read "Offline Installations" for other hints of steps that may be necessary for an offline installation.