Issue while starting Sonarqube server

Hello All,
I’m trying to run SonarQube in my Windows system, but no luck.

I have unzip Sonar7.7 version and updated the property in wrapper.conf about java path.
But while running Sonarqube, I’m not facing any errors as well as the server also not showing as successfully started Sonar.

Using below env details
OS: Windows 7
SonarQube:7.7
Jdk: jdk1.8.0_131

After ran SonarQube server, got below log.

→ Wrapper Started as Console
Launching a JVM…
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.

2021.12.30 00:06:53 INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory C:\Users\X1013825\sonarqube-7.7\temp
2021.12.30 00:06:54 INFO app[o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001
2021.12.30 00:06:54 INFO app[o.s.a.p.ProcessLauncherImpl] Launch process[[key=‘es’, ipcIndex=1, logFilenamePrefix=es]] from [C:\Users\XXXXX\sonarqube-7.7\elasticsearch]: C:\Program Files\Java\jdk1.8.0_131\jre\bin\java -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -Des.networkaddress.cache.ttl=60 -Des.networkaddress.cache.negative.ttl=10 -XX:+AlwaysPreTouch -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -XX:-OmitStackTraceInFastThrow -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Djava.io.tmpdir=C:\Users\XXXXX\sonarqube-7.7\temp\es6 -XX:ErrorFile=C:\Users\XXXXX\sonarqube-7.7\logs\es_hs_err_pid%p.log -Xms512m -Xmx512m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=C:\Users\XXXXX\sonarqube-7.7\elasticsearch -Des.path.conf=C:\Users\XXXXX\sonarqube-7.7\temp\conf\es -cp lib/* org.elasticsearch.bootstrap.Elasticsearch
2021.12.30 00:06:54 INFO app[o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2021.12.30 00:06:54 INFO app[o.e.p.PluginsService] no modules loaded
2021.12.30 00:06:54 INFO app[o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]

Please advise.

Hi @Harsha.d and welcome to the community :wave:

SonarQube 7.7 is EOL since some time now. please try the current LTS (8.9) or the latest version of SonarQube (9.2 as of now) and check the changed requirements since then.
If you are still facing issues with these recent versions, the log files would help in debugging this.