catch ( InterruptedException e )
{
connector = null;
LOG.debug( "Interrupted while waiting for connection to establish with server {}:{}", config.getLdapHost(),
config.getLdapPort(), e );
throw new LdapOtherException( e.getMessage(), e );
}
boolean isConnected = connectionFuture.isConnected();
if ( !isConnected )