Process exited with exit value [es]: 143

Must-share information (formatted with Markdown):

which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
sonarqube-enterprise-8.1.0.31237

what are you trying to achieve
Running SonarQube

what have you tried so far to achieve this

  • Extract to home directory
  • Go to bin/macosx-universal-64
  • Run ./sonar.sh console

This is the error message returned on terminal

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    | 2019.12.18 13:30:25 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /Users/permana.jayanta/Code/sonarqubeenterprise/temp
jvm 1    | 2019.12.18 13:30:25 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001
jvm 1    | 2019.12.18 13:30:25 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/Users/permana.jayanta/Code/sonarqubeenterprise/elasticsearch]: /Users/permana.jayanta/Code/sonarqubeenterprise/elasticsearch/bin/elasticsearch
jvm 1    | 2019.12.18 13:30:25 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
jvm 1    | 2019.12.18 13:30:26 INFO  app[][o.e.p.PluginsService] no modules loaded
jvm 1    | 2019.12.18 13:30:26 INFO  app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
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    | 2019.12.18 13:30:45 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
jvm 1    | 2019.12.18 13:30:45 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [/Users/permana.jayanta/Code/sonarqubeenterprise]: /Library/Java/JavaVirtualMachines/jdk-11.0.4.jdk/Contents/Home/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/Users/permana.jayanta/Code/sonarqubeenterprise/temp --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 -Xmx1G -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/common/*:/Users/permana.jayanta/Code/sonarqubeenterprise/lib/jdbc/h2/h2-1.4.199.jar org.sonar.server.app.WebServer /Users/permana.jayanta/Code/sonarqubeenterprise/temp/sq-process12910295842227754847properties
jvm 1    | 2019.12.18 13:31:32 INFO  app[][o.s.a.SchedulerImpl] Process[web] is stopped
jvm 1    | 2019.12.18 13:31:32 INFO  app[][o.s.a.SchedulerImpl] Process[es] is stopped
jvm 1    | 2019.12.18 13:31:32 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143
jvm 1    | 2019.12.18 13:31:32 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
wrapper  | <-- Wrapper Stopped

File web.log (renamed to web.log.txt) uploaded.web.log.txt (3.4 MB)

Additional Info
I install in my mac laptop to evaluate the enterprise edition.
I can run the community edition successfully, but not with enterprise edition.

Hello,
This FORBIDDEN/12/index read-only is typical of a disk space issue.
So you need to free some space on the disk where your data directory is and restart SonarQube.
indexes are switched back to read-write at startup if the necessary space is available.
Alex.

Hi @Alexandre,

Thank you for the response.
Yes, apparently it is a disk issue.
After freeing up some space, I can run the SonarQube EE.

Thank you.