[jcifs] Exception with wrong password and error page

Michael B Allen mba2000 at ioplex.com
Thu Jan 19 01:07:52 GMT 2006


On Wed, 18 Jan 2006 22:53:31 -0000
"Gerard McGovern" <stuff at inkiboo.com> wrote:

> Hi,
> 
> We currently use jcifs for silent authentication via IE for our corporate Intranet. Moving forward, we need to provide access, secured via SSL, for select users.
> 
> The main problem we have is whenever someone enters an incorrect password we get this exception back.
> 
> jcifs.smb.SmbException: NT_STATUS_NOT_FOUND
> 	jcifs.smb.SmbTransport.checkStatus(SmbTransport.java:503)
> 	jcifs.smb.SmbTransport.send(SmbTransport.java:603)
> 	jcifs.smb.SmbSession.sessionSetup(SmbSession.java:264)
> 	jcifs.smb.SmbSession.send(SmbSession.java:223)
> 	jcifs.smb.SmbTree.treeConnect(SmbTree.java:144)
> 	jcifs.smb.SmbTree.send(SmbTree.java:57)
> 	jcifs.smb.SmbSession.logon(SmbSession.java:165)
> 	jcifs.smb.SmbSession.logon(SmbSession.java:154)
> 	jcifs.http.NtlmHttpFilter.negotiate(NtlmHttpFilter.java:196)
> 	jcifs.http.NtlmHttpFilter.doFilter(NtlmHttpFilter.java:114)
> 
> Any ideas what could be causing that?

This means that the account associated with the specified domain and
username was not found in the accounts database of the target domain
controller. Double check how these "select users" are represented on
the domain controller (e.g. if they are local accounts the domain name
is the machine name).

Mike


More information about the jcifs mailing list