Did you mean to visit: http://localhost:9000/?
lsof -i :9000
(Mac/Linux)netstat -ano | findstr :9000
(Windows)
curl http://localhost:9000/api/system/status
docker ps | grep sonarqube
Port 9000 is commonly used by:
This error occurs when another application is already using port 9000. Solutions:
sonar.web.port=9001
listen = 127.0.0.1:9001
netstat -ano | findstr :9000
then taskkill /PID [PID] /F
lsof -i :9000
then kill -9 [PID]
Common issues with SonarQube startup:
If your web server can't connect to PHP-FPM:
systemctl status php-fpm