sonarqube-5.6をダウンロードし、sonar.propertiesを設定してください。私のmysqlバージョンは5.6で、Javaバージョンは1.8です。私がソナーを始めるときにエラーが発生している私のソナーは5.6ですが、現在のバージョンは古すぎます。ここでは、エラー・ログとsonar.propertiesSonarQube ::現在のバージョンが古すぎます。まず、長期サポート版にアップグレードしてください
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.properties
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
Linkあたり、最新である5.6バージョンを使用していますのでご注意ください「4.5.xにアップグレードしてから、4.5.7をお勧めしてから、5.3にアップグレードする必要があります」と述べています。 。私はこれを取得していない、私は低いバージョンの拳をインストールして5.6かそれをアップグレードする必要があります
[MessageException:現在のバージョンが古すぎます。最初に長期サポート版にアップグレードしてください](http://stackoverflow.com/questions/34947417/messageexception-current-version-is-too-old-please-upgrade-to-longterm-suppor) –
これをチェックしました私の質問をここに投稿する前にリンクしていますが、修正する必要があることを理解できませんでした –
@ G.Ann-SonarSourceTeam :: http://docs.sonarqube.org/display/SONAR/Release+5.6+Upgrade+Notesこのリンクは5.6です最新のバージョンと私は同じバージョンを使用しています –