Hi all
I have deployed an instance of v2.319.3.4-1.1 Jenkins, which runs with Nginx as reverse proxy on the same VM with one build agent, both on Oracle Linux 8.6 with Java 11 on both. I also have a load of plugins that also get deployed. This is an air-gapped environment and the exact same ansible playbook deploys the same jenkins version and plugins and configuration in a different air-gapped environment, except it is running on RHEL 8.6 instead of Oracle.
I am able to login with the initialpassword and create the first admin user. When I am in Manage Jenkins, I can open certain options, for example, System Information or the logs but most options when clicked will result in the generic “something went wrong” error. I tried different deployments but it ends up with the same errors. This is the common error in the logs.
Multiple unhandled exceptions
java.lang.AssertionError: InstanceIdentity is missing its singleton
Do you know how I get past this issue?