Java WARNING System::setSecurityManager...called by org.sonar.process.PluginSecurityManager

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    Enterprise 9.9.2
  • how is SonarQube deployed: zip, Docker, Helm
    zip deployed to Windows Server 2016 with Microsoft openJDK 17.0.9
  • what are you trying to achieve
    Trying to start up SonarQube with LDAP security realm enabled.
  • what have you tried so far to achieve this

WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by org.sonar.process.PluginSecurityManager (file:/C:/SonarQube/ent9.9.2/lib/sonar-application-9.9.2.77730.jar)
WARNING: Please consider reporting this to the maintainers of org.sonar.process.PluginSecurityManager
WARNING: System::setSecurityManager will be removed in a future release

Hey there.

This is warning that is safe to ignore.

Thank you. I will ignore.

But who maintainers of org.sonar.process.PluginSecurityManager? Is there a github repo?

This is in the core of SonarQube – and it’s a warning we will clean up eventually. No worries about reporting it – we know about it. :slight_smile: