Problem scenario
You stop SonarQube services from running. You want to log into the web UI console to set things up. You run this command:
sudo bash /opt/sonarqube/bin/linux-x86-64/sonar.sh console
But all you see is
“
Running SonarQube…
SonarQube is already running.
“
You never get a network service to listen on port 9000. How do you use “sonar.sh console” to initially configure Sonar?
…