Sonarqube service start and stop after 2-3 mins

Hi,

My sonarqube service in windows start and then stop after 2-3 mins. Here is the sonar logs

Starting the SonarQube service...
--> Wrapper Started as Service
Launching a JVM...
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
  Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.
2020.02.26 17:11:46 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory D:\Apps\sonarqube-7.9.1\sonarqube-7.9.1\temp
2020.02.26 17:11:46 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001
2020.02.26 17:11:46 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [D:\Apps\sonarqube-7.9.1\sonarqube-7.9.1\elasticsearch]: D:\Apps\jdk-11.0.5_windows-x64_bin\jdk-11.0.5\bin\java -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -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 -XX:-OmitStackTraceInFastThrow -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Djava.io.tmpdir=D:\Apps\sonarqube-7.9.1\sonarqube-7.9.1\temp -XX:ErrorFile=../logs/es_hs_err_pid%p.log -Xms512m -Xmx512m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=D:\Apps\sonarqube-7.9.1\sonarqube-7.9.1\elasticsearch -Des.path.conf=D:\Apps\sonarqube-7.9.1\sonarqube-7.9.1\temp\conf\es -cp lib/* org.elasticsearch.bootstrap.Elasticsearch
2020.02.26 17:11:46 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
2020.02.26 17:11:47 INFO  app[][o.e.p.PluginsService] no modules loaded
2020.02.26 17:11:47 INFO  app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
2020.02.26 17:11:48 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
2020.02.26 17:11:48 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [D:\Apps\sonarqube-7.9.1\sonarqube-7.9.1]: D:\Apps\jdk-11.0.5_windows-x64_bin\jdk-11.0.5\bin\java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=D:\Apps\sonarqube-7.9.1\sonarqube-7.9.1\temp --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 -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/common/*;D:\Apps\sonarqube-7.9.1\sonarqube-7.9.1\lib\jdbc\h2\h2-1.3.176.jar org.sonar.server.app.WebServer D:\Apps\sonarqube-7.9.1\sonarqube-7.9.1\temp\sq-process7936020306554090118properties
2020.02.26 17:11:48 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 1
2020.02.26 17:11:48 INFO  app[][o.s.a.SchedulerImpl] Process[es] is stopped
SonarQube started.
2020.02.26 17:12:05 INFO  app[][o.s.a.SchedulerImpl] Process[web] is up
2020.02.26 17:12:48 INFO  app[][o.s.a.p.ManagedProcessHandler] web failed to stop in a quick fashion. Killing it.
2020.02.26 17:12:48 INFO  app[][o.s.a.SchedulerImpl] Process[web] is stopped
2020.02.26 17:12:48 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
<-- Wrapper Stopped

Hi,

Welcome to the community!

What do your other logs say?

 
Ann