Hi guys,
not exactly a christmas gift :-) Recently, building ApacehDS fails on my machine (it succeed on Kiran's one though). The failure is one I have met month (years ?) ago, and it's related to the connection establishement. For some unknown reasons, when using the LDAP API in ldap-client-api tests, tests are blocking and timing out while trying to connect on the server. Under the hood, we use a bind-async, which get back a future, and we wait on it, and it never get valid, so we retry immediately, up to the pont I exhaust the number of file I can open. Is that happens for any of you ? I suspect a race condition, because it works for Kiran who has a slower computer than mine (core i5, 4Gb vs core i7 and 16Gb), also because when I debug teh code, it somehow works. It might be a MINA issue, or a LDAP API issue (I have changed the API quite a bit recently, although I mainly cleaed up Javadocs)... In any case, Happy Christmas to all of you ! -- Emmanuel Lecharny Symas.com directory.apache.org
