It seems SonarQube 6.5 does not work with JDK 9. Java 8 upgrade 144 works fine.
There is no automated way to uninstall JDK 9 properly, but you can have different Java side by side. This is how to pick Java version.
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home
After that you can run
sonar.sh start
as usual.
Can not log in to SonarQube 6.5 on Mac OS X with default password
With JDK 9 authentication with default user/pass admin/admin fails. It turns out the error HTTP code is 500, not 401, which made me suspicious.
0 Comments.