Sonarqube enterprise edition Version 9.0 throwing error

Must-share information (formatted with Markdown):

  • Version - sonarqube-enterprise-9.0
    *Trying to install the enterprise edition
  • when I am trying to start the application, it is giving the below error.
Running SonarQube...
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    | 2021.07.20 19:48:41 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /var/sonarqube/temp
jvm 1    | 2021.07.20 19:48:41 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:1789]
jvm 1    | 2021.07.20 19:48:41 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/mnt/vol2/sonarqube/elasticsearch]: /mnt/vol2/sonarqube/elasticsearch/bin/elasticsearch
jvm 1    | 2021.07.20 19:48:41 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
jvm 1    | warning: no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
jvm 1    | Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
jvm 1    | 2021.07.20 19:48:46 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
jvm 1    | 2021.07.20 19:48:46 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [/mnt/vol2/sonarqube]: /mnt/vol1/jdk-11.0.2/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/var/sonarqube/temp -XX:-OmitStackTraceInFastThrow --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-9.0.0.45539.jar:/mnt/vol2/sonarqube/lib/jdbc/postgresql/postgresql-42.2.19.jar org.sonar.server.app.WebServer /var/sonarqube/temp/sq-process6408505038144620782properties
jvm 1    | 2021.07.20 19:48:48 INFO  app[][o.s.a.SchedulerImpl] Process[web] is stopped
jvm 1    | 2021.07.20 19:48:48 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143
jvm 1    | 2021.07.20 19:48:48 INFO  app[][o.s.a.SchedulerImpl] Process[es] is stopped
jvm 1    | 2021.07.20 19:48:48 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
wrapper  | <-- Wrapper Stopped

Hi,

Welcome to the community!

What do your server logs say?

 
Ann