Details
Description
When i start sonar, the crowd plugin seems fine, in the logs i get:
2010.05.05 17:48:53 INFO org.sonar.INFO Start sonar...
2010.05.05 17:48:54 INFO org.sonar.INFO Authentication plugin: class org.sonar.plugins.crowd.CrowdAuthenticator
2010.05.05 17:48:54 INFO org.sonar.INFO Authentication plugin started
2010.05.05 17:48:54 INFO org.sonar.INFO Deploy GWT plugins...
When i try to login with my user, the authentication seems fine (or maybe it is because 'sonar.authenticator.createUsers' is true?), and i access to the landing page. But i get a huge stack trace into the logs (i paste it into a file)
My crowd plugin settings are:
sonar.authenticator.class: org.sonar.plugins.crowd.CrowdAuthenticator #sonar.authenticator.ignoreStartupFailure: true sonar.authenticator.createUsers: true # URL of the Crowd server (usually ends with /services/). crowd.url:http://crowd.company.com/services/ # Crowd application name. # Default is 'sonar'. crowd.application:sonar_company # Crowd application password. crowd.password:sonar_secret
Sorry for the wrong formatting, here is my crowd settings: