| Update: I tried a few things, and now it's working. I'm not sure what exactly did it:
- First I removed the{{ <disableRememberMe>false</disableRememberMe> }}from{{ config.xml}}
- I also manually removed the{{ htmlpublisher-plugin }}from the{{ $JENKINS_HOME/plugins }}as the original ticket mentioned it
Then I started getting "out of heap space" errors in Jenkins. Next
- I increased this heap size to 1G, which didn't work
- Then I increased to 2G. Jenkins loaded!
Finally, I got errors saying that the html-publisher plugin was missing (which makes sense, I forcibly removed it
- I re-installed the html-publisher plugin and everything appears to be working.
If I had to guess, the real fix was probably the heap size increase. The auth-related stack trace was a red-herring. HTH |