-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.util.thread.ThreadPool #656
Comments
oh and here is the exploded war directory: root@b98216cc7f29:/var/jenkins_home# ls -la /usr/share/jenkins/
total 91460
drwxr-xr-x 12 root root 4096 Nov 2 07:27 .
drwxr-xr-x 55 root root 4096 Nov 2 07:14 ..
drwxr-xr-x 3 root root 4096 Nov 2 07:27 META-INF
drwxr-xr-x 6 root root 4096 Nov 1 23:51 WEB-INF
-rw-r--r-- 1 root root 20643 Nov 1 23:48 apple-touch-icon.png
drwxr-xr-x 3 root root 4096 Nov 1 23:51 bootstrap
drwxr-xr-x 5 root root 4096 Nov 1 23:51 css
drwxr-xr-x 2 root root 4096 Nov 1 23:51 executable
-rw-r--r-- 1 root root 17542 Nov 1 23:48 favicon.ico
-rw-r--r-- 1 root root 36275 Nov 1 23:48 favicon.svg
drwxr-xr-x 12 root root 4096 Nov 1 23:51 help
drwxr-xr-x 9 root root 4096 Nov 1 23:51 images
-rw-r--r-- 1 root root 93469865 Nov 2 06:31 jenkins.war
drwxr-xr-x 4 root root 4096 Nov 1 23:51 jsbundles
-rw-r--r-- 1 root root 45846 Nov 1 23:48 mask-icon.svg
drwxr-xr-x 4 jenkins root 4096 Nov 2 07:17 ref
-rw-r--r-- 1 root root 71 Nov 1 23:48 robots.txt
drwxr-xr-x 3 root root 4096 Nov 1 23:51 scripts I have tried the I have also tried not using the root@b98216cc7f29:/var/jenkins_home# /app/bin/jenkinsfile-runner run -p /usr/share/jenkins/ref/plugins --withInitHooks /usr/share/jenkins/ref/init.groovy.d/ -f /workspace/logging/logging_example.groovy
No explicit version has been selected, using latest LTS
Running pipeline on jenkins 2.361.2
Downloading jenkins 2.361.2...
Following redirect... It seems to be stuck there? I think its been 10 mins or so but I will let it go another 10. Edit: Eventually it continued and then failed with the same error:
|
Java version in case someone asks?
|
Closing this in favor of #657 |
Jenkins and plugins versions report
Environment
I used to have JFR running locally and I used it to test my Jenkins Library. Recently I have updated both the Jenkins version and the JFR version. Now it's not working.
Here is the full command inside my custom JFR container:
Here is the DockerFile used to build my custom JFR image.
Note the
ARG baseImage=dsty/jenkins
is just theFROM docker.io/jenkins/jenkins:latest-jdk11
image with some additionalapt
packages and plugins installed.What Operating System are you using (both controller, and any agents involved in the problem)?
jenkins/jenkins:latest-jdk11
I think its ubuntu/debian based?Reproduction steps
Well... my setup is a bit advanced. Probably the same with everyone who uses JFR. My code is all opensource. I could create a branch just with my docker changes and open a PR. That would make it easy to see what was changed and for me to come back here and create reproduction steps. I will do this if anyone is interested it trying to troubleshoot.
Okay.. so I can confirm that changing either the JFR version or the Jenkins version broke things because all of my CICD jobs are failing. Broke around April 5th.
Expected Results
Well usually it executes my Jenkinsfile =)
Actual Results
I got strange error about ThreadPools.
Anything else?
I <3 JFR and getting this backup and running is a huge deal for my project. https://github.com/DontShaveTheYak/jenkins-std-lib
The text was updated successfully, but these errors were encountered: