2

我下载了 sonarqube-5.6并配置了sonar.properties。我的mysql版本是5.6,java版本是1.8。当我开始声纳时出现错误,当前版本太旧,而我的声纳是 5.6。这是错误日志和 sonar.properties

 2016.08.03 18:30:13 INFO  web[o.s.s.p.ServerImpl] SonarQube Server / 5.6 / 074f3d1169f9688d15af4aff67e7e672cbeed782
    2016.08.03 18:30:13 INFO  web[o.sonar.db.Database] Create JDBC data source for jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance
    2016.08.03 18:30:13 ERROR web[o.a.c.c.C.[.[.[/sonar]] Exception sending context initialized event to listener instance of class org.sonar.server.platform.PlatformServletContextListener
    org.sonar.api.utils.MessageException: Current version is too old. Please upgrade to Long Term Support version firstly.

声纳属性

sonar.jdbc.username=sonar
sonar.jdbc.password=sonar
sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEn
coding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance

编辑 ::

请注意,我使用的是http://docs.sonarqube.org最新的 5.6 版本

链接说“你必须先升级到 4.5.x - 我推荐 4.5.7 - 然后升级到 5.3。” . 我没有得到这个,我应该安装较低版本的拳头并将其升级到 5.6 还是什么

4

1 回答 1

3

5.6 版无法从 4.5.x 之前的版本升级。好像是你的情况,所以你应该先升级到4.5.x(推荐最新的4.5.7)再升级到5.6。

于 2016-08-03T14:42:13.343 回答