Web server process

SonarQube ver: 10.0.0.68432
JDK: Tried on all versions since 16

Exception in thread "main" java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release
        at java.base/java.lang.System.setSecurityManager(System.java:416)
        at org.sonar.process.PluginSecurityManager.restrictPlugins(PluginSecurityManager.java:42)
        at org.sonar.server.app.WebSecurityManager.apply(WebSecurityManager.java:47)
        at org.sonar.server.app.WebServer.main(WebServer.java:101)
2023.05.11 06:15:56 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Web Server]: 1

Welcome :slight_smile:

Since version 9.9.0 the Sonarqube server needs to be run with Java 17.
Is there any suspicious in the logs ?
see Troubleshooting

If posting logs don’t forgot to redact sensitive parts.

Gilbert