Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SonarQube 5.2, LDAP plugin 1.5: com4j.ComException

Tags:

ldap

sonarqube

AD login is not possible after upgrading from LDAP 1.4. In the TRACE log the following error message is logged:

DEBUG web[o.s.p.l.w.WindowsUsersProvider] Requesting details for user: xxxxxx
ERROR web[rails] Error from external users provider: exception Java::Com4j::ExecutionException: com4j.ComException: 8007203a Failed to MkParseDisplayName : The server is not operational. : .\com4j.cpp:217

Removing the LDAP settings from sonar.properties did not help. After downgrading to LDAP 1.4 everything works again. Did we miss some configuration setup?

like image 604
Jeroen Heier Avatar asked Nov 09 '22 02:11

Jeroen Heier


1 Answers

LDAP plugin 1.5.1 with fix for this issue (LDAP-49 is released and available for download from SonarQube's update center.

Refer to SonarQube LDAP plugin documentation page:

LDAP 1.5.1 – Dec 02, 2015 – Compatible with SonarQube 5.2+ Bug fixes for Active Directory environments

like image 191
Sulabh Upadhyay Avatar answered Dec 18 '22 23:12

Sulabh Upadhyay