SonarQube service started but Sonar Web not launched

Hi Experts,
I have installed sonarqube service and then startNTService.bat on windows.
I check in running services and found that sonarqube service is running but when i try using web (localhost:9000) its not showing.
Following is the logs.

--> Wrapper Started as Console
Launching a JVM...
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
  Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.

2022.06.10 05:07:34 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory D:\sonar\sonarqube\temp
2022.06.10 05:07:34 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:51337]
2022.06.10 05:07:34 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [D:\sonar\sonarqube\elasticsearch]: C:\Program Files\Java\jdk-11.0.15\bin\java -XX:+UseG1GC -Djava.io.tmpdir=D:\sonar\sonarqube\temp -XX:ErrorFile=../logs/es_hs_err_pid%p.log -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=D:\sonar\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:MaxDirectMemorySize=256m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=D:\sonar\sonarqube\elasticsearch -Des.path.conf=D:\sonar\sonarqube\temp\conf\es -cp lib/* org.elasticsearch.bootstrap.Elasticsearch
2022.06.10 05:07:34 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2022.06.10 05:07:43 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
2022.06.10 05:07:43 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [D:\sonar\sonarqube]: C:\Program Files\Java\jdk-11.0.15\bin\java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=D:\sonar\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 -Dcom.redhat.fips=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-9.4.0.54424.jar;D:\sonar\sonarqube\lib\jdbc\postgresql\postgresql-42.3.3.jar org.sonar.server.app.WebServer D:\sonar\sonarqube\temp\sq-process2755317042417621221properties
2022.06.10 05:07:46 INFO  app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2022.06.10 05:07:46 INFO  app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2022.06.10 05:07:46 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
<-- Wrapper Stopped

Hey there.

What do the logs say?