Hi Team,
I am getting the below error while starting the StartSonar.bat file after SOnarqube DEv 10.6 install in Windows Server 2019
Starting SonarQube...
2024.09.09 12:13:34 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory E:\SONAR\sonarqube-10.6.0.92116\temp
2024.09.09 12:13:34 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:52944]
2024.09.09 12:13:34 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [E:\SONAR\sonarqube-10.6.0.92116\elasticsearch]: C:\Program Files\Java\jdk-17\bin\java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=E:\SONAR\sonarqube-10.6.0.92116\elasticsearch -Des.path.conf=E:\SONAR\sonarqube-10.6.0.92 116\temp\conf\es -Des.distribution.type=tar -cp E:\SONAR\sonarqube-10.6.0.92116\elasticsearch\lib\*;E:\SONAR\sonarqube-10.6.0.92116\elasticsearch\lib\cli-launcher\* org.elasticsearch.launcher.CliToolLauncher
2024.09.09 12:13:34 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2024.09.09 12:14:12 INFO app[][o.s.a.SchedulerImpl] Process[es] is up
2024.09.09 12:14:13 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [E:\SONAR\sonarqube-10.6.0.92116]: C:\Program Files\Java\jdk-17\bin\java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=E:\SONAR\sonarqube-10.6.0.92116\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-10.6.0.92116.jar;E:\SONAR\sonarqube-10.6.0.92116\lib\jdbc\mssql\mssql-jdbc-12.6.1.jre11.jar org.sonar.server.app.WebServer E:\SONAR\sonarqube-10.6.0.92116\temp\sq-process11433880107965437901properties
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by org.sonar.process.PluginSecurityManager (file:/E:/SONAR/sonarqube-10.6.0.92116/lib/sonar-application-10.6.0.92116.jar)
WARNING: Please consider reporting this to the maintainers of org.sonar.process.PluginSecurityManager
WARNING: System::setSecurityManager will be removed in a future release
2024.09.09 12:14:20 INFO app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2024.09.09 12:14:20 INFO app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2024.09.09 12:14:20 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped