SonarQube Wrapper Stopped

Hi All, I am using SonarQube 6.4 version. When i am trying to start sonar in command prompt it gave me following error.
Here is the code in the command prompt.

C:\sonar\sonarqube-6.4\sonarqube-6.4\bin\windows-x86-64> startsonar.bat
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM…
jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
jvm 1 |
jvm 1 | 2019.05.20 16:39:22 INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory C:\sonar\sonarqube-6.4\sonarqube-6.4\temp
jvm 1 | 2019.05.20 16:39:22 INFO app[o.s.a.p.JavaProcessLauncherImpl] Launch process[es]: C:\Program Files\Java\jre1.8.0_144\bin\java -Djava.awt.headless=true -Xmx1G -Xms256m -Xss256k -Djna.nosys=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError -Djava.io.tmpdir=C:\sonar\sonarqube-6.4\sonarqube-6.4\temp -cp ./lib/common/;./lib/search/ org.sonar.search.SearchServer C:\sonar\sonarqube-6.4\sonarqube-6.4\temp\sq-process2322798181221119258properties
jvm 1 | 2019.05.20 16:39:27 INFO app[o.s.a.SchedulerImpl] Process [es] is stopped
jvm 1 | 2019.05.20 16:39:27 INFO app[o.s.a.SchedulerImpl] SonarQube is stopped
wrapper | <-- Wrapper Stopped.

What should i do. Please assist me.

Our documentation on Troubleshooting first suggests checking all the log files, so I suggest starting there!

Once you’re back up and running, make sure to start planning your upgrade to the current LTS (v6.7). SonarQube v6.4 is no longer supported.

Hello Colin, log also has the same thing.

–> 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.

2019.05.20 17:01:42 INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory C:\sonar\sonarqube-6.4\sonarqube-6.4\temp
2019.05.20 17:01:43 INFO app[o.s.a.p.JavaProcessLauncherImpl] Launch process[es]: C:\Program Files\Java\jre1.8.0_144\bin\java -Djava.awt.headless=true -Xmx1G -Xms256m -Xss256k -Djna.nosys=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError -Djava.io.tmpdir=C:\sonar\sonarqube-6.4\sonarqube-6.4\temp -cp ./lib/common/;./lib/search/ org.sonar.search.SearchServer C:\sonar\sonarqube-6.4\sonarqube-6.4\temp\sq-process7630521895353863536properties
2019.05.20 17:01:47 INFO app[o.s.a.SchedulerImpl] Process [es] is stopped
2019.05.20 17:01:47 INFO app[o.s.a.SchedulerImpl] SonarQube is stopped
<-- Wrapper Stopped

Is there more than 1 log file?

No, only one log file

Hi,

The current version is 7.7 and the current LTS is 6.7. You’re going to have a hard time finding support for versions prior to those. Please consider upgrading at your earliest convenience and come back to us is the problem persists.

 
Ann

So, what is the solution of this problem? I am also getting the same problem. Please help.

  1. I have the JAVA 11.0.7 version.
  2. Set the env variable
  3. changed wrapper.conf to C:\Program Files\Java\jdk-11.0.7\bin
  4. Ran “StartSonar.bat”

I’m using sonarqube-developer-8.3.0.34182 version.

But still seeing the Wrapper Stopped error. could someone please help?