I recently downloaded sonarqube community free version. I have installed it on my windows 11 machine. However i am having issues to startup. Below is the error message.
[process exited with code 3221226505 (0xc0000409)]
You can now close this terminal with Ctrl+D, or press Enter to restart.
I have installed it on Windows 11 and below is the error message. Thanks.
C:\sonarqube-25.1.0.102122\bin\windows-x86-64>startsonar.bat
Starting SonarQube...
2025.02.04 16:40:08 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory C:\sonarqube-25.1.0.102122\temp
2025.02.04 16:40:08 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:{}]
2025.02.04 16:40:08 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [C:\sonarqube-25.1.0.102122\elasticsearch]: C:\Program Files\Eclipse Adoptium\jdk-21.0.6.7-hotspot\bin\java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=C:\sonarqube-25.1.0.102122\elasticsearch -Des.path.conf=C:\sonarqube-25.1.0.102122\temp\conf\es -Des.distribution.type=tar -cp C:\sonarqube-25.1.0.102122\elasticsearch\lib\*;C:\sonarqube-25.1.0.102122\elasticsearch\lib\cli-launcher\* org.elasticsearch.launcher.CliToolLauncher
2025.02.04 16:40:08 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
Feb 04, 2025 4:40:15 PM sun.util.locale.provider.LocaleProviderAdapter <clinit>
WARNING: COMPAT locale provider will be removed in a future release
2025.02.04 16:40:43 INFO app[][o.s.a.SchedulerImpl] Process[es] is up
2025.02.04 16:40:43 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [C:\sonarqube-25.1.0.102122]: C:\Program Files\Eclipse Adoptium\jdk-21.0.6.7-hotspot\bin\java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=C:\sonarqube-25.1.0.102122\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.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-25.1.0.102122.jar;C:\sonarqube-25.1.0.102122\lib\jdbc\h2\h2-2.3.232.jar org.sonar.server.app.WebServer C:\sonarqube-25.1.0.102122\temp\sq-process18156325098502511040properties
Exception in thread "main" java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release
at java.base/java.lang.System.setSecurityManager(System.java:430)
at org.sonar.process.PluginSecurityManager.restrictPlugins(PluginSecurityManager.java:42)
at org.sonar.server.app.WebSecurityManager.apply(WebSecurityManager.java:47)
at org.sonar.server.app.WebServer.main(WebServer.java:101)
2025.02.04 16:40:44 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Web Server]: 1
2025.02.04 16:40:44 INFO app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2025.02.04 16:40:44 INFO app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2025.02.04 16:40:44 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped