New to Sonarqube -- Not able to start

Must-share information (formatted with Markdown):

  • SonarQube – 8.4,
  • System – AWS Linux AMI
  • trying to start 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 | 2020.09.24 10:50:29 INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
    jvm 1 | 2020.09.24 10:50:29 INFO app[o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9009
    jvm 1 | 2020.09.24 10:50:29 INFO app[o.s.a.ProcessLauncherImpl] Launch process[[key=‘es’, ipcIndex=1, logFilenamePrefix=es]] from [/opt/sonarqube/elasticsearch]: /opt/sonarqube/elasticsearch/bin/elasticsearch
    jvm 1 | 2020.09.24 10:50:29 INFO app[o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
    jvm 1 | 2020.09.24 10:50:29 INFO app[o.e.p.PluginsService] no modules loaded
    jvm 1 | 2020.09.24 10:50:29 INFO app[o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
    jvm 1 | Java HotSpot™ 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
    jvm 1 | 2020.09.24 10:50:42 INFO app[o.s.a.SchedulerImpl] Process[es] is up
    jvm 1 | 2020.09.24 10:50:42 INFO app[o.s.a.ProcessLauncherImpl] Launch process[[key=‘web’, ipcIndex=2, logFilenamePrefix=web]] from [/opt/sonarqube]: /usr/java/jdk-11.0.8/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/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/common/:/opt/sonarqube/lib/jdbc/postgresql/postgresql-42.2.14.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process4472607026669990689properties
    jvm 1 | 2020.09.24 10:50:47 INFO app[o.s.a.SchedulerImpl] Process[web] is stopped
    jvm 1 | 2020.09.24 10:50:47 WARN app[o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143
    jvm 1 | 2020.09.24 10:50:47 INFO app[o.s.a.SchedulerImpl] Process[es] is stopped
    jvm 1 | 2020.09.24 10:50:47 INFO a

Hello @rahul_reddy,

The process that fails to start correct seems to be the Web process.
Could you please send the full web.log file located under your <SONARQUBE_HOME>/logs directory, or even better, all the files under this directory (that will avoid an extra request/reply if I need to look at another file)

Olivier