StartSonar.bat stops abruptly on start with java 17 for windows

Hi Team,

I downloaded the latest version of SonarQube community edition (sonarqube-10.5.1.90531) and on my laptop (Windows 11 Pro) I have java version 17(JAVA_HOME in the environment variables).
When I run startsonar.bat it starts executing and then abruptly stops executing. Can you
Please help me to understand the root cause of issue.

Please, find attached logs for your reference.

es.log (61.5 KB)
sonar.log (20.2 KB)
web.log (41.0 KB)

  • Which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension): - sonarqube-10.5.1.90531
  • How is SonarQube deployed: zip, Docker, Helm: - Zip
  • What are you trying to achieve: - Installing the SonarQube application on laptop,
  • What have you tried so far to achieve this: - Checked the logs, but not able to point out exact root cause of issue.

This issue is resolved. It was issue with Sonar default port 9000. It was used by some another process. After changing the port, it started working. Thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.