Fail to load plugin Java Code Quality and Security

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • what are you trying to achieve
  • what have you tried so far to achieve this
    My version 7.9.4 community
    Hi everyone I need to disable this plugin, because I would like to start the server, the image is on kubernetes, Please can someone explain to me how to disable this plugin?
    I don’t want to lose the data already made

I tried to copy sonar.properties with kubectl cp for my local shell, but I don’t know how to disable the plugins in that file

Hello @nuxman,

You can not remove the java analyzer plugin from SonarQube, it is a required component. Without it, SonarQube simply won’t start. However, the logs are strange, as it implies that guava classes might not be available. I would suggest to proceed the other way around:

  • Remove all non-SonarSource plugins, and check that it works,
  • Then, add progressively non-SonarSource plugins, until identifying a potential conflict.

Cheers,
Michael