Problem accessing sonarqube on port 9000

Hi, I have installed sonarqube on centos 8, service is running and in sonar.properties, I have specified the port as 9000, but I could not access it on port 9000, and command “lsof -i :9000 -S” shows nothing, the ports are open as well, what could be wrong here?

Hi,

You can follow these instructions to understand why your server isn’t running correctly: Troubleshooting | SonarQube Docs

So I did figure that out, seems like the DB connection with PostGres was not working properly resulting in the error.