[jcifs] The network name cannot be found error

Pitre, Russell RPITRE at shawmut.com
Wed Jul 21 19:31:56 GMT 2004


Hello All-

We are using the jcifs filter for our intranet authentication.  It's
been working great, but all of sudden this afternoon we started seeing
the error you see below.  Nothing has change with the intranet code.  We
are using 2000 Active Directory and Tomcat 5.0.24.  I'm pretty sure the
error is coming the Domain Controller but I'm not entirely sure what to
look for.  I went through the event logs but have not found anything
that stands out.  Any ideas?

ERROR:

jcifs.smb.SmbException: The network name cannot be found.
	jcifs.smb.SmbTransport.send(SmbTransport.java:670)
	jcifs.smb.SmbSession.sessionSetup(SmbSession.java:179)
	jcifs.smb.SmbSession.send(SmbSession.java:138)
	jcifs.smb.SmbTree.treeConnect(SmbTree.java:134)
	jcifs.smb.SmbSession.logon(SmbSession.java:75)
	jcifs.http.NtlmHttpFilter.doFilter(NtlmHttpFilter.java:129)


WEB.XML:

	<filter>
        <filter-name>NTLM HTTP Authentication Filter</filter-name>
        <filter-class>jcifs.http.NtlmHttpFilter</filter-class>

		<init-param>
            <param-name>jcifs.http.domainController</param-name>
            <param-value>172.20.95.14</param-value>
        </init-param>
		<init-param>
            <param-name>jcifs.smb.client.domain</param-name>
            <param-value>SHAWMUT</param-value>
        </init-param>
        <init-param>
            <param-name>jcifs.netbios.wins</param-name>
            <param-value>172.20.95.14</param-value>
        </init-param>
        <init-param>
            <param-name>jcifs.netbios.baddr</param-name>
            <param-value>255.255.255.255</param-value>
        </init-param>
    </filter>


More information about the jcifs mailing list