I try since 3 days to start Sonarqube in many ways:
i change v.7.9 and v8.3 but the error is the same ( see attachement)
i followed the " Get Started in Two Minutes Guide" but the logs reports were same( see attachement)
the localhost is free, i don´t understand why the report say Port 9001 ist busy.
I also try to change the port but it not work and the error ist the same.
may someone help me?
(upload://93mDj7WzMSC6zfXJ2zhb9Eg24bs.log) (9.7 KB) sonar.log (19.3 KB)
now i have this errors (see logs)- it is the same as my first post.
i only try to change the web Server port a free port -sonar.web.port=49669 Uploading: access.log…es.log (10.3 KB) sonar.log (3.0 KB) web.log (3.2 KB)
The errors in your second set of logs indicate that you tried to (re)start SonarQube before the first instance was completely/properly shut down. That’s a guess. Really, anything could be holding port 9001, but SonarQube’s Elasticsearch thread is the most likely suspect.
How about this: shut down your SonarQube server (if it’s still running). Throw away the SonarQube server directory, start fresh by re-exploding the zip, and let’s go from there.