[jcifs] Unverifiable signature

jey j.eyre at esri-germany.de
Fri Feb 23 00:05:15 GMT 2007


I get an Unverifiable signature error several times, when i start the web
application, then it starts to work. Any idea why this would happen?

my web.xml is very simple:

	<filter>
		<filter-name>NtlmHttpFilter</filter-name>
		<filter-class>jcifs.http.NtlmHttpFilter</filter-class>
		<init-param>
			<param-name>jcifs.http.domainController</param-name>
			<param-value>K00102</param-value>
		</init-param>
		<init-param>
			<param-name>jcifs.smb.client.domain</param-name>
			<param-value>domain</param-value>
		</init-param>
		<init-param>
			<param-name>jcifs.util.loglevel</param-name>
			<param-value>4</param-value>
		</init-param>
	</filter>


here is the error:

HTTP Status 500 - 

type Exception report 
message 
description The server encountered an internal error () that prevented it
from fulfilling this request. 
exception 
jcifs.smb.SmbException: Unverifiable signature: K00102/172.16.14.102 
        jcifs.smb.SmbTransport.send(SmbTransport.java:674) 
        jcifs.smb.SmbSession.sessionSetup(SmbSession.java:271) 
        jcifs.smb.SmbSession.send(SmbSession.java:228) 
        jcifs.smb.SmbTree.treeConnect(SmbTree.java:134) 
        jcifs.smb.SmbSession.logon(SmbSession.java:159) 
        jcifs.smb.SmbSession.logon(SmbSession.java:152) 
        jcifs.http.NtlmHttpFilter.doFilter(NtlmHttpFilter.java:155) 
note The full stack trace of the root cause is available in the Apache
Tomcat/5.0.28 logs. 

Apache Tomcat/5.0.28 

Any ideas?
-- 
View this message in context: http://www.nabble.com/Unverifiable-signature-tf3276171.html#a9111124
Sent from the Samba - jcifs mailing list archive at Nabble.com.



More information about the jcifs mailing list