Unable to Install SonarQube Version-10.0.0.68432

SonarQube Version - 10.0.0.68432
SonarQube Deployed - Windows 10
What I am trying to achieve - I am unable to install SonarQube (Community Edition) on my PC
What I have done so far to achieve this -
Step 1> Downloaded the Latest version of SonarQube (Community Edition) zip file on my PC
Step 2> Downloaded and Install Java version - 20.0.1
Step 3> Unzip the Downloaded file into the directory C:\Program Files
Step 4> Oracle JDBC (ojdbc11.jar) driver copied into the directory extensions C:\Program
Files\sonarqube-10.0.0.68432\extensions\jdbc-driver\oracle
Step 5> Start the SonarQube Server by passing the command
C:\Program Files\sonarqube-10.0.0.68432\bin\windows-x86-64>StartSonar

I also attached log files of sonar.log
sonar.log (28.0 KB)

Welcome :slight_smile:

SonarQube server requires Java version 17 and the SonarQube scanners require Java version 11 or 17, see https://docs.sonarqube.org/latest/requirements/prerequisites-and-overview/

Gilbert

1 Like

Hi Gilbert,
First of all ThankYou so much for your Suggestion.
Now, I have installed Java Version 17 and again completed the entire Installation process.
This time I get an error - Elasticsearch exited unexpectedly

I have also attached log files.
sonar.log (12.0 KB)

Hi,

means we have to look into %SONARQUBE_HOME\logs\es.log
To get more details you should increase the loglevel to DEBUG
in %SONARQUBE_HOME\conf\sonar.properties

Gilbert

ThankYou so much Gilbert… :slightly_smiling_face:

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