Hi ,
I am running sonarqube in amazon linux instance. I am getting below error while stating service using ./sonar.sh start command
Hey there.
You probably need to run a chown -R for the directory to the user/group running the service.
It looks like the web process is starting. What’s in your /logs/web.log file?
Hey there.
- Since you’ve set
sonar.web.context(based on your other post), you sould probably be targetinghttp://localhost:9000/sonar - I would recommend isolating the issue to one of SonarQube being accessible locally, or accessible externally
– Acurl http://localhost:9000/sonar/api/server/versionfrom the machine where you’ve started SonarQube should tell you if it is up and running correctly
– If you receive a valid response, but can’t access that URL from externally, you should probably start looking at firewalls (local or otherwise) that could be blocking access.
Thanks Colin.
I will open new thread . port are opened in firewall.
after curl in the local machine in which sonarqube installed i got following response. as a localhost it is responding but with ip its not
and from remote machine on the same network it still waiting to load the page and finally failed
same in chrome browser
Hi Colin ,
Thanks for the solution . I am able to oprn sonarqube in browser . i have resrated the server and it works fine. Pls close this thread as Solved








