Problem installing APEX plugin

  • SonarQube version 6.7.6 Enterprise Edition 5 mil code lines
  • APEX plugin version 1.4.0.155
  • After server restart, even non-APEX code analysis is failing with the error message
    Analyses suspended. License does not include plugins [SonarApex].Please contact the instance administrator.
  • How to reproduce:
    Copy APEX plugin jar file into /extentions/plugin/ directory and retart SonarQube
  • No workaround was found

Hello @armenak,

You’re using an outdated version of SonarQube.
SonarApex is compatible with SonarQube 7.5 and higher.
I strongly encourage you to upgrade to SonarQube 7.9 LTS or SonarQube 8.2 (Latest)
Not only the Apex plugin will be compatible (even pre-installed) with either Enterprise Edition package, but you will also get all the great new features we added since 6.7. See https://www.sonarqube.org/whats-new/.

Regards

PS: There’s no workaround to your problem. You must upgrade or remove the Apex plugin

Thank you, Olivier!