Не удалось выполнить цель org.codehaus.mojo: sonar-maven-plugin: 2.0-beta-2: sonar - PullRequest
1 голос
/ 10 августа 2011

Мы используем Sonar с заданиями, запущенными Jenkins.
Теперь мы получаем эту ошибку, когда Jekins пытается запустить sonar-maven-plugin:

[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0-beta-2:sonar (default-cli) on project SS_MGWTDMWebUI: Can not execute Sonar: PicoLifecycleException: method 'public void org.sonar.jpa.session.AbstractDatabaseConnector.start()', instance 'org.sonar.jpa.session.DriverDatabaseConnector@1a791f, java.lang.RuntimeException: wrapper: Cannot open connection to database: SQL driver not found com.mysql.jdbc.Driver -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

1 Ответ

0 голосов
/ 24 августа 2011

Сообщение об ошибке гласит: «Драйвер SQL не найден com.mysql.jdbc.Driver».Предполагая, что с вашей установкой все в порядке, вы можете проверить, что sonar.host.url не заканчивается на '/'?

см. sonar-1685

...