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)!
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.
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