Sonarqube Loading for ever

3.2k Views Asked by At

I have setup my sonarqube server in centos 7. I am using sonarqube 7.4. I have installed httpd and trying to access sonarqube dashboard. This will load for ever as I attached in image.

Loading....

I tried deleting data/es5 but no use. My sonar.properties file is as below.

sonar.jdbc.username=sonar
sonar.jdbc.password=mypassword
sonar.jdbc.url=jdbc:postgresql://localhost/sonar
sonar.path.data=/opt/sonarqube/data
sonar.path.temp=/opt/sonarqube/temp
sonar.web.port=30056
sonar.web.context=/sonarqube

No errors in web.log. Please suggest me what wrong am I doing why sonarqube is not loading.

2

There are 2 best solutions below

0
thejaswi On BEST ANSWER

Issue was with network side. Below command resolved the issue.

sudo firewall-cmd --zone=public --add-port=30056/tcp --permanent
2
Rachel On

I found the same problem with sonarqube 6.7.6 LTS.

Seemed to be a browser-related problem.

I was on OSX 'El Capitan' 10.11.6.

With Safari 9.1.2, I get "Loading" indefinitely.

With Chrome 71.0.3578.98, it works.