I have installed and configured a sonarqube server and is shows as up and running. However, when I try to connect to the browser public_ip:9000 I get the following error
This site can’t be reached
54.172.51.247 refused to connect.
I checked the web.log and found that the server failed to connect to the postgres database.
I installed and configured using aws ubuntu t2-miedium test environment. I do not know how to resolve the issue. Please, help
I did not try pinging the IP, however, I checked the firewall and my browsers are added exceptions. In addition I could access Jenkins and Tomcat servers created from the same computer and AWS account.
Thank you
I see it as up and running from my git bash terminal/consol.
However, I have resolved the issue.
In the sonar.properties file I was not using the correct name of my data base.
Thank you very much Colin for the help in trouble shooting this issue and your time.