Hello,
I’m new here to setup sonarqube. when starting the sonarqube service i experiencing error.
es.log
2024.02.20 16:54:00 INFO es[o.e.n.Node] version[8.11.0], pid[244359], build[tar/d9ec3fa628c7b0ba3d25692e277ba26814820b20/2023-11-04T10:04:57.184859352Z], OS[Linux/5.15.0-202.135.2.el9uek.x86_64/amd64], JVM[Red Hat, Inc./OpenJDK 64-Bit Server VM/17.0.10/17.0.10+7-LTS]
2024.02.20 16:54:00 INFO es[o.e.n.Node] JVM home [/usr/lib/jvm/java-17-openjdk-17.0.10.0.7-2.0.1.el9.x86_64], using bundled JDK [false]
2024.02.20 16:54:00 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:+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, -Dcom.redhat.fips=false, -Des.enforce.bootstrap.checks=true, -Xmx512m, -Xms512m, -XX:+HeapDumpOnOutOfMemoryError, -Dbootstrap.system_call_filter=false, -XX:MaxDirectMemorySize=268435456, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, -Des.distribution.type=tar, --module-path=/opt/sonarqube/elasticsearch/lib, --add-modules=jdk.net, --add-modules=ALL-MODULE-PATH, -Djdk.module.main=org.elasticsearch.server]
2024.02.20 16:54:02 INFO es[o.e.p.PluginsService] loaded module [x-pack-core]
2024.02.20 16:54:02 INFO es[o.e.p.PluginsService] loaded module [old-lucene-versions]
2024.02.20 16:54:02 INFO es[o.e.p.PluginsService] loaded module [parent-join]
2024.02.20 16:54:02 INFO es[o.e.p.PluginsService] loaded module [lang-painless]
2024.02.20 16:54:02 INFO es[o.e.p.PluginsService] loaded module [rest-root]
2024.02.20 16:54:02 INFO es[o.e.p.PluginsService] loaded module [x-pack-redact]
2024.02.20 16:54:02 INFO es[o.e.p.PluginsService] loaded module [reindex]
2024.02.20 16:54:02 INFO es[o.e.p.PluginsService] loaded module [analysis-common]
2024.02.20 16:54:02 INFO es[o.e.p.PluginsService] loaded module [x-pack-security]
2024.02.20 16:54:02 INFO es[o.e.p.PluginsService] loaded module [transport-netty4]
2024.02.20 16:54:02 INFO es[o.e.p.PluginsService] loaded module [apm]
2024.02.20 16:54:02 INFO es[o.e.p.PluginsService] loaded module [aggregations]
2024.02.20 16:54:05 ERROR es[o.e.b.Elasticsearch] fatal exception while booting Elasticsearch
java.lang.IllegalArgumentException: unknown setting [bootstrap.system_call_filter] please check that any required plugins are installed, or check the breaking changes documentation for removed settings
at org.elasticsearch.common.settings.AbstractScopedSettings.validate(AbstractScopedSettings.java:563) ~[elasticsearch-8.11.0.jar:?]
at org.elasticsearch.common.settings.AbstractScopedSettings.validate(AbstractScopedSettings.java:509) ~[elasticsearch-8.11.0.jar:?]
at org.elasticsearch.common.settings.AbstractScopedSettings.validate(AbstractScopedSettings.java:479) ~[elasticsearch-8.11.0.jar:?]
at org.elasticsearch.common.settings.AbstractScopedSettings.validate(AbstractScopedSettings.java:449) ~[elasticsearch-8.11.0.jar:?]
at org.elasticsearch.common.settings.SettingsModule.(SettingsModule.java:132) ~[elasticsearch-8.11.0.jar:?]
at org.elasticsearch.common.settings.SettingsModule.(SettingsModule.java:50) ~[elasticsearch-8.11.0.jar:?]
at org.elasticsearch.node.Node.(Node.java:494) ~[elasticsearch-8.11.0.jar:?]
at org.elasticsearch.node.Node.(Node.java:344) ~[elasticsearch-8.11.0.jar:?]
at org.elasticsearch.bootstrap.Elasticsearch$2.(Elasticsearch.java:236) ~[elasticsearch-8.11.0.jar:?]
at org.elasticsearch.bootstrap.Elasticsearch.initPhase3(Elasticsearch.java:236) ~[elasticsearch-8.11.0.jar:?]
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:73) ~[elasticsearch-8.11.0.jar:?]
sonar.log
2024.02.20 16:46:22 INFO app[o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.02.20 16:46:31 WARN app[o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 1
2024.02.20 16:46:31 INFO app[o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.02.20 16:46:31 INFO app[o.s.a.SchedulerImpl] SonarQube is stopped
2024.02.20 16:53:55 INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
2024.02.20 16:53:55 INFO app[o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:38481]
2024.02.20 16:53:55 INFO app[o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube/elasticsearch]: /usr/lib/jvm/java-17-openjdk-17.0.10.0.7-2.0.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.02.20 16:53:55 INFO app[o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.02.20 16:54:05 WARN app[o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 1
2024.02.20 16:54:05 INFO app[o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.02.20 16:54:05 INFO app[o.s.a.SchedulerImpl] SonarQube is stopped