Problem to start sonarqube on redhat 9

Must-share information (formatted with Markdown):

  • which versions are you using: SonarQube community 10.6.0.92116
  • how is SonarQube deployed: zip
  • What do you want to achieve?
    Keep the server running
  • What have you tried so far to achieve this?
    i have tried to change the java values xms and xmx, i have configured the values of vm.max_map_count, fs.file-max,ulimit -n, ulimit -u as described in the official sonarqube manuals, i have also set the environment variables JAVA_OPTS= --add-modules jdk.incubator.vector,
    ES_PATH_CONF=/opt/sonarqube/elasticsearch/config,
    ES_HOME=/opt/sonarqube/elasticsearch,SONAR_HOME=/opt/sonarqube/bin,JAVA_HOME=/etc/alternatives/java
    ES_JAVA_OPTS=-Xms2g -Xmx2g

the log of sonar.log are:

2024.07.04 15:55:48 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.07.04 16:02:37 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
2024.07.04 16:02:37 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:35995]
2024.07.04 16:02:38 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube/elasticsearch]: /usr/lib/jvm/java-21-openjdk-21.0.3.0.9-1.el9.x86_64/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube/elasticsearch -Des.path.conf=/opt/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube/elasticsearch/lib/*:/opt/sonarqube/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.07.04 16:02:38 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.07.04 16:02:51 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
2024.07.04 16:02:51 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube]: /usr/lib/jvm/java-21-openjdk-21.0.3.0.9-1.el9.x86_64/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 --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 -Xmx2048m -Xms2048m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.6.0.92116.jar:/opt/sonarqube/lib/jdbc/h2/h2-2.2.224.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process18249132819368314638properties
2024.07.04 16:02:52 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Web Server]: 1
2024.07.04 16:02:52 INFO  app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.07.04 16:02:52 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
2024.07.04 16:02:52 INFO  app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.07.04 16:02:52 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.07.04 16:11:36 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
2024.07.04 16:11:36 WARN  app[][o.s.a.c.CommandFactoryImpl] ES_JAVA_OPTS is defined but will be ignored. Use properties sonar.search.javaOpts and/or sonar.search.javaAdditionalOpts in sonar.properties to change SQ JVM processes options
2024.07.04 16:11:36 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:45381]
2024.07.04 16:11:36 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube/elasticsearch]: /usr/lib/jvm/java-21-openjdk-21.0.3.0.9-1.el9.x86_64/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube/elasticsearch -Des.path.conf=/opt/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube/elasticsearch/lib/*:/opt/sonarqube/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.07.04 16:11:36 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.07.04 16:11:49 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
2024.07.04 16:11:49 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube]: /usr/lib/jvm/java-21-openjdk-21.0.3.0.9-1.el9.x86_64/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 --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 -Xmx2048m -Xms2048m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.6.0.92116.jar:/opt/sonarqube/lib/jdbc/h2/h2-2.2.224.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process254467224020839666properties
2024.07.04 16:11:50 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Web Server]: 1
2024.07.04 16:11:50 INFO  app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.07.04 16:11:50 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
2024.07.04 16:11:50 INFO  app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.07.04 16:11:50 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.07.04 16:18:59 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
2024.07.04 16:18:59 WARN  app[][o.s.a.c.CommandFactoryImpl] ES_JAVA_OPTS is defined but will be ignored. Use properties sonar.search.javaOpts and/or sonar.search.javaAdditionalOpts in sonar.properties to change SQ JVM processes options
2024.07.04 16:18:59 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:36727]
2024.07.04 16:18:59 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube/elasticsearch]: /usr/lib/jvm/java-21-openjdk-21.0.3.0.9-1.el9.x86_64/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube/elasticsearch -Des.path.conf=/opt/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube/elasticsearch/lib/*:/opt/sonarqube/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.07.04 16:18:59 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.07.04 16:19:13 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
2024.07.04 16:19:13 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube]: /usr/lib/jvm/java-21-openjdk-21.0.3.0.9-1.el9.x86_64/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 --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 -Xmx2048m -Xms2048m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.6.0.92116.jar:/opt/sonarqube/lib/jdbc/h2/h2-2.2.224.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process3263514198172050322properties
2024.07.04 16:19:14 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Web Server]: 1
2024.07.04 16:19:14 INFO  app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.07.04 16:19:14 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
2024.07.04 16:19:14 INFO  app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.07.04 16:19:14 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.07.04 16:23:32 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
2024.07.04 16:23:32 WARN  app[][o.s.a.c.CommandFactoryImpl] ES_JAVA_OPTS is defined but will be ignored. Use properties sonar.search.javaOpts and/or sonar.search.javaAdditionalOpts in sonar.properties to change SQ JVM processes options
2024.07.04 16:23:32 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:40441]
2024.07.04 16:23:32 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube/elasticsearch]: /usr/lib/jvm/java-21-openjdk-21.0.3.0.9-1.el9.x86_64/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube/elasticsearch -Des.path.conf=/opt/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube/elasticsearch/lib/*:/opt/sonarqube/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.07.04 16:23:32 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.07.04 16:23:46 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
2024.07.04 16:23:46 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube]: /usr/lib/jvm/java-21-openjdk-21.0.3.0.9-1.el9.x86_64/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 --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 -Xmx2048m -Xms2048m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.6.0.92116.jar:/opt/sonarqube/lib/jdbc/h2/h2-2.2.224.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process492287614884024809properties
2024.07.04 16:23:47 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Web Server]: 1
2024.07.04 16:23:47 INFO  app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.07.04 16:23:47 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
2024.07.04 16:23:47 INFO  app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.07.04 16:23:47 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
[sonarqube@ip-172-31-19-117 linux-x86-64]$```

Hi Matias,

Welcome to Sonar Community!

Could you please check your web.log file or share it here?

It seems that the Web Server is the process that is failing. Probably you are using a port that is already used, or a port that requires root permissions.

Best regards.

1 Like

Hi Antonio,
here i shared the logs:
sonar.log

2024.07.05 10:30:27 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube/elasticsearch]: /usr/lib/jvm/java-21-openjdk-21.0.2.0.13-1.el9.x86_64/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube/elasticsearch -Des.path.conf=/opt/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube/elasticsearch/lib/*:/opt/sonarqube/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.07.05 10:30:27 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.07.05 10:30:35 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
2024.07.05 10:30:35 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube]: /usr/lib/jvm/java-21-openjdk-21.0.2.0.13-1.el9.x86_64/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 --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 -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.proxyHost=10.104.244.30 -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=localhost|127.*|[::1] -Dhttps.proxyHost=10.104.244.30 -Dhttps.proxyPort=8080 -cp ./lib/sonar-application-10.6.0.92116.jar:/opt/sonarqube/lib/jdbc/h2/h2-2.2.224.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process8515449298833119317properties
2024.07.05 10:30:36 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Web Server]: 1
2024.07.05 10:30:36 INFO  app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.07.05 10:30:36 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
2024.07.05 10:30:36 INFO  app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.07.05 10:30:36 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.07.05 10:30:37 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
2024.07.05 10:30:37 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:42977]
2024.07.05 10:30:37 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube/elasticsearch]: /usr/lib/jvm/java-21-openjdk-21.0.2.0.13-1.el9.x86_64/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube/elasticsearch -Des.path.conf=/opt/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube/elasticsearch/lib/*:/opt/sonarqube/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.07.05 10:30:37 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.07.05 10:30:45 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
2024.07.05 10:30:45 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube]: /usr/lib/jvm/java-21-openjdk-21.0.2.0.13-1.el9.x86_64/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 --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 -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.proxyHost=10.104.244.30 -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=localhost|127.*|[::1] -Dhttps.proxyHost=10.104.244.30 -Dhttps.proxyPort=8080 -cp ./lib/sonar-application-10.6.0.92116.jar:/opt/sonarqube/lib/jdbc/h2/h2-2.2.224.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process2282296635648139660properties
2024.07.05 10:30:46 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Web Server]: 1
2024.07.05 10:30:46 INFO  app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.07.05 10:30:46 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
2024.07.05 10:30:46 INFO  app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.07.05 10:30:46 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.07.05 10:30:47 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
2024.07.05 10:30:47 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:37969]
2024.07.05 10:30:47 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube/elasticsearch]: /usr/lib/jvm/java-21-openjdk-21.0.2.0.13-1.el9.x86_64/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube/elasticsearch -Des.path.conf=/opt/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube/elasticsearch/lib/*:/opt/sonarqube/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.07.05 10:30:47 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running

web.log → dont show nothing
es.log

2024.07.05 10:34:40 INFO  es[][o.e.h.AbstractHttpServerTransport] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2024.07.05 10:34:40 INFO  es[][o.e.c.c.NodeJoinExecutor] node-join: [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{h81i7FCCR160vHHFcSc-rQ}{sonarqube}{127.0.0.1}{127.0.0.1:38135}{cdfhilmrstw}{8.13.4}{7000099-8503000}] with reason [completing election]
2024.07.05 10:34:40 INFO  es[][o.e.n.Node] started {sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{h81i7FCCR160vHHFcSc-rQ}{sonarqube}{127.0.0.1}{127.0.0.1:38135}{cdfhilmrstw}{8.13.4}{7000099-8503000}{xpack.installed=true, rack_id=sonarqube}
2024.07.05 10:34:40 INFO  es[][o.e.l.ClusterStateLicenseService] license [080b846c-f42c-40dc-8b0c-0f38c01b7788] mode [basic] - valid
2024.07.05 10:34:40 INFO  es[][o.e.g.GatewayService] recovered [0] indices into cluster_state
2024.07.05 10:34:40 INFO  es[][o.e.h.n.s.HealthNodeTaskExecutor] Node [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}] is selected as the current health node.
2024.07.05 10:34:41 INFO  es[][o.e.n.Node] stopping ...
2024.07.05 10:34:41 INFO  es[][o.e.c.f.AbstractFileWatchingService] shutting down watcher thread
2024.07.05 10:34:41 INFO  es[][o.e.c.f.AbstractFileWatchingService] watcher service stopped
2024.07.05 10:34:41 INFO  es[][o.e.n.Node] stopped
2024.07.05 10:34:41 INFO  es[][o.e.n.Node] closing ...
2024.07.05 10:34:41 INFO  es[][o.e.n.Node] closed
2024.07.05 10:34:44 INFO  es[][o.e.n.NativeAccess] Using [jdk] native provider and native methods for [Linux]
2024.07.05 10:34:44 WARN  es[][o.a.l.i.v.VectorizationProvider] Java vector incubator module is not readable. For optimal vector performance, pass --add-modules jdk.incubator.vector to enable Vector API.
2024.07.05 10:34:45 INFO  es[][o.e.n.Node] version[8.13.4], pid[425093], build[tar/da95df118650b55a500dcc181889ac35c6d8da7c/2024-05-06T22:04:45.107454559Z], OS[Linux/5.14.0-362.24.1.el9_3.x86_64/amd64], JVM[Red Hat, Inc./OpenJDK 64-Bit Server VM/21.0.2/21.0.2+13-LTS]
2024.07.05 10:34:45 INFO  es[][o.e.n.Node] JVM home [/usr/lib/jvm/java-21-openjdk-21.0.2.0.13-1.el9.x86_64], using bundled JDK [false]
2024.07.05 10:34:45 INFO  es[][o.e.n.Node] JVM arguments [-Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -Djava.security.manager=allow, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=SPI,COMPAT, --add-opens=java.base/java.io=org.elasticsearch.preallocate, --enable-native-access=org.elasticsearch.nativeaccess, -XX:ReplayDataFile=logs/replay_pid%p.log, -Des.distribution.type=tar, -XX:+UseG1GC, -Djava.io.tmpdir=/opt/sonarqube/temp, -XX:ErrorFile=/opt/sonarqube/logs/es_hs_err_pid%p.log, -Xlog:disable, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djna.tmpdir=/opt/sonarqube/temp, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=COMPAT, -Xmx512m, -Xms512m, -XX:MaxDirectMemorySize=256m, -XX:+HeapDumpOnOutOfMemoryError, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, --module-path=/opt/sonarqube/elasticsearch/lib, --add-modules=jdk.net, --add-modules=ALL-MODULE-PATH, -Djdk.module.main=org.elasticsearch.server]
2024.07.05 10:34:45 INFO  es[][o.e.n.Node] Default Locale [en_US]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [rest-root]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [reindex]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-core]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-redact]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-security]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-apm-data]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [parent-join]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [lang-painless]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [old-lucene-versions]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [counted-keyword]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [analysis-common]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-inference]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [health-shards-availability]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [transport-netty4]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [apm]
2024.07.05 10:34:46 INFO  es[][o.e.p.PluginsService] loaded module [aggregations]
2024.07.05 10:34:46 INFO  es[][o.e.e.NodeEnvironment] using [1] data paths, mounts [[/opt (/dev/mapper/rootvg-opt)]], net usable_space [2gb], net total_space [6.9gb], types [ext4]
2024.07.05 10:34:46 INFO  es[][o.e.e.NodeEnvironment] heap size [512mb], compressed ordinary object pointers [true]
2024.07.05 10:34:46 INFO  es[][o.e.n.Node] node name [sonarqube], node ID [wCo5Fzt0REOY3xU93Vzp7A], cluster name [sonarqube], roles [ingest, data_frozen, ml, data_hot, transform, data_content, data_warm, master, remote_cluster_client, data, data_cold]
2024.07.05 10:34:49 INFO  es[][o.e.f.FeatureService] Registered local node features [desired_node.version_deprecated, features_supported, health.extended_repository_indicator, usage.data_tiers.precalculate_stats]
2024.07.05 10:34:49 INFO  es[][o.e.x.s.Security] Security is disabled
2024.07.05 10:34:49 INFO  es[][o.e.x.a.APMPlugin] APM ingest plugin is disabled
2024.07.05 10:34:49 INFO  es[][o.e.t.a.APM] Sending apm metrics is disabled
2024.07.05 10:34:49 INFO  es[][o.e.t.a.APM] Sending apm tracing is disabled
2024.07.05 10:34:49 INFO  es[][o.e.t.n.NettyAllocator] creating NettyAllocator with the following configs: [name=unpooled, suggested_max_allocation_size=1mb, factors={es.unsafe.use_unpooled_allocator=null, g1gc_enabled=true, g1gc_region_size=4mb, heap_size=512mb}]
2024.07.05 10:34:49 INFO  es[][o.e.i.r.RecoverySettings] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
2024.07.05 10:34:50 INFO  es[][o.e.d.DiscoveryModule] using discovery type [single-node] and seed hosts providers [settings]
2024.07.05 10:34:50 INFO  es[][o.e.n.Node] initialized
2024.07.05 10:34:50 INFO  es[][o.e.n.Node] starting ...
2024.07.05 10:34:50 INFO  es[][o.e.t.TransportService] publish_address {127.0.0.1:34737}, bound_addresses {127.0.0.1:34737}
2024.07.05 10:34:50 INFO  es[][o.e.c.c.ClusterBootstrapService] this node is locked into cluster UUID [-9CP_MnhR-uVTCAhon-h2Q] and will not attempt further cluster bootstrapping
2024.07.05 10:34:51 INFO  es[][o.e.c.s.MasterService] elected-as-master ([1] nodes joined in term 23685)[_FINISH_ELECTION_, {sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{dMfgKcgKS0mG_izHS8_E7A}{sonarqube}{127.0.0.1}{127.0.0.1:34737}{cdfhilmrstw}{8.13.4}{7000099-8503000} completing election], term: 23685, version: 94738, delta: master node changed {previous [], current [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{dMfgKcgKS0mG_izHS8_E7A}{sonarqube}{127.0.0.1}{127.0.0.1:34737}{cdfhilmrstw}{8.13.4}{7000099-8503000}]}
2024.07.05 10:34:51 INFO  es[][o.e.c.s.ClusterApplierService] master node changed {previous [], current [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{dMfgKcgKS0mG_izHS8_E7A}{sonarqube}{127.0.0.1}{127.0.0.1:34737}{cdfhilmrstw}{8.13.4}{7000099-8503000}]}, term: 23685, version: 94738, reason: Publication{term=23685, version=94738}
2024.07.05 10:34:51 INFO  es[][o.e.c.f.AbstractFileWatchingService] starting file watcher ...
2024.07.05 10:34:51 INFO  es[][o.e.c.f.AbstractFileWatchingService] file settings service up and running [tid=43]
2024.07.05 10:34:51 INFO  es[][o.e.h.AbstractHttpServerTransport] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2024.07.05 10:34:51 INFO  es[][o.e.c.c.NodeJoinExecutor] node-join: [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{dMfgKcgKS0mG_izHS8_E7A}{sonarqube}{127.0.0.1}{127.0.0.1:34737}{cdfhilmrstw}{8.13.4}{7000099-8503000}] with reason [completing election]
2024.07.05 10:34:51 INFO  es[][o.e.n.Node] started {sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{dMfgKcgKS0mG_izHS8_E7A}{sonarqube}{127.0.0.1}{127.0.0.1:34737}{cdfhilmrstw}{8.13.4}{7000099-8503000}{rack_id=sonarqube, xpack.installed=true}
2024.07.05 10:34:51 INFO  es[][o.e.l.ClusterStateLicenseService] license [080b846c-f42c-40dc-8b0c-0f38c01b7788] mode [basic] - valid
2024.07.05 10:34:51 INFO  es[][o.e.g.GatewayService] recovered [0] indices into cluster_state
2024.07.05 10:34:51 INFO  es[][o.e.h.n.s.HealthNodeTaskExecutor] Node [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}] is selected as the current health node.
2024.07.05 10:34:51 INFO  es[][o.e.n.Node] stopping ...
2024.07.05 10:34:51 INFO  es[][o.e.c.f.AbstractFileWatchingService] shutting down watcher thread
2024.07.05 10:34:51 INFO  es[][o.e.c.f.AbstractFileWatchingService] watcher service stopped
2024.07.05 10:34:51 INFO  es[][o.e.n.Node] stopped
2024.07.05 10:34:51 INFO  es[][o.e.n.Node] closing ...
2024.07.05 10:34:51 INFO  es[][o.e.n.Node] closed
2024.07.05 10:34:54 INFO  es[][o.e.n.NativeAccess] Using [jdk] native provider and native methods for [Linux]
2024.07.05 10:34:55 WARN  es[][o.a.l.i.v.VectorizationProvider] Java vector incubator module is not readable. For optimal vector performance, pass --add-modules jdk.incubator.vector to enable Vector API.
2024.07.05 10:34:55 INFO  es[][o.e.n.Node] version[8.13.4], pid[425285], build[tar/da95df118650b55a500dcc181889ac35c6d8da7c/2024-05-06T22:04:45.107454559Z], OS[Linux/5.14.0-362.24.1.el9_3.x86_64/amd64], JVM[Red Hat, Inc./OpenJDK 64-Bit Server VM/21.0.2/21.0.2+13-LTS]
2024.07.05 10:34:55 INFO  es[][o.e.n.Node] JVM home [/usr/lib/jvm/java-21-openjdk-21.0.2.0.13-1.el9.x86_64], using bundled JDK [false]
2024.07.05 10:34:55 INFO  es[][o.e.n.Node] JVM arguments [-Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -Djava.security.manager=allow, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=SPI,COMPAT, --add-opens=java.base/java.io=org.elasticsearch.preallocate, --enable-native-access=org.elasticsearch.nativeaccess, -XX:ReplayDataFile=logs/replay_pid%p.log, -Des.distribution.type=tar, -XX:+UseG1GC, -Djava.io.tmpdir=/opt/sonarqube/temp, -XX:ErrorFile=/opt/sonarqube/logs/es_hs_err_pid%p.log, -Xlog:disable, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djna.tmpdir=/opt/sonarqube/temp, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=COMPAT, -Xmx512m, -Xms512m, -XX:MaxDirectMemorySize=256m, -XX:+HeapDumpOnOutOfMemoryError, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, --module-path=/opt/sonarqube/elasticsearch/lib, --add-modules=jdk.net, --add-modules=ALL-MODULE-PATH, -Djdk.module.main=org.elasticsearch.server]
2024.07.05 10:34:55 INFO  es[][o.e.n.Node] Default Locale [en_US]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [rest-root]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [reindex]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-core]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-redact]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-security]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-apm-data]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [parent-join]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [lang-painless]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [old-lucene-versions]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [counted-keyword]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [analysis-common]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-inference]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [health-shards-availability]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [transport-netty4]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [apm]
2024.07.05 10:34:56 INFO  es[][o.e.p.PluginsService] loaded module [aggregations]
2024.07.05 10:34:57 INFO  es[][o.e.e.NodeEnvironment] using [1] data paths, mounts [[/opt (/dev/mapper/rootvg-opt)]], net usable_space [2gb], net total_space [6.9gb], types [ext4]
2024.07.05 10:34:57 INFO  es[][o.e.e.NodeEnvironment] heap size [512mb], compressed ordinary object pointers [true]
2024.07.05 10:34:57 INFO  es[][o.e.n.Node] node name [sonarqube], node ID [wCo5Fzt0REOY3xU93Vzp7A], cluster name [sonarqube], roles [master, remote_cluster_client, data, data_cold, ingest, data_frozen, ml, data_hot, transform, data_content, data_warm]
2024.07.05 10:35:00 INFO  es[][o.e.f.FeatureService] Registered local node features [desired_node.version_deprecated, features_supported, health.extended_repository_indicator, usage.data_tiers.precalculate_stats]
2024.07.05 10:35:00 INFO  es[][o.e.x.s.Security] Security is disabled
2024.07.05 10:35:00 INFO  es[][o.e.x.a.APMPlugin] APM ingest plugin is disabled
2024.07.05 10:35:00 INFO  es[][o.e.t.a.APM] Sending apm metrics is disabled
2024.07.05 10:35:00 INFO  es[][o.e.t.a.APM] Sending apm tracing is disabled
2024.07.05 10:35:00 INFO  es[][o.e.t.n.NettyAllocator] creating NettyAllocator with the following configs: [name=unpooled, suggested_max_allocation_size=1mb, factors={es.unsafe.use_unpooled_allocator=null, g1gc_enabled=true, g1gc_region_size=4mb, heap_size=512mb}]
2024.07.05 10:35:00 INFO  es[][o.e.i.r.RecoverySettings] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
2024.07.05 10:35:01 INFO  es[][o.e.d.DiscoveryModule] using discovery type [single-node] and seed hosts providers [settings]
2024.07.05 10:35:01 INFO  es[][o.e.n.Node] initialized
2024.07.05 10:35:01 INFO  es[][o.e.n.Node] starting ...

Hi Matias,

Thanks but the file I requested is the only file you have not shared :man_shrugging:t2:

Anyway, I notice that you are trying to run SonarQube with Java 21, and as far as I know server requires Java 17 to run:

Could you please try to us Java 17 to see if that is the problem?

Thanks and best regards.

1 Like

Hi Antonio,
sorry for the delay in my reply, but i tried what you suggested and the service lifted correctly with the H2 database, but i need to associate the sonarqube with an oracle 19c database, but when i configure the database data in the sonar.propierties file the service crashes and does not lift. then i leave the corresponding logs:
sonar.log

2024.07.08 16:40:16 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
2024.07.08 16:40:16 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube]: /usr/lib/jvm/jdk-17-oracle-x64/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 --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 -Xmx1024m -Xms1024m -XX:+HeapDumpOnOutOfMemoryError -Djava.security.egd=file:///dev/urandom -Dhttp.proxyHost=10.104.244.30 -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=localhost|127.*|[::1] -Dhttps.proxyHost=10.104.244.30 -Dhttps.proxyPort=8080 -cp ./lib/sonar-application-10.6.0.92116.jar:/opt/sonarqube/extensions/jdbc-driver/oracle/ojdbc10.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process7304328491067666285properties
2024.07.08 16:40:19 INFO  app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.07.08 16:40:19 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
2024.07.08 16:40:19 INFO  app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.07.08 16:40:19 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.07.08 16:40:19 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
2024.07.08 16:40:20 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:37831]
2024.07.08 16:40:20 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube/elasticsearch]: /usr/lib/jvm/jdk-17-oracle-x64/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube/elasticsearch -Des.path.conf=/opt/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube/elasticsearch/lib/*:/opt/sonarqube/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2024.07.08 16:40:20 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running

web.log

2024.07.08 16:17:49 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown completed.
2024.07.08 16:17:49 WARN  web[][o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [oracle.jdbc.driver.BlockSource.ThreadedCachingBlockSource.BlockReleaser] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:\n java.base@17.0.11/java.lang.Object.wait(Native Method)\n app//oracle.jdbc.driver.BlockSource$ThreadedCachingBlockSource$BlockReleaser.run(BlockSource.java:331)
2024.07.08 16:17:49 WARN  web[][o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [InterruptTimer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:\n java.base@17.0.11/java.lang.Object.wait(Native Method)\n java.base@17.0.11/java.util.TimerThread.mainLoop(Timer.java:563)\n java.base@17.0.11/java.util.TimerThread.run(Timer.java:516)
2024.07.08 16:17:49 INFO  web[][o.s.p.ProcessEntryPoint] Hard stopping process
2024.07.08 16:17:59 INFO  web[][o.s.p.ProcessEntryPoint] Starting Web Server
2024.07.08 16:17:59 INFO  web[][o.s.s.a.TomcatHttpConnectorFactory] Starting Tomcat on port 9000
2024.07.08 16:18:00 INFO  web[][o.s.s.p.LogServerVersion] SonarQube Server / 10.6.0.92116 / 832b6f0491b9d7775943b0e7fcc09ef936d23007
2024.07.08 16:18:00 INFO  web[][o.s.d.DefaultDatabase] Create JDBC data source for jdbc:oracle:thin:@//xxxx.xxxx.xxxx.xxxx:1521/QASAT
2024.07.08 16:18:00 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Starting...
2024.07.08 16:18:00 INFO  web[][c.z.h.p.HikariPool] HikariPool-1 - Added connection oracle.jdbc.driver.T4CConnection@4bdc8b5d
2024.07.08 16:18:00 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Start completed.
2024.07.08 16:18:01 INFO  web[][o.s.s.p.ServerFileSystemImpl] SonarQube home: /opt/sonarqube
2024.07.08 16:18:01 INFO  web[][o.s.s.u.SystemPasscodeImpl] System authentication by passcode is disabled
2024.07.08 16:18:01 WARN  web[][o.s.c.a.AnnotationConfigApplicationContext] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@5ffd2b27-org.sonar.server.platform.db.migration.history.MigrationHistoryTableImpl': Initialization of bean failed; nested exception is java.lang.IllegalStateException: Can not check that table SCHEMA_MIGRATIONS exists
2024.07.08 16:18:01 ERROR web[][o.s.s.p.w.PlatformServletContextListener] Web server startup failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@5ffd2b27-org.sonar.server.platform.db.migration.history.MigrationHistoryTableImpl': Initialization of bean failed; nested exception is java.lang.IllegalStateException: Can not check that table SCHEMA_MIGRATIONS exists
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:628)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:929)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
        at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:225)
        at org.sonar.server.platform.platformlevel.PlatformLevel.start(PlatformLevel.java:80)
        at org.sonar.server.platform.platformlevel.PlatformLevel2.start(PlatformLevel2.java:101)
        at org.sonar.server.platform.PlatformImpl.start(PlatformImpl.java:214)
        at org.sonar.server.platform.PlatformImpl.startLevel2Container(PlatformImpl.java:186)
        at org.sonar.server.platform.PlatformImpl.init(PlatformImpl.java:80)
        at org.sonar.server.platform.web.PlatformServletContextListener.contextInitialized(PlatformServletContextListener.java:45)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4462)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4914)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
        at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
        at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866)
        at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:794)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
        at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
        at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866)
        at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:248)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
        at org.apache.catalina.core.StandardService.startInternal(StandardService.java:433)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
        at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:925)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
        at org.apache.catalina.startup.Tomcat.start(Tomcat.java:438)
        at org.sonar.server.app.EmbeddedTomcat.start(EmbeddedTomcat.java:72)
        at org.sonar.server.app.WebServer.start(WebServer.java:55)
        at org.sonar.process.ProcessEntryPoint.launch(ProcessEntryPoint.java:97)
        at org.sonar.process.ProcessEntryPoint.launch(ProcessEntryPoint.java:81)
        at org.sonar.server.app.WebServer.main(WebServer.java:104)
Caused by: java.lang.IllegalStateException: Can not check that table SCHEMA_MIGRATIONS exists
        at org.sonar.db.DatabaseUtils.wrapSqlException(DatabaseUtils.java:471)
        at org.sonar.db.DatabaseUtils.doTableExists(DatabaseUtils.java:315)
        at org.sonar.db.DatabaseUtils.tableExists(DatabaseUtils.java:298)
        at org.sonar.server.platform.db.migration.history.MigrationHistoryTableImpl.start(MigrationHistoryTableImpl.java:44)
        at org.sonar.core.platform.StartableBeanPostProcessor.postProcessBeforeInitialization(StartableBeanPostProcessor.java:33)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
        ... 44 common frames omitted
Caused by: java.sql.SQLException: Non supported character set (add orai18n.jar in your classpath): WE8PC850
        at oracle.sql.CharacterSetUnknown.failCharsetUnknown(CharacterSetFactoryThin.java:233)
        at oracle.sql.CharacterSetUnknown.convert(CharacterSetFactoryThin.java:194)
        at oracle.jdbc.driver.PhysicalConnection.throughDbCharset(PhysicalConnection.java:10590)
        at oracle.jdbc.driver.PhysicalConnection.enquoteIdentifier(PhysicalConnection.java:10667)
        at oracle.jdbc.driver.OracleStatement.enquoteIdentifier(OracleStatement.java:6482)
        at oracle.jdbc.driver.OracleStatement.getColumnIndex(OracleStatement.java:3885)
        at oracle.jdbc.driver.InsensitiveScrollableResultSet.findColumn(InsensitiveScrollableResultSet.java:270)
        at oracle.jdbc.driver.GeneratedResultSet.getString(GeneratedResultSet.java:596)
        at com.zaxxer.hikari.pool.HikariProxyResultSet.getString(HikariProxyResultSet.java)
        at org.sonar.db.DatabaseUtils.doTableExists(DatabaseUtils.java:308)
        ... 50 common frames omitted
2024.07.08 16:18:01 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown initiated...
2024.07.08 16:18:01 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown completed.
2024.07.08 16:18:01 WARN  web[][o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [oracle.jdbc.driver.BlockSource.ThreadedCachingBlockSource.BlockReleaser] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:\n java.base@17.0.11/java.lang.Object.wait(Native Method)\n app//oracle.jdbc.driver.BlockSource$ThreadedCachingBlockSource$BlockReleaser.run(BlockSource.java:331)
2024.07.08 16:18:01 WARN  web[][o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [InterruptTimer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:\n java.base@17.0.11/java.lang.Object.wait(Native Method)\n java.base@17.0.11/java.util.TimerThread.mainLoop(Timer.java:563)\n java.base@17.0.11/java.util.TimerThread.run(Timer.java:516)
2024.07.08 16:18:01 INFO  web[][o.s.p.ProcessEntryPoint] Hard stopping process

es.log


2024.07.08 16:41:26 INFO  es[][o.e.n.Node] JVM home [/usr/lib/jvm/jdk-17-oracle-x64], using bundled JDK [false]
2024.07.08 16:41:26 INFO  es[][o.e.n.Node] JVM arguments [-Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -Djava.security.manager=allow, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=SPI,COMPAT, --add-opens=java.base/java.io=org.elasticsearch.preallocate, -XX:ReplayDataFile=logs/replay_pid%p.log, -Des.distribution.type=tar, -XX:+UseG1GC, -Djava.io.tmpdir=/opt/sonarqube/temp, -XX:ErrorFile=/opt/sonarqube/logs/es_hs_err_pid%p.log, -Xlog:disable, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djna.tmpdir=/opt/sonarqube/temp, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=COMPAT, -Des.enforce.bootstrap.checks=true, -Xmx512m, -Xms512m, -XX:MaxDirectMemorySize=256m, -XX:+HeapDumpOnOutOfMemoryError, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, --module-path=/opt/sonarqube/elasticsearch/lib, --add-modules=jdk.net, --add-modules=ALL-MODULE-PATH, -Djdk.module.main=org.elasticsearch.server]
2024.07.08 16:41:26 INFO  es[][o.e.n.Node] Default Locale [en_US]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [rest-root]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [reindex]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-core]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-redact]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-security]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-apm-data]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [parent-join]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [lang-painless]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [old-lucene-versions]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [counted-keyword]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [analysis-common]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-inference]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [health-shards-availability]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [transport-netty4]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [apm]
2024.07.08 16:41:27 INFO  es[][o.e.p.PluginsService] loaded module [aggregations]
2024.07.08 16:41:27 INFO  es[][o.e.e.NodeEnvironment] using [1] data paths, mounts [[/opt (/dev/mapper/rootvg-opt)]], net usable_space [1.6gb], net total_space [6.9gb], types [ext4]
2024.07.08 16:41:27 INFO  es[][o.e.e.NodeEnvironment] heap size [512mb], compressed ordinary object pointers [true]
2024.07.08 16:41:27 INFO  es[][o.e.n.Node] node name [sonarqube], node ID [wCo5Fzt0REOY3xU93Vzp7A], cluster name [sonarqube], roles [data_warm, data_content, transform, data_hot, ml, data_frozen, ingest, data_cold, data, remote_cluster_client, master]
2024.07.08 16:41:30 INFO  es[][o.e.f.FeatureService] Registered local node features [desired_node.version_deprecated, features_supported, health.extended_repository_indicator, usage.data_tiers.precalculate_stats]
2024.07.08 16:41:30 INFO  es[][o.e.x.s.Security] Security is disabled
2024.07.08 16:41:30 INFO  es[][o.e.x.a.APMPlugin] APM ingest plugin is disabled
2024.07.08 16:41:30 INFO  es[][o.e.t.a.APM] Sending apm metrics is disabled
2024.07.08 16:41:30 INFO  es[][o.e.t.a.APM] Sending apm tracing is disabled
2024.07.08 16:41:30 INFO  es[][o.e.t.n.NettyAllocator] creating NettyAllocator with the following configs: [name=unpooled, suggested_max_allocation_size=1mb, factors={es.unsafe.use_unpooled_allocator=null, g1gc_enabled=true, g1gc_region_size=4mb, heap_size=512mb}]
2024.07.08 16:41:30 INFO  es[][o.e.i.r.RecoverySettings] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
2024.07.08 16:41:30 INFO  es[][o.e.d.DiscoveryModule] using discovery type [single-node] and seed hosts providers [settings]
2024.07.08 16:41:31 INFO  es[][o.e.n.Node] initialized
2024.07.08 16:41:31 INFO  es[][o.e.n.Node] starting ...
2024.07.08 16:41:31 INFO  es[][o.e.t.TransportService] publish_address {127.0.0.1:33741}, bound_addresses {127.0.0.1:33741}
2024.07.08 16:41:31 INFO  es[][o.e.b.BootstrapChecks] explicitly enforcing bootstrap checks
2024.07.08 16:41:31 INFO  es[][o.e.c.c.ClusterBootstrapService] this node is locked into cluster UUID [-9CP_MnhR-uVTCAhon-h2Q] and will not attempt further cluster bootstrapping
2024.07.08 16:41:31 INFO  es[][o.e.c.s.MasterService] elected-as-master ([1] nodes joined in term 51576)[_FINISH_ELECTION_, {sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{Yrcx-DLCRyWDXx1uXJyV8g}{sonarqube}{127.0.0.1}{127.0.0.1:33741}{cdfhilmrstw}{8.13.4}{7000099-8503000} completing election], term: 51576, version: 214646, delta: master node changed {previous [], current [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{Yrcx-DLCRyWDXx1uXJyV8g}{sonarqube}{127.0.0.1}{127.0.0.1:33741}{cdfhilmrstw}{8.13.4}{7000099-8503000}]}
2024.07.08 16:41:31 INFO  es[][o.e.c.s.ClusterApplierService] master node changed {previous [], current [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{Yrcx-DLCRyWDXx1uXJyV8g}{sonarqube}{127.0.0.1}{127.0.0.1:33741}{cdfhilmrstw}{8.13.4}{7000099-8503000}]}, term: 51576, version: 214646, reason: Publication{term=51576, version=214646}
2024.07.08 16:41:31 INFO  es[][o.e.c.f.AbstractFileWatchingService] starting file watcher ...
2024.07.08 16:41:31 INFO  es[][o.e.c.f.AbstractFileWatchingService] file settings service up and running [tid=31]
2024.07.08 16:41:31 INFO  es[][o.e.c.c.NodeJoinExecutor] node-join: [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{Yrcx-DLCRyWDXx1uXJyV8g}{sonarqube}{127.0.0.1}{127.0.0.1:33741}{cdfhilmrstw}{8.13.4}{7000099-8503000}] with reason [completing election]
2024.07.08 16:41:31 INFO  es[][o.e.h.AbstractHttpServerTransport] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2024.07.08 16:41:31 INFO  es[][o.e.n.Node] started {sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{Yrcx-DLCRyWDXx1uXJyV8g}{sonarqube}{127.0.0.1}{127.0.0.1:33741}{cdfhilmrstw}{8.13.4}{7000099-8503000}{rack_id=sonarqube, xpack.installed=true}
2024.07.08 16:41:31 INFO  es[][o.e.l.ClusterStateLicenseService] license [080b846c-f42c-40dc-8b0c-0f38c01b7788] mode [basic] - valid
2024.07.08 16:41:31 INFO  es[][o.e.g.GatewayService] recovered [6] indices into cluster_state
2024.07.08 16:41:32 INFO  es[][o.e.h.n.s.HealthNodeTaskExecutor] Node [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}] is selected as the current health node.
2024.07.08 16:41:32 INFO  es[][o.e.c.r.a.AllocationService] current.health="GREEN" message="Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[metadatas][0]]])." previous.health="RED" reason="shards started [[metadatas][0]]"
2024.07.08 16:41:35 INFO  es[][o.e.n.Node] stopping ...
2024.07.08 16:41:35 INFO  es[][o.e.c.f.AbstractFileWatchingService] shutting down watcher thread
2024.07.08 16:41:35 INFO  es[][o.e.c.f.AbstractFileWatchingService] watcher service stopped
2024.07.08 16:41:35 INFO  es[][o.e.n.Node] stopped
2024.07.08 16:41:35 INFO  es[][o.e.n.Node] closing ...
2024.07.08 16:41:35 INFO  es[][o.e.n.Node] closed

Hi Antonio,
sorry for the delay in my reply, but i tried what you suggested and the service lifted correctly with the H2 database, but i need to associate the sonarqube with an oracle 19c database, but when i configure the database data in the sonar.propierties file the service crashes and does not lift. then i leave the corresponding logs:
sonar.log


web.log

2024.07.08 16:53:32 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown completed.
2024.07.08 16:53:32 WARN  web[][o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [oracle.jdbc.driver.BlockSource.ThreadedCachingBlockSource.BlockReleaser] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:\n java.base@17.0.11/java.lang.Object.wait(Native Method)\n app//oracle.jdbc.driver.BlockSource$ThreadedCachingBlockSource$BlockReleaser.run(BlockSource.java:331)
2024.07.08 16:53:32 WARN  web[][o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [InterruptTimer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:\n java.base@17.0.11/java.lang.Object.wait(Native Method)\n java.base@17.0.11/java.util.TimerThread.mainLoop(Timer.java:563)\n java.base@17.0.11/java.util.TimerThread.run(Timer.java:516)
2024.07.08 16:53:32 INFO  web[][o.s.p.ProcessEntryPoint] Hard stopping process
2024.07.08 16:53:43 INFO  web[][o.s.p.ProcessEntryPoint] Starting Web Server
2024.07.08 16:53:43 INFO  web[][o.s.s.a.TomcatHttpConnectorFactory] Starting Tomcat on port 9000
2024.07.08 16:53:43 INFO  web[][o.s.s.p.LogServerVersion] SonarQube Server / 10.6.0.92116 / 832b6f0491b9d7775943b0e7fcc09ef936d23007
2024.07.08 16:53:43 INFO  web[][o.s.d.DefaultDatabase] Create JDBC data source for jdbc:oracle:thin:@//xxxx.xxxx.xxxx.xxxx:1521/QASAT
2024.07.08 16:53:43 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Starting...
2024.07.08 16:53:44 INFO  web[][c.z.h.p.HikariPool] HikariPool-1 - Added connection oracle.jdbc.driver.T4CConnection@4bdc8b5d
2024.07.08 16:53:44 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Start completed.
2024.07.08 16:53:45 INFO  web[][o.s.s.p.ServerFileSystemImpl] SonarQube home: /opt/sonarqube
2024.07.08 16:53:45 INFO  web[][o.s.s.u.SystemPasscodeImpl] System authentication by passcode is disabled
2024.07.08 16:53:45 WARN  web[][o.s.c.a.AnnotationConfigApplicationContext] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@5ffd2b27-org.sonar.server.platform.db.migration.history.MigrationHistoryTableImpl': Initialization of bean failed; nested exception is java.lang.IllegalStateException: Can not check that table SCHEMA_MIGRATIONS exists
2024.07.08 16:53:45 ERROR web[][o.s.s.p.w.PlatformServletContextListener] Web server startup failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@5ffd2b27-org.sonar.server.platform.db.migration.history.MigrationHistoryTableImpl': Initialization of bean failed; nested exception is java.lang.IllegalStateException: Can not check that table SCHEMA_MIGRATIONS exists
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:628)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:929)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591)
        at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:225)
        at org.sonar.server.platform.platformlevel.PlatformLevel.start(PlatformLevel.java:80)
        at org.sonar.server.platform.platformlevel.PlatformLevel2.start(PlatformLevel2.java:101)
        at org.sonar.server.platform.PlatformImpl.start(PlatformImpl.java:214)
        at org.sonar.server.platform.PlatformImpl.startLevel2Container(PlatformImpl.java:186)
        at org.sonar.server.platform.PlatformImpl.init(PlatformImpl.java:80)
        at org.sonar.server.platform.web.PlatformServletContextListener.contextInitialized(PlatformServletContextListener.java:45)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4462)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4914)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
        at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
        at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866)
        at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:794)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
        at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
        at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866)
        at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:248)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
        at org.apache.catalina.core.StandardService.startInternal(StandardService.java:433)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
        at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:925)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
        at org.apache.catalina.startup.Tomcat.start(Tomcat.java:438)
        at org.sonar.server.app.EmbeddedTomcat.start(EmbeddedTomcat.java:72)
        at org.sonar.server.app.WebServer.start(WebServer.java:55)
        at org.sonar.process.ProcessEntryPoint.launch(ProcessEntryPoint.java:97)
        at org.sonar.process.ProcessEntryPoint.launch(ProcessEntryPoint.java:81)
        at org.sonar.server.app.WebServer.main(WebServer.java:104)
Caused by: java.lang.IllegalStateException: Can not check that table SCHEMA_MIGRATIONS exists
        at org.sonar.db.DatabaseUtils.wrapSqlException(DatabaseUtils.java:471)
        at org.sonar.db.DatabaseUtils.doTableExists(DatabaseUtils.java:315)
        at org.sonar.db.DatabaseUtils.tableExists(DatabaseUtils.java:298)
        at org.sonar.server.platform.db.migration.history.MigrationHistoryTableImpl.start(MigrationHistoryTableImpl.java:44)
        at org.sonar.core.platform.StartableBeanPostProcessor.postProcessBeforeInitialization(StartableBeanPostProcessor.java:33)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
        ... 44 common frames omitted
Caused by: java.sql.SQLException: Non supported character set (add orai18n.jar in your classpath): WE8PC850
        at oracle.sql.CharacterSetUnknown.failCharsetUnknown(CharacterSetFactoryThin.java:233)
        at oracle.sql.CharacterSetUnknown.convert(CharacterSetFactoryThin.java:194)
        at oracle.jdbc.driver.PhysicalConnection.throughDbCharset(PhysicalConnection.java:10590)
        at oracle.jdbc.driver.PhysicalConnection.enquoteIdentifier(PhysicalConnection.java:10667)
        at oracle.jdbc.driver.OracleStatement.enquoteIdentifier(OracleStatement.java:6482)
        at oracle.jdbc.driver.OracleStatement.getColumnIndex(OracleStatement.java:3885)
        at oracle.jdbc.driver.InsensitiveScrollableResultSet.findColumn(InsensitiveScrollableResultSet.java:270)
        at oracle.jdbc.driver.GeneratedResultSet.getString(GeneratedResultSet.java:596)
        at com.zaxxer.hikari.pool.HikariProxyResultSet.getString(HikariProxyResultSet.java)
        at org.sonar.db.DatabaseUtils.doTableExists(DatabaseUtils.java:308)
        ... 50 common frames omitted
2024.07.08 16:53:45 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown initiated...
2024.07.08 16:53:45 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown completed.
2024.07.08 16:53:45 WARN  web[][o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [oracle.jdbc.driver.BlockSource.ThreadedCachingBlockSource.BlockReleaser] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:\n java.base@17.0.11/java.lang.Object.wait(Native Method)\n app//oracle.jdbc.driver.BlockSource$ThreadedCachingBlockSource$BlockReleaser.run(BlockSource.java:331)
2024.07.08 16:53:45 WARN  web[][o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [InterruptTimer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:\n java.base@17.0.11/java.lang.Object.wait(Native Method)\n java.base@17.0.11/java.util.TimerThread.mainLoop(Timer.java:563)\n java.base@17.0.11/java.util.TimerThread.run(Timer.java:516)
2024.07.08 16:53:45 INFO  web[][o.s.p.ProcessEntryPoint] Hard stopping process

es.log

2024.07.08 16:52:29 INFO  es[][o.e.n.Node] stopping ...
2024.07.08 16:52:29 INFO  es[][o.e.c.f.AbstractFileWatchingService] shutting down watcher thread
2024.07.08 16:52:29 INFO  es[][o.e.c.f.AbstractFileWatchingService] watcher service stopped
2024.07.08 16:52:29 INFO  es[][o.e.n.Node] stopped
2024.07.08 16:52:29 INFO  es[][o.e.n.Node] closing ...
2024.07.08 16:52:29 INFO  es[][o.e.n.Node] closed
2024.07.08 16:52:32 INFO  es[][o.e.n.NativeAccess] Using [jna] native provider and native methods for [Linux]
2024.07.08 16:52:33 INFO  es[][o.e.n.Node] version[8.13.4], pid[1725049], build[tar/da95df118650b55a500dcc181889ac35c6d8da7c/2024-05-06T22:04:45.107454559Z], OS[Linux/5.14.0-362.24.1.el9_3.x86_64/amd64], JVM[Oracle Corporation/Java HotSpot(TM) 64-Bit Server VM/17.0.11/17.0.11+7-LTS-207]
2024.07.08 16:52:33 INFO  es[][o.e.n.Node] JVM home [/usr/lib/jvm/jdk-17-oracle-x64], using bundled JDK [false]
2024.07.08 16:52:33 INFO  es[][o.e.n.Node] JVM arguments [-Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -Djava.security.manager=allow, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=SPI,COMPAT, --add-opens=java.base/java.io=org.elasticsearch.preallocate, -XX:ReplayDataFile=logs/replay_pid%p.log, -Des.distribution.type=tar, -XX:+UseG1GC, -Djava.io.tmpdir=/opt/sonarqube/temp, -XX:ErrorFile=/opt/sonarqube/logs/es_hs_err_pid%p.log, -Xlog:disable, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djna.tmpdir=/opt/sonarqube/temp, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=COMPAT, -Des.enforce.bootstrap.checks=true, -Xmx512m, -Xms512m, -XX:MaxDirectMemorySize=256m, -XX:+HeapDumpOnOutOfMemoryError, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, --module-path=/opt/sonarqube/elasticsearch/lib, --add-modules=jdk.net, --add-modules=ALL-MODULE-PATH, -Djdk.module.main=org.elasticsearch.server]
2024.07.08 16:52:33 INFO  es[][o.e.n.Node] Default Locale [en_US]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [rest-root]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [reindex]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-core]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-redact]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-security]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-apm-data]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [parent-join]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [lang-painless]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [old-lucene-versions]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [counted-keyword]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [analysis-common]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-inference]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [health-shards-availability]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [transport-netty4]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [apm]
2024.07.08 16:52:34 INFO  es[][o.e.p.PluginsService] loaded module [aggregations]
2024.07.08 16:52:34 INFO  es[][o.e.e.NodeEnvironment] using [1] data paths, mounts [[/opt (/dev/mapper/rootvg-opt)]], net usable_space [1.6gb], net total_space [6.9gb], types [ext4]
2024.07.08 16:52:34 INFO  es[][o.e.e.NodeEnvironment] heap size [512mb], compressed ordinary object pointers [true]
2024.07.08 16:52:34 INFO  es[][o.e.n.Node] node name [sonarqube], node ID [wCo5Fzt0REOY3xU93Vzp7A], cluster name [sonarqube], roles [remote_cluster_client, master, data_warm, data_content, transform, data_hot, ml, data_frozen, ingest, data_cold, data]
2024.07.08 16:52:36 INFO  es[][o.e.f.FeatureService] Registered local node features [desired_node.version_deprecated, features_supported, health.extended_repository_indicator, usage.data_tiers.precalculate_stats]
2024.07.08 16:52:37 INFO  es[][o.e.x.s.Security] Security is disabled
2024.07.08 16:52:37 INFO  es[][o.e.x.a.APMPlugin] APM ingest plugin is disabled
2024.07.08 16:52:37 INFO  es[][o.e.t.a.APM] Sending apm metrics is disabled
2024.07.08 16:52:37 INFO  es[][o.e.t.a.APM] Sending apm tracing is disabled
2024.07.08 16:52:37 INFO  es[][o.e.t.n.NettyAllocator] creating NettyAllocator with the following configs: [name=unpooled, suggested_max_allocation_size=1mb, factors={es.unsafe.use_unpooled_allocator=null, g1gc_enabled=true, g1gc_region_size=4mb, heap_size=512mb}]
2024.07.08 16:52:37 INFO  es[][o.e.i.r.RecoverySettings] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
2024.07.08 16:52:37 INFO  es[][o.e.d.DiscoveryModule] using discovery type [single-node] and seed hosts providers [settings]
2024.07.08 16:52:37 INFO  es[][o.e.n.Node] initialized
2024.07.08 16:52:37 INFO  es[][o.e.n.Node] starting ...
2024.07.08 16:52:38 INFO  es[][o.e.t.TransportService] publish_address {127.0.0.1:44807}, bound_addresses {127.0.0.1:44807}
2024.07.08 16:52:38 INFO  es[][o.e.b.BootstrapChecks] explicitly enforcing bootstrap checks
2024.07.08 16:52:38 INFO  es[][o.e.c.c.ClusterBootstrapService] this node is locked into cluster UUID [-9CP_MnhR-uVTCAhon-h2Q] and will not attempt further cluster bootstrapping
2024.07.08 16:52:38 INFO  es[][o.e.c.s.MasterService] elected-as-master ([1] nodes joined in term 51629)[_FINISH_ELECTION_, {sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{C0GnnWsNRtCFZLR5oLbYjA}{sonarqube}{127.0.0.1}{127.0.0.1:44807}{cdfhilmrstw}{8.13.4}{7000099-8503000} completing election], term: 51629, version: 216009, delta: master node changed {previous [], current [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{C0GnnWsNRtCFZLR5oLbYjA}{sonarqube}{127.0.0.1}{127.0.0.1:44807}{cdfhilmrstw}{8.13.4}{7000099-8503000}]}
2024.07.08 16:52:38 INFO  es[][o.e.c.s.ClusterApplierService] master node changed {previous [], current [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{C0GnnWsNRtCFZLR5oLbYjA}{sonarqube}{127.0.0.1}{127.0.0.1:44807}{cdfhilmrstw}{8.13.4}{7000099-8503000}]}, term: 51629, version: 216009, reason: Publication{term=51629, version=216009}
2024.07.08 16:52:38 INFO  es[][o.e.c.f.AbstractFileWatchingService] starting file watcher ...
2024.07.08 16:52:38 INFO  es[][o.e.c.f.AbstractFileWatchingService] file settings service up and running [tid=32]
2024.07.08 16:52:38 INFO  es[][o.e.c.c.NodeJoinExecutor] node-join: [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{C0GnnWsNRtCFZLR5oLbYjA}{sonarqube}{127.0.0.1}{127.0.0.1:44807}{cdfhilmrstw}{8.13.4}{7000099-8503000}] with reason [completing election]
2024.07.08 16:52:38 INFO  es[][o.e.h.AbstractHttpServerTransport] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2024.07.08 16:52:38 INFO  es[][o.e.n.Node] started {sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}{C0GnnWsNRtCFZLR5oLbYjA}{sonarqube}{127.0.0.1}{127.0.0.1:44807}{cdfhilmrstw}{8.13.4}{7000099-8503000}{rack_id=sonarqube, xpack.installed=true}
2024.07.08 16:52:38 INFO  es[][o.e.l.ClusterStateLicenseService] license [080b846c-f42c-40dc-8b0c-0f38c01b7788] mode [basic] - valid
2024.07.08 16:52:38 INFO  es[][o.e.g.GatewayService] recovered [6] indices into cluster_state
2024.07.08 16:52:39 INFO  es[][o.e.h.n.s.HealthNodeTaskExecutor] Node [{sonarqube}{wCo5Fzt0REOY3xU93Vzp7A}] is selected as the current health node.
2024.07.08 16:52:39 INFO  es[][o.e.c.r.a.AllocationService] current.health="GREEN" message="Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[metadatas][0]]])." previous.health="RED" reason="shards started [[metadatas][0]]"
2024.07.08 16:52:42 INFO  es[][o.e.n.Node] stopping ...
2024.07.08 16:52:42 INFO  es[][o.e.c.f.AbstractFileWatchingService] shutting down watcher thread
2024.07.08 16:52:42 INFO  es[][o.e.c.f.AbstractFileWatchingService] watcher service stopped
2024.07.08 16:52:42 INFO  es[][o.e.n.Node] stopped
2024.07.08 16:52:42 INFO  es[][o.e.n.Node] closing ...
2024.07.08 16:52:42 INFO  es[][o.e.n.Node] closed
2024.07.08 16:52:45 INFO  es[][o.e.n.NativeAccess] Using [jna] native provider and native methods for [Linux]
2024.07.08 16:52:45 INFO  es[][o.e.n.Node] version[8.13.4], pid[1725287], build[tar/da95df118650b55a500dcc181889ac35c6d8da7c/2024-05-06T22:04:45.107454559Z], OS[Linux/5.14.0-362.24.1.el9_3.x86_64/amd64], JVM[Oracle Corporation/Java HotSpot(TM) 64-Bit Server VM/17.0.11/17.0.11+7-LTS-207]
2024.07.08 16:52:45 INFO  es[][o.e.n.Node] JVM home [/usr/lib/jvm/jdk-17-oracle-x64], using bundled JDK [false]
2024.07.08 16:52:45 INFO  es[][o.e.n.Node] JVM arguments [-Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -Djava.security.manager=allow, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=SPI,COMPAT, --add-opens=java.base/java.io=org.elasticsearch.preallocate, -XX:ReplayDataFile=logs/replay_pid%p.log, -Des.distribution.type=tar, -XX:+UseG1GC, -Djava.io.tmpdir=/opt/sonarqube/temp, -XX:ErrorFile=/opt/sonarqube/logs/es_hs_err_pid%p.log, -Xlog:disable, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djna.tmpdir=/opt/sonarqube/temp, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=COMPAT, -Des.enforce.bootstrap.checks=true, -Xmx512m, -Xms512m, -XX:MaxDirectMemorySize=256m, -XX:+HeapDumpOnOutOfMemoryError, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, --module-path=/opt/sonarqube/elasticsearch/lib, --add-modules=jdk.net, --add-modules=ALL-MODULE-PATH, -Djdk.module.main=org.elasticsearch.server]
2024.07.08 16:52:45 INFO  es[][o.e.n.Node] Default Locale [en_US]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [rest-root]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [reindex]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-core]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-redact]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-security]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-apm-data]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [parent-join]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [lang-painless]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [old-lucene-versions]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [counted-keyword]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [analysis-common]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-inference]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [health-shards-availability]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [transport-netty4]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [apm]
2024.07.08 16:52:46 INFO  es[][o.e.p.PluginsService] loaded module [aggregations]
2024.07.08 16:52:47 INFO  es[][o.e.e.NodeEnvironment] using [1] data paths, mounts [[/opt (/dev/mapper/rootvg-opt)]], net usable_space [1.6gb], net total_space [6.9gb], types [ext4]
2024.07.08 16:52:47 INFO  es[][o.e.e.NodeEnvironment] heap size [512mb], compressed ordinary object pointers [true]
2024.07.08 16:52:47 INFO  es[][o.e.n.Node] node name [sonarqube], node ID [wCo5Fzt0REOY3xU93Vzp7A], cluster name [sonarqube], roles [ingest, data_frozen, ml, data_hot, transform, data_content, data_warm, master, remote_cluster_client, data, data_cold]

Hi Matias,

You have the error in your log:

Just try to do what it says :slight_smile:

Best regards.

Hi Antonio, thank you very much for your help
I solved the problem and the sonar is working now

Cheer

1 Like