eclipse-egit / egit

EGit, the git integration of Eclipse IDE

Home Page:https://www.eclipse.org/egit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Egit can't fetch from remote

nlisker opened this issue · comments

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.

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.

duplicate of #5