Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Plugin installation doesn't work in sonar 5.6.6 (latest LTS) #87

Open
telegrapher opened this issue Mar 28, 2017 · 1 comment
Open

Plugin installation doesn't work in sonar 5.6.6 (latest LTS) #87

telegrapher opened this issue Mar 28, 2017 · 1 comment

Comments

@telegrapher
Copy link

telegrapher commented Mar 28, 2017

It looks like the plugin system changed in recent Sonarqube versions, and hence, this puppet module doesn't work anymore.

If I use the puppet module to install the ldap plugin, it creates the file:
/var/local/sonar/extensions/plugins/sonar-ldap-plugin-2.1.0.507.jar
The plugin is not recognized as installed.

When I install the ldap plugin from the web UI, the following files are created:

/var/local/sonar/data/web/deploy/plugins/ldap
/var/local/sonar/data/web/deploy/plugins/ldap/META-INF
/var/local/sonar/data/web/deploy/plugins/ldap/META-INF/lib
/var/local/sonar/data/web/deploy/plugins/ldap/META-INF/lib/commons-lang-2.6.jar
/var/local/sonar/data/web/deploy/plugins/ldap/sonar-ldap-plugin-2.1.0.507.jar

And in sonar the plugin is recognized as installed.

@fiveshotsofespresso
Copy link

fiveshotsofespresso commented Apr 1, 2017

@telegrapher, can you document your setup? The filesystem shouldn't have changed, and we're successfully maintaining puppet with 5.6.6.

Can you check that the ldap plugin is actually getting placed in /usr/local/sonar/plugins/extensions (assuming your install root is usr/local) when you run your profile?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants