[jcifs] NTLM login failure

Michael B Allen mba2000 at ioplex.com
Tue Jun 6 16:06:05 GMT 2006


On Tue, 6 Jun 2006 15:18:16 +0200 (CEST)
Alexander Podoplelov <alepod7 at yahoo.se> wrote:

> jcifs.smb.SmbException: 0xC00000D0
>     jcifs.smb.SmbTransport.checkStatus(SmbTransport.java:510)
>     jcifs.smb.SmbTransport.send(SmbTransport.java:610)
>     jcifs.smb.SmbSession.sessionSetup(SmbSession.java:269)
>     jcifs.smb.SmbSession.send(SmbSession.java:225)
>     jcifs.smb.SmbTree.treeConnect(SmbTree.java:147)
>     jcifs.smb.SmbSession.logon(SmbSession.java:161)
>     jcifs.smb.SmbSession.logon(SmbSession.java:154)
>     jcifs.http.NtlmHttpFilter.negotiate(NtlmHttpFilter.java:182)
>     jcifs.http.NtlmHttpFilter.doFilter(NtlmHttpFilter.java:114)

That means:

0xC00000d0  NT_STATUS_REQUEST_NOT_ACCEPTED  No more connections can be
made to this remote computer at this time because there are already as
many connections as the computer can accept.

Sounds like your DC is a little overloaded maybe. Or the
"domainController" is actually a lowly workstation and it's got some kind
of quota or limit to the number of logons it supports. What exactly is
the "domainController"? Is it W2K3 Server or XP Home Edition :->

Also, there's no such property 'http.auth.ntlm.domain'. I believe you want
'jcifs.smb.client.domain'.

Mike

-- 
Michael B Allen
PHP Extension for SSO w/ Windows Group Authorization
http://www.ioplex.com/


More information about the jcifs mailing list