Hi sir, have followed the same steps and created a new user as sonar but still facing same issue (issue have posted) /usr/bin/java Removed stale pid file: ./SonarQube.pid SonarQube is not running. please let me know how to resolve this
Sir, my installation is done, status is showing running but when I try to access via IP:9000 it is showing Site can not be reached. When I try netstat -tulpn|grep 9000 on EC2 instance it not showing any result but all the traffic to port 9000 is allowed in security group. Can you help?
I have followed the same steps, but when i run ./sonar.sh status, getting below error. Searching for the solution since 2 days not getting. Pls help. Thnanks in Advance. /usr/bin/java Removed stale pid file: ./SonarQube.pid SonarQube is not running.
Hi, have you created user named Sonar. You need to run Sonarqube as a sonar, user otherwise it will not work. Try the steps below: useradd sonar passwd sonar (set the password for this user) visudo (add user to the wheel group) Give ownership of the Sonarqube dir to the Sonar user (chown -R sonar:sonar Start sonarqube application now
Thanks for walking through this. However, I have followed the exact same steps you used but when I try to login into Sonarqube UI with admin admin it just takes me back to the homepage without logging in.