codeclimate / codeclimate-sonar-java

Maintainability and reliability checks for Java
GNU Affero General Public License v3.0
3 stars 6 forks source link

Exception loading pom.xml #37

Closed filipesperandio closed 7 years ago

filipesperandio commented 7 years ago

Projects with pom.xml often abort with:

error: (CC::CLI::Analyze::EngineFailure) engine sonar-java failed with status 1 and stderr
INFO: Java 1.8.0_111-internal Oracle Corporation (64-bit)
INFO: Linux 4.9.49-moby amd64
INFO: Standalone mode
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/src/app/build/libs/sonarlint-core-2.10.0.367.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/src/app/build/libs/sonarlint-cli-2.1.0.566.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
INFO: Index files
INFO: 1 files indexed
INFO: 1 source files to be analyzed
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 0.424s
INFO: Final Memory: 6M/163M
INFO: ------------------------------------------------------------------------
ERROR: Error executing SonarLint
ERROR: class "com.ctc.wstx.exc.WstxEOFException"'s signer information does not match signer information of other classes in the same package
ERROR:
ERROR: To see the full stack trace of the errors, re-run SonarLint with the -e switch.
ERROR: Re-run SonarLint using the -X switch to enable full debug logging.