Hello,
I guess i have a similar error, but i dont understand. I’ve been working just fine last couple of weeks with SonarQube, but when i started working today it throwed me a similar error. I also work on Windows and i maked sure there’s no other process running.
I’ve moved your topic to a new thread because it seems unrelated to the thread you posted on.
2020.04.22 17:33:07 ERROR es[o.e.b.Bootstrap] Exception
org.elasticsearch.transport.BindTransportException: Failed to bind to [9001]
…
Caused by: java.net.BindException: Address already in use: bind
It looks like SonarQube can’t start its Elasticsearch process on Port 9001 because something else is already running there. Maybe another SonarQube instance?
You can use a tool like netstat to find out what’s running there.
While you figure out what’s going on with that port, you might try changing the Elasticsearch port in your conf/sonar.properties file (sonar.search.port) to a different port and see if the rest of the startup succeeds (or any new errors show up that help pinpoint the issue)