[jcifs] NTLM Filter error message

Michael B Allen mba2000 at ioplex.com
Tue Jan 18 23:47:55 GMT 2005


Jeroen ter Voorde said:
> I've tested this and it still seems to go wrong when all dcs in dc_list
> become null because they don't
> respond. This seems to fix it (in SmbSession.java):
>
> 141:        // All dc's failed to respond.
> 142:        dc_list_expiration = System.currentTimeMillis() + 10000; /*
> 10sec */
> 143:        throw new UnknownHostException( "Failed to negotiate with a
> suitable domain controller for " + DOMAIN );
> 144:    }

I don't understand. What's different about this from what I updated? What
goes wrong?

Mike


More information about the jcifs mailing list