Sonar Qube (9.9) application is not working since last week

Must-share information (formatted with Markdown):

  • which versions are you using = Sonar Qube 9.9 LTA
  • how is SonarQube deployed: zip,
  • what are you trying to achieve - Sonar Qube is not up and running
  • what have you tried so far to achieve this - Last week I tried to install the Sonar Windows service and then I later uninstalled the service; after that I’m not able to bring the application up and running after I clicked the StartSonar.bat

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

SonarServiceWrapper.wrapper.log (7.0 KB)
web.log (46.2 KB)

Hi,

What do your other server logs say?

 
Ann

es.log (8.6 KB)
sonar.log (4.3 KB)
ce.log (1.7 KB)

Hi Ann

I have attached the other server logs as well

Hi,

I don’t see any errors on the SonarQube side. Everything in the logs you’ve posted indicates a “graceful” shutdown. I think you need to look externally to SonarQube to figure out what other process is telling it to shut down.

 
HTH,
Ann

Since I didnt get any useful information from the logs, I tried to startSonar.bat with --win-console and identified the below error message

LinkageError occurred while loading main class org.sonar.application.App
java.lang.UnsupportedClassVersionError: org/sonar/application/App has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

I noticed a lower version of Java was installed, which generated the above-mentioned problem; after deleting the lower version of Java, I was able to successfully bring SonarQube up and running

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.