Hide Forgot
Description of problem: From bll/src/main/java/org/ovirt/engine/core/bll/adbroker/GetRootDSE.java: 68 } catch (NamingException e) { 69 log.errorFormat("Failed to query rootDSE for LDAP server {0} due to {1}", ldapURI, e.getMessage()); But e.getMessage() for a NamingException is going to give you the ldaURI, so you end up getting something like: "Failed to query rootDSE for LDAP server x.y.z due to x.y.z" which is not very helpful. Version-Release number of selected component (if applicable): last commit hash 0223b0cab604ad6fe9537338e9898ad3343271c0 How reproducible: Steps to Reproduce: 1. Try to contact a LDAP server that is down. 2. 3. Actual results: Expected results: Additional info:
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.