In the log has to be success or error notification from this class.
But command gives me 0 lines
cat /opt/sonarqube/logs/* | grep -i realm
This one gives 1 line:
cat /opt/sonarqube/logs/* | grep -i crowd
INFO web[o.s.s.p.ServerPluginRepository] Deploy plugin Crowd / 2.1.3
As I undertood SQ sees the plugin but the fact that there is no CrowdRealm class object means that plugin is not able to start.
I am not really familiar with opensource stuff but is it possible to get any support (assuming it is reported as compatible)
Or should I fix it somehow by my own?