I can't connect SonarQube with PostgreSQL

Hi,

Thanks for providing your server properties.

Your screenshot shows that you’re trying to access localhost:9000, which is the default address for SonarQube. However, you’re not operating with default configs:

I’ve never uncommented the host address before, but the interwebs tells me that should be okay.

You’ve uncommented the port but left it at the default value, so you’re good there. But you did also edit the context. I asked about that earlier because it alters the path on which you’ll find SonarQube.

The fact that you’ve been getting a 404 indicates that a web server is up an listening. Now we know that it is SonarQube’s underlying Tomcat & we’re just not asking for the right thing. You should apparently be asking for:

http://localhost:9000/sonarqube-dev

 
HTH,
Ann

1 Like