eclipse-jgit / jgit

JGit, the Java implementation of git
https://www.eclipse.org/jgit/
Other
92 stars 31 forks source link

java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText #28

Closed ewillink closed 4 months ago

ewillink commented 4 months ago

Version

default

Operating System

Linux/Unix

Bug description

My Jenkins jobs such as https://ci.eclipse.org/qvtd/job/qvtd-master/607/console seem to terminate benignly with

Exception in thread "Thread-5" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText ... 2 more Terminating xvnc. Recording test results

Others get similar: https://github.com/diffplug/spotless/runs/19353778487

Actual behavior

see above

Expected behavior

see above

Relevant log output

see above

Other information

see above

msohn commented 4 months ago

this is a duplicate of bug #17 which was fixed by https://eclipse.gerrithub.io/c/eclipse-jgit/jgit/+/1176056