-
Notifications
You must be signed in to change notification settings - Fork 892
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
Getting error while installing helm build #1066
Comments
@rnkhouse are those 2 the only logs it's printing out? I'd expect at least a stacktrace from the uncaught exception. |
Here:
|
Are you installing additional plugins, if so, make sure you're installing compatible versions. If not, there might be an older version of (specifically) the Google OAuth plugin installed, since that doesn't get installed by the chart automatically but does show up in the logs. You could try updating it through the interface on the older version that is working for you. |
@kvanzuijlen I tried upgrading plugin version as well. Still getting same error. Can you please check why are we getting this error? 2024-04-16 19:38:32.415+0000 [id=24] SEVERE h.i.i.InstallUncaughtExceptionHandler$DefaultUncaughtExceptionHandler#uncaughtException: A thread (Jenkins initialization thread/24) died unexpectedly due to an uncaught exception. This may leave your server corrupted and usually indicates a software bug. |
The only thing I can think of is that it must be something with your installation, as I can't reproduce it with a clean install. The logline you mentioned I think is just a symptom of the problem, as Jenkins logs much earlier that it had to shutdown during the startup phase. 1 last thing I can think of is that you might want to try cleaning up your plugins that you don't use, other than that I'm afraid I am out of ideas. |
@kvanzuijlen Thanks for your input. Is there any way to know which plugin causing this issue? we have so many plugins in installation script. It's hard to debug as logs are not clear. |
Describe the bug
Getting below error when I install the jenkins chart:
2024-04-09 19:37:51.064+0000 [id=24] SEVERE hudson.util.BootFailure#publish: Failed to initialize Jenkins
2024-04-09 19:37:51.065+0000 [id=24] SEVERE h.i.i.InstallUncaughtExceptionHandler$DefaultUncaughtExceptionHandler#uncaughtException: A thread (Jenkins initialization thread/24) died unexpectedly due to an uncaught exception. This may leave your server corrupted and usually indicates a software bug.
Version of Helm and Kubernetes
Chart version
jenkins-5.1.5
What happened?
How to reproduce it
Looks like issue with helm chart version: 5.1.5. I tested with version 5.1.0 and it's working fine.
The text was updated successfully, but these errors were encountered: