eclipse-egit / egit

EGit, the git integration of Eclipse IDE
https://www.eclipse.org/egit/
Eclipse Public License 2.0
17 stars 7 forks source link

Egit can't fetch from remote #39

Closed nlisker closed 1 month ago

nlisker commented 3 months ago

Version

6.10

Operating System

Windows

Eclipse version

4.32

Bug description

I updated from Eclipse 4.31 and Egit 6.9 to 4.32 and 6.10. In the Git Repositories view, right clicking a remote and selecting Fetch produces the error:

An internal error occurred during: Fetch from - Class not found: org/slf4j/spi/LocationAwareLogger

Subsequent attempts complained about a different class not found: HttpClientSession

I since had to revert to Egit 6.9 (still on Eclipse 4.32) and the problem has been resolved there, so I don't have the full stack traces. If there's no direction of investigation, I could try to find the time to re-update, get the full log, and re-revert.

Actual behavior

The above error message was given and no fetching happened.

Expected behavior

Fetch should work normally.

Relevant log output

No response

Other information

Looks similar to #5.

4javier commented 2 months ago

Issue confirmed on SpringToolSuite 4.24.0.RELEASE based on Eclipse 4.33.0.v202407 and eGit 7.0.0.20240710 Solved switching HTTP Client from "Apache" to "Java built-in" in "Remote Connections" pane from Window → Preferences → Version Control (Team) → Git menu.

msohn commented 1 month ago

duplicate of #5