SonarQube Service Issue

I have installed SonarQube Community version (7.9.4) on Windows 2016 server and its working fine also I have installed MicroStrategy on the same server.

But when I have installed MicroStrategy the SonarQube service is going down. I tried to fix the issue but no luck.

Can anyone help on this.

Sonar Log:

SonarQube installed.
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.10.07 14:29:05 INFO app[o.s.a.AppFileSystem] Cleaning or creating temp directory F:\sonarqube-7.9.4\temp
2020.10.07 14:29:06 INFO app[o.s.a.es.EsSettings] Elasticsearch listening on /x.x.x:9001
2020.10.07 14:29:06 INFO app[o.s.a.ProcessLauncherImpl] Launch process[[key=‘es’, ipcIndex=1, logFilenamePrefix=es]] from [F:\sonarqube-7.9.4\elasticsearch]: C:\Program Files\Java\jdk-11.0.1\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=F:\sonarqube-7.9.4\temp -XX:ErrorFile=…/logs/es_hs_err_pid%p.log -Xms512m -Xmx512m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=F:\sonarqube-7.9.4\elasticsearch -Des.path.conf=F:\sonarqube-7.9.4\temp\conf\es -cp lib/* org.elasticsearch.bootstrap.Elasticsearch
2020.10.07 14:29:06 INFO app[o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
2020.10.07 14:29:06 INFO app[o.e.p.PluginsService] no modules loaded
2020.10.07 14:29:06 INFO app[o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
SonarQube started.
2020.10.07 14:29:22 INFO app[o.s.a.SchedulerImpl] Process[es] is up
2020.10.07 14:29:22 INFO app[o.s.a.ProcessLauncherImpl] Launch process[[key=‘web’, ipcIndex=2, logFilenamePrefix=web]] from [F:\sonarqube-7.9.4]: C:\Program Files\Java\jdk-11.0.1\bin\java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=F:\sonarqube-7.9.4\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/;F:\sonarqube-7.9.4\lib\jdbc\h2\h2-1.3.176.jar org.sonar.server.app.WebServer F:\sonarqube-7.9.4\temp\sq-process2712761231566762273properties
2020.10.07 14:29:29 INFO app[o.s.a.SchedulerImpl] Process[web] is stopped
2020.10.07 14:29:29 INFO app[o.s.a.SchedulerImpl] Process[es] is stopped
2020.10.07 14:29:29 INFO app[o.s.a.SchedulerImpl] SonarQube is stopped
<-- Wrapper Stopped

Perhaps the same port is being used? By default port 9000.
Also check web.log in the SonarQube/logs folder to see if there is any other relevant logs.

Hi Duarte,

In web.log also showing 9092 port issue. When we installed the MicroStrategy the SonarQube service is going down automatically and when we hit the url: http://localhost:9000 the service going down automatically. But without MicroStrategy is working fine without any failure.

Thank You,
Ravi Kumar