Skip to content
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

1.0-beta-31 - ClassNotFoundException: org.eclipse.jetty.util.thread.ThreadPool #686

Closed
lhupfeldt opened this issue Feb 22, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@lhupfeldt
Copy link

lhupfeldt commented Feb 22, 2023

Jenkins and plugins versions report

The Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.util.thread.ThreadPool is not specifically related to the docker image as mentioned here #657, it also happens when using jenkins.war with 1.0-beta-31.

Tried a few combinations, including:

]$ java --version
openjdk 11.0.18 2023-01-17
OpenJDK Runtime Environment (Red_Hat-11.0.18.0.10-1.fc37) (build 11.0.18+10)
OpenJDK 64-Bit Server VM (Red_Hat-11.0.18.0.10-1.fc37) (build 11.0.18+10, mixed mode, sharing)

]$ java --version
openjdk 17.0.6 2023-01-17
OpenJDK Runtime Environment (Red_Hat-17.0.6.0.10-1.fc37) (build 17.0.6+10)
OpenJDK 64-Bit Server VM (Red_Hat-17.0.6.0.10-1.fc37) (build 17.0.6+10, mixed mode, sharing)

JENKINS_VERSION = "2.375.3"
PLUGIN_MANAGER_VERSION = "2.12.11"
JENKINSFILE_RUNNER_VERSION = "1.0-beta-31"

Tried with no plugins and set of plugins working with 1.0-beta-30 and java 1.8.

What Operating System are you using (both controller, and any agents involved in the problem)?

Linux Fedora

Reproduction steps

Get jenkinsfile-runner 1.0-beta-31and jenkins.war 2.375.3
execute runner

Expected Results

jenkins start and executes specified pipeline as it did with previous version and old jenkins.war on java 8

Actual Results

ClassNotFoundException: org.eclipse.jetty.util.thread.ThreadPool

Anything else?

No response

@lhupfeldt lhupfeldt added the bug Something isn't working label Feb 22, 2023
@oleg-nenashev
Copy link
Member

It is a valid defect, I think I will need to update Jetty and the Jenkins core even further

@jonesbusy
Copy link

Yes is broken since 2.361 LTS

Latest version that I was able to use is 2.346.3

jfr-setup-action GitHub action still reference 3.346.1 as default version : https://github.com/jenkinsci/jfr-setup-action/blob/master/action.yml#L6

@oleg-nenashev
Copy link
Member

This one should be fixed now, kudos to @romanisb
P.S: Co-maintainers are welcome in this project, I am still unable to dedicate enough time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants