我按照本教程在我的Ubuntu x64服务器http://stuff.stevenreid.uk/2015/03/12/install-sonarqube-5-0-1-on-ubuntu-14-04-x64/上安装SonarQube。但是,当启动sonarqube(linux-x86-64)时,它会在完成启动之前关闭。这是sonar.log文件:
<dependentAssembly>
<assemblyIdentity name="YourDllFile" publicKeyToken="2780ccd10d57b246" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-YourDllFileVersion" newVersion="YourDllFileVersion" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" />
<bindingRedirect oldVersion="1.0.0.0-2015.2.600.45" newVersion="2015.2.623.45" />
</dependentAssembly>
我已经启用了调试日志记录模式,但我无法找到错误并修复它。任何帮助表示赞赏。
我正在使用JDK 1.8.0.45和最新的声纳qube版本5.1.2。
答案 0 :(得分:0)
我能够通过更改包装器使用的jvm来解决这个问题。我以前使用的是JDK 1.8.0_45。我把它改成了JDK 1.7.0_51。所以我编辑了我的/conf/wrapper.conf。
wrapper.java.command=/usr/lib/jvm/jdk1.7.0_51/bin/java