-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
Class Not Found: Threadpool #657
Comments
@oleg-nenashev I'm currently trying to narrow down the version of Jenkins, but installing plugins is crazy slow.
Noticed this yesterday as well, was getting timeout errors or something (don't remember). I thought it might be a hickup in the internet but maybe its something else going on with Jenkins infra? I'm pretty sure this worked in march but not april. |
tag I'm just trying all the minor releases until I found the one that broke things. Edit: Edit: This is slow because of these errors that I now see in
Edit: It looks like all the LTS releases are safe? The |
@oleg-nenashev I finally have it narrowed down. It actually broke pretty recently, my personal pipeline must be failing for other reasons. This combination works:
Everything from v2.361.1 and onwards doesn't work. There is a couple of things in the change log that look like it could be the reason but I'm not sure which one it is. This looks suspicious. I will try it first:
EDIT: Settings
Did not fix the error |
Actually on second thought, I'm not sure if setting the ``AVA_OPTS` is the correct way to try and fix this in JFR? Mayne I need to do it differently? |
JAVA_OPTS should work in JFR. I am not sure what breaks TBH, needs to test it on my own |
Where can I find Jenkins Docker image source releases? That may help to pinpoint the change that causes issue. |
Some digging into the Docker images revealed the cause. After version Following can be a temporary fix, RUN ln -s /usr/share/jenkins/executable/winstone.jar /usr/share/jenkins/winstone.jar |
@IreshMM I have yet to test this but what you said makes sense. Good job spotting that, I looked at the Jenkins change log for hours and did narrow it down to version @oleg-nenashev I'm not sure what needs fixed in the runner but it should be pretty simple? @IreshMM maybe you would want to submit a PR bugfix? EDIT: I just searched for |
i will be timnkering with the repository in the coming weeks, so I hope to restore all demos or remove them |
The Maybe change the issue title? Tried a few combinations, including:
|
please dont remove the docker demo. |
@oleg-nenashev any ideas? |
The example docker-simple example no longer works.
Something either changed in a Jenkins or JFR.
I'm not sure where to even begin =/
Releated #656
Error
The text was updated successfully, but these errors were encountered: