Delegating Authority Plugin in Community Edition LTS

Template for a good bug report, formatted with Markdown:

  • versions used (SonarQube, Scanner, Plugin, and any relevant extension)
    SonarQube Version 7.9.3.33349
    SAML Plugin Version 1.2.0 (build 682)

  • error observed (wrap logs/code around triple quote ``` for proper formatting)

2020.07.29 15:40:39 ERROR web[AXOBLUXlBaOva0l3AD26][o.s.s.w.WebServiceEngine] Fail to process request http://sonarqube.sdt.local/api/plugins/install
java.lang.IllegalStateException: Fail to download the plugin (authsaml, version 1.2) from https://binaries.sonarsource.com/Distribution/sonar-auth-saml-plugin/sonar-auth-saml-plugin-1.2.0.682.jar (error is : Fail to download: https://binaries.sonarsource.com/Distribution/sonar-auth-saml-plugin/sonar-auth-saml-plugin-1.2.0.682.jar (no proxy))
        at org.sonar.server.plugins.PluginDownloader.download(PluginDownloader.java:131)
  • steps to reproduce
    Click on the install button
    Receiving message An alert occurred. Please contact your system administrator

  • potential workaround

P.S.: use the #bug:fault sub-category if you’re hitting a specific crash/error , or the #bug:fp sub-category for rules-related behaviour

Hi Thom,

It looks like you’re using a proxy for external web requests, but SonarQube doesn’t know about it. You can configure this in the sonar.properties file for your SonarQube instance. Search in the file for “UPDATE CENTER” and you’ll find a group of related properties.

No, we aren’t using a proxy… we are able to download and install other plugins just fine.

Hi Thom,

In any event, SonarQube 7.9.4 was just released and users of SAML are encouraged to upgrade to it; it includes some SonarQube-side updates as well as bundling the 1.2.0 version of the SAML plugin.