mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
08.01.2007 e24804a9de2898416d5607f4ffead64808d46ecd
opends/src/ads/org/opends/admin/ads/util/ServerLoader.java
@@ -34,6 +34,7 @@
import javax.naming.AuthenticationException;
import javax.naming.NamingException;
import javax.naming.NoPermissionException;
import javax.naming.TimeLimitExceededException;
import javax.naming.ldap.InitialLdapContext;
import javax.naming.ldap.LdapName;
@@ -124,7 +125,9 @@
        ldapUrl = getLdapUrl(serverProperties);
      }
      lastException = new TopologyCacheException(
          TopologyCacheException.Type.TIMEOUT, null, trustManager, ldapUrl);
          TopologyCacheException.Type.TIMEOUT,
          new TimeLimitExceededException("Timeout reading server: "+ldapUrl),
          trustManager, ldapUrl);
      LOG.log(Level.WARNING, "Timeout reading server: "+ldapUrl);
    }
    super.interrupt();