which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) 6.7 LTS (community version)
what are you trying to achieve- Access SonarQube URL
what have you tried so far to achieve this
Installed sonarqube server from https://www.vultr.com/docs/how-to-install-sonarqube-on-centos-7 article on my CentOS 7 virtual machine. Followed all instructions step by step but could not access sonarqube UI.
There are 2 things to note about the guide you used: it has you install Java 8, the days of which are numbered, and it has you download SonarQube 6.4, which is no longer supported. Beyond that, a skim of the directions looks like they have you basically doing the right things, altho it’s worth nothing that a reverse proxy isn’t necessary.
So the questions are:
what is your symptom for “could not access sonarqube UI”?
I did not install the 6.4 version, but instead installed the 6.7 LTS. symptom is when I go to my browser and access the url by typing it, its page not found, unavailable error.
yes, when I check the status with systemctl status sonar, it is running
yes, but I am a beginner and it is very complex for me to understand logs
I did not try turning off the proxy, but I tried by both setting up proxy and using localhost. In both the cases I cannot see the ui
To recap, your SonarQube instance is up and running, with no errors in the logs. But you get some kind of error in the browser when you try to reach it.
With no errors in the SQ logs, I have to say the problem is outside SonarQube.
Since you have a proxy in front of it, that’s where I’d look.