eclipse-egit / egit

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

An internal error occurred during: "Check Configuration" #1

Open NikunjChavda19 opened 8 months ago

NikunjChavda19 commented 8 months ago

Summary

While opening and using the eclipse it shows popup with error "An internal error occurred during: "Check Configuration"" please, refer attached images of error.

Steps to reproduce

What is the current bug behavior?

After closing popup i can continue with work but after some time again popup gets generate

Relevant logs and/or screenshots!

image

image

Priority

[High]

Bananeweizen commented 8 months ago

Can't reproduce. Please check the error log view. I suspect there should be some nested exceptions with a stack trace showing why the SystemReader class could not be initialized. That stack trace of the nested exceptions is important to add to such reports.

NikunjChavda19 commented 8 months ago

@Bananeweizen Found this file, if it may help you.

1699255180775.log

Bananeweizen commented 8 months ago

Were there any recent changes to logging libraries in platform?

java.lang.LinkageError: loader constraint violation: when resolving method 'org.slf4j.ILoggerFactory org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()' the class loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @4dceb3e5 of the current class, org/slf4j/LoggerFactory, and the class loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @55be1872 for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature (org.slf4j.LoggerFactory is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @4dceb3e5, parent loader 'platform'; org.slf4j.impl.StaticLoggerBinder is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @55be1872, parent loader 'platform')
msohn commented 8 months ago

This could be related to https://github.com/orgs/eclipse-orbit/discussions/24

NikunjChavda19 commented 8 months ago

@Bananeweizen Not done any changes to logging libraries.