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

java.lang.NoClassDefFoundError error when running maven build #322

Closed
jonahgraham opened this issue Feb 21, 2024 · 1 comment
Closed

java.lang.NoClassDefFoundError error when running maven build #322

jonahgraham opened this issue Feb 21, 2024 · 1 comment

Comments

@jonahgraham
Copy link

The maven build for Linuxtools has an exception after success, see full log here

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:12 min
[INFO] Finished at: 2024-02-21T14:53:05-05:00
[INFO] ------------------------------------------------------------------------
Exception in thread "Thread-4" 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:1583)
Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
	... 2 more
@akurtakov
Copy link
Contributor

This is actual jgit issue as explained in eclipse-tycho/tycho#3489 which no one found the time to report to jgit so far. Closing as it's nog linuxtools issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants