Installing SonarQube Error

Hello,

I am trying to install sonarQube for first time and I am stuck at the very begining. Can’t get the startsonar.bat to work. I am trying this on windows10 and log is below. Thank you for any help.

2020.09.28 10:38:14 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2020.09.28 10:38:15 INFO  app[][o.e.p.PluginsService] no modules loaded
2020.09.28 10:38:15 INFO  app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
Unrecognized VM option 'UseConcMarkSweepGC'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
2020.09.28 10:38:15 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 1
2020.09.28 10:38:15 INFO  app[][o.s.a.SchedulerImpl] Process[es] is stopped
2020.09.28 10:38:15 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
<-- Wrapper Stopped

java version is 15;

 java -version
    java version "15" 2020-09-15
    Java(TM) SE Runtime Environment (build 15+36-1562)
    Java HotSpot(TM) 64-Bit Server VM (build 15+36-1562, mixed mode, sharing)

Hi @farukbenli ,

welcome to the community :wave:

as stated in our documentation, we currently do not support running the server on java 15, so you should use java 11 as the jvm option you mentioned here is removed with java 14

hope that helps you to get started. in general you can find some good starting points in the requirements documentation :slight_smile:

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