If your question is about SonarLint in the IntelliJ Platform, VS Code, Visual Studio, or Eclipse, please post it in that sub-category.
Otherwise, please provide:
- Operating system: Latest Instance of Amazon Linux 2 and connected to external postgres DB via RDS service
- IDE name and flavor/env: VScode 1.84.1
And a thorough description of the problem / question:
SonarQube through 504 Gateway timeout / 502 Bad gateway error once connected with SonarLint for sometime
It is the latest version of 10.3, installed without Docker.
We have switched to the standalone version instead of Docker, as we suspected Docker is causing these issues, later figured it out that sonarlint connection is causing these issues.
I have added list of logs below, compute log, process logs, etc
2024.02.13 11:32:47 INFO app[][o.s.a.SchedulerImpl] Stopping SonarQube
2024.02.13 11:32:47 INFO app[][o.s.a.SchedulerImpl] Sonarqube has been requested to stop
2024.02.13 11:32:47 INFO app[][o.s.a.SchedulerImpl] Stopping [Compute Engine] process...
2024.02.13 11:32:48 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Compute Engine]: 143
2024.02.13 11:32:48 INFO app[][o.s.a.SchedulerImpl] Process[Compute Engine] is stopped
2024.02.13 11:32:48 INFO app[][o.s.a.SchedulerImpl] Stopping [Web Server] process...
2024.02.13 11:32:48 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
2024.02.13 11:32:48 INFO app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.02.13 11:32:50 INFO app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.02.13 11:32:50 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Web Server]: 143
2024.02.13 11:32:50 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.02.13 11:32:50 INFO app[][o.s.a.SchedulerImpl] Stopping [ElasticSearch] process...
2024.02.13 11:39:17 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /var/sonarqube/temp
2024.02.13 11:39:17 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:35473]
2024.02.13 11:39:18 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube-10.3.0.82913/elasticsearch]: /opt/java/jdk-17.0.10/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube-10.3.0.82913/elasticsearch -Des.path.conf=/var/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube-10.3.0.82913/elasticsearch/lib/*:/opt/sonarqube-10.3.0.82913/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.02.13 11:39:18 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.02.13 11:39:25 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /var/sonarqube/temp
2024.02.13 11:39:26 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:40173]
2024.02.13 11:39:26 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube-10.3.0.82913/elasticsearch]: /opt/java/jdk-17.0.10/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube-10.3.0.82913/elasticsearch -Des.path.conf=/var/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube-10.3.0.82913/elasticsearch/lib/*:/opt/sonarqube-10.3.0.82913/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.02.13 11:39:26 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.02.13 11:39:49 INFO app[][o.s.a.SchedulerImpl] Process[es] is up
2024.02.13 11:39:49 INFO app[][o.s.a.SchedulerImpl] Process[es] is up
2024.02.13 11:39:49 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube-10.3.0.82913]: /opt/java/jdk-17.0.10/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 --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -Dcom.redhat.fips=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.3.0.82913.jar:/opt/sonarqube-10.3.0.82913/lib/jdbc/postgresql/postgresql-42.6.0.jar org.sonar.server.app.WebServer /var/sonarqube/temp/sq-process3801993330722922097properties
2024.02.13 11:39:49 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube-10.3.0.82913]: /opt/java/jdk-17.0.10/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 --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -Dcom.redhat.fips=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.3.0.82913.jar:/opt/sonarqube-10.3.0.82913/lib/jdbc/postgresql/postgresql-42.6.0.jar org.sonar.server.app.WebServer /var/sonarqube/temp/sq-process15500555260127536714properties
2024.02.13 11:39:51 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 1
2024.02.13 11:39:51 INFO app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.02.13 11:39:51 INFO app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.02.13 11:39:51 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.02.13 11:40:07 INFO app[][o.s.a.SchedulerImpl] Process[web] is up
2024.02.13 11:40:07 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[COMPUTE_ENGINE] from [/opt/sonarqube-10.3.0.82913]: /opt/java/jdk-17.0.10/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-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -Dcom.redhat.fips=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.3.0.82913.jar:/opt/sonarqube-10.3.0.82913/lib/jdbc/postgresql/postgresql-42.6.0.jar org.sonar.ce.app.CeServer /var/sonarqube/temp/sq-process2819395058009176609properties
2024.02.13 11:40:14 INFO app[][o.s.a.SchedulerImpl] Process[ce] is up
2024.02.13 11:40:14 INFO app[][o.s.a.SchedulerImpl] SonarQube is operational
2024.02.13 11:41:11 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /var/sonarqube/temp
2024.02.13 11:41:12 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:35119]
2024.02.13 11:41:12 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube-10.3.0.82913/elasticsearch]: /opt/java/jdk-17.0.10/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube-10.3.0.82913/elasticsearch -Des.path.conf=/var/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube-10.3.0.82913/elasticsearch/lib/*:/opt/sonarqube-10.3.0.82913/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.02.13 11:41:12 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.02.13 11:41:13 INFO app[][o.s.a.SchedulerImpl] Process[es] is up
2024.02.13 11:41:13 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube-10.3.0.82913]: /opt/java/jdk-17.0.10/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 --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -Dcom.redhat.fips=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.3.0.82913.jar:/opt/sonarqube-10.3.0.82913/lib/jdbc/postgresql/postgresql-42.6.0.jar org.sonar.server.app.WebServer /var/sonarqube/temp/sq-process2968364634623369223properties
2024.02.13 11:41:16 INFO app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.02.13 11:41:16 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
2024.02.13 11:41:16 INFO app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.02.13 11:41:16 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.02.13 11:32:47 INFO ce[][o.s.p.ProcessEntryPoint] Gracefully stopping process
2024.02.13 11:32:47 INFO ce[][o.s.ce.app.CeServer] Compute Engine is stopping...
2024.02.13 11:32:47 INFO ce[][o.s.c.t.CeProcessingSchedulerImpl] Gracefully stopping workers...
2024.02.13 11:32:47 INFO ce[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown initiated...
2024.02.13 11:32:47 INFO ce[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown completed.
2024.02.13 11:32:47 INFO ce[][o.s.ce.app.CeServer] Compute Engine is stopped
2024.02.13 11:40:08 INFO ce[][o.s.p.ProcessEntryPoint] Starting Compute Engine
2024.02.13 11:40:08 INFO ce[][o.s.ce.app.CeServer] Compute Engine starting up...
2024.02.13 11:40:09 INFO ce[][o.s.d.DefaultDatabase] Create JDBC data source for jdbc:postgresql://sonarqubedb.cluster-cuns18w5lha2.us-east-1.rds.amazonaws.com/sonarqube
2024.02.13 11:40:09 INFO ce[][c.z.h.HikariDataSource] HikariPool-1 - Starting...
2024.02.13 11:40:09 INFO ce[][c.z.h.p.HikariPool] HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@476f9ca8
2024.02.13 11:40:09 INFO ce[][c.z.h.HikariDataSource] HikariPool-1 - Start completed.
2024.02.13 11:40:12 INFO ce[][o.s.s.p.ServerFileSystemImpl] SonarQube home: /opt/sonarqube-10.3.0.82913
2024.02.13 11:40:12 INFO ce[][o.s.c.c.CePluginRepository] Load plugins
2024.02.13 11:40:13 INFO ce[][o.s.c.c.ComputeEngineContainerImpl] Running Community edition
2024.02.13 11:40:13 INFO ce[][o.s.ce.app.CeServer] Compute Engine is started
2024.02.13 11:32:47 INFO app[][o.s.a.SchedulerImpl] Stopping SonarQube
2024.02.13 11:32:47 INFO app[][o.s.a.SchedulerImpl] Sonarqube has been requested to stop
2024.02.13 11:32:47 INFO app[][o.s.a.SchedulerImpl] Stopping [Compute Engine] process...
2024.02.13 11:32:48 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Compute Engine]: 143
2024.02.13 11:32:48 INFO app[][o.s.a.SchedulerImpl] Process[Compute Engine] is stopped
2024.02.13 11:32:48 INFO app[][o.s.a.SchedulerImpl] Stopping [Web Server] process...
2024.02.13 11:32:48 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
2024.02.13 11:32:48 INFO app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.02.13 11:32:50 INFO app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.02.13 11:32:50 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Web Server]: 143
2024.02.13 11:32:50 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.02.13 11:32:50 INFO app[][o.s.a.SchedulerImpl] Stopping [ElasticSearch] process...
2024.02.13 11:39:17 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /var/sonarqube/temp
2024.02.13 11:39:17 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:35473]
2024.02.13 11:39:18 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube-10.3.0.82913/elasticsearch]: /opt/java/jdk-17.0.10/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube-10.3.0.82913/elasticsearch -Des.path.conf=/var/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube-10.3.0.82913/elasticsearch/lib/*:/opt/sonarqube-10.3.0.82913/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.02.13 11:39:18 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.02.13 11:39:25 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /var/sonarqube/temp
2024.02.13 11:39:26 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:40173]
2024.02.13 11:39:26 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube-10.3.0.82913/elasticsearch]: /opt/java/jdk-17.0.10/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube-10.3.0.82913/elasticsearch -Des.path.conf=/var/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube-10.3.0.82913/elasticsearch/lib/*:/opt/sonarqube-10.3.0.82913/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.02.13 11:39:26 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.02.13 11:39:49 INFO app[][o.s.a.SchedulerImpl] Process[es] is up
2024.02.13 11:39:49 INFO app[][o.s.a.SchedulerImpl] Process[es] is up
2024.02.13 11:39:49 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube-10.3.0.82913]: /opt/java/jdk-17.0.10/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 --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -Dcom.redhat.fips=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.3.0.82913.jar:/opt/sonarqube-10.3.0.82913/lib/jdbc/postgresql/postgresql-42.6.0.jar org.sonar.server.app.WebServer /var/sonarqube/temp/sq-process3801993330722922097properties
2024.02.13 11:39:49 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube-10.3.0.82913]: /opt/java/jdk-17.0.10/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 --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -Dcom.redhat.fips=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.3.0.82913.jar:/opt/sonarqube-10.3.0.82913/lib/jdbc/postgresql/postgresql-42.6.0.jar org.sonar.server.app.WebServer /var/sonarqube/temp/sq-process15500555260127536714properties
2024.02.13 11:39:51 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 1
2024.02.13 11:39:51 INFO app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.02.13 11:39:51 INFO app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.02.13 11:39:51 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.02.13 11:40:07 INFO app[][o.s.a.SchedulerImpl] Process[web] is up
2024.02.13 11:40:07 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[COMPUTE_ENGINE] from [/opt/sonarqube-10.3.0.82913]: /opt/java/jdk-17.0.10/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-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -Dcom.redhat.fips=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.3.0.82913.jar:/opt/sonarqube-10.3.0.82913/lib/jdbc/postgresql/postgresql-42.6.0.jar org.sonar.ce.app.CeServer /var/sonarqube/temp/sq-process2819395058009176609properties
2024.02.13 11:40:14 INFO app[][o.s.a.SchedulerImpl] Process[ce] is up
2024.02.13 11:40:14 INFO app[][o.s.a.SchedulerImpl] SonarQube is operational
2024.02.13 11:41:11 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /var/sonarqube/temp
2024.02.13 11:41:12 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:35119]
2024.02.13 11:41:12 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube-10.3.0.82913/elasticsearch]: /opt/java/jdk-17.0.10/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube-10.3.0.82913/elasticsearch -Des.path.conf=/var/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube-10.3.0.82913/elasticsearch/lib/*:/opt/sonarqube-10.3.0.82913/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.02.13 11:41:12 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.02.13 11:41:13 INFO app[][o.s.a.SchedulerImpl] Process[es] is up
2024.02.13 11:41:13 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube-10.3.0.82913]: /opt/java/jdk-17.0.10/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 --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -Dcom.redhat.fips=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.3.0.82913.jar:/opt/sonarqube-10.3.0.82913/lib/jdbc/postgresql/postgresql-42.6.0.jar org.sonar.server.app.WebServer /var/sonarqube/temp/sq-process2968364634623369223properties
2024.02.13 11:41:16 INFO app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.02.13 11:41:16 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
2024.02.13 11:41:16 INFO app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.02.13 11:41:16 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped