我已经从Eclipse市场安装了SONARQUBE并重启了eclipse。 但是我从“首选项”页面选择SonarQube时收到以下错误。
An error occurred while automatically activating bundle org.sonar.ide.eclipse.ui (351)
。而当我通过根跟踪异常跟踪时。请帮忙。
根异常:
java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader) of the current class, org/slf4j/LoggerFactory, and the class loader (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader) for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature
at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:299)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:269)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:281)
答案 0 :(得分:0)
从Luna更新站点安装“m2e - slf4j over logback logging(Optional)”后,首选项页面正常工作。