I am trying to install Sonar using zip file but while executing command startSonar.bat I am getting below error ::
2025.05.07 09:19:58 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [D:\sonarqube-25.4.0.105899\elasticsearch]: C:\Program Files\SapMachine\JDK\17\bin\java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=D:\sonarqube-25.4.0.105899\elasticsearch -Des.path.conf=D:\sonarqube-25.4.0.105899\temp\conf\es -Des.distribution.type=tar -cp D:\sonarqube-25.4.0.105899\elasticsearch\lib\*;D:\sonarqube-25.4.0.105899\elasticsearch\lib\cli-launcher\* org.elasticsearch.launcher.CliToolLauncher
2025.05.07 09:19:58 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
2025.05.07 09:19:59 ERROR app[][o.s.a.p.EsManagedProcess] Failed to check status
org.elasticsearch.ElasticsearchException: java.util.concurrent.ExecutionException: org.elasticsearch.client.ResponseException: method [GET], host [http://kubernetes.docker.internal:9001], URI [/], status line [HTTP/1.1 404 ]
<!doctype html><html lang="en"><head><title>HTTP Status 404 û Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 û Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/8.5.83</h3></body></html>