-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during SonarQube Scanner execution #88
Comments
not sure if anything related to SonarSource/sonar-scanning-examples#31
|
up! |
I am getting below error with sonar maven plugin 3.6.0.1398 for SonarQube 7.7 with sonar-groovy 1.6-RC1, is there a patch for this issue? Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar (default-cli) on project xxxxx: org.sonar.plugins.groovy.codenarc.CodeNarcSensor has unsatisfied dependency 'class org.sonar.plugins.groovy.foundation.GroovyFileSystem' for constructor 'public org.sonar.plugins.groovy.codenarc.CodeNarcSensor(org.sonar.api.profiles.RulesProfile,org.sonar.plugins.groovy.foundation.GroovyFileSystem)' from org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer@6c27e700:113<[Immutable]:org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer@168142da:336<[Immutable]:org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer@69e8b711:54< |
Please see my fork: https://community.sonarsource.com/t/new-release-sonar-groovy-plugin-1-6/11528 |
I'm using SQ 7.7 and installed plugin sonar-groovy-plugin-1.5. During my tests I got error:
14:39:01.152 ERROR: Error during SonarQube Scanner execution org.picocontainer.injectors.AbstractInjector$UnsatisfiableDependenciesException: org.sonar.plugins.groovy.codenarc.CodeNarcSensor has unsatisfied dependency 'class org.sonar.plugins.groovy.foundation.GroovyFileSystem' for constructor 'public org.sonar.plugins.groovy.codenarc.CodeNarcSensor(org.sonar.api.profiles.RulesProfile,org.sonar.plugins.groovy.foundation.GroovyFileSystem)' from org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer@6a1ebcff:111<[Immutable]:org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer@f58853c:307<[Immutable]:org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer@67b61834:59<|
The text was updated successfully, but these errors were encountered: