[jcifs] NullPointerException with jcifs

jbaker-jcifs at javasystemsolutions.com jbaker-jcifs at javasystemsolutions.com
Fri Jul 21 19:01:02 GMT 2006


Hello,

Has anyone seen this before:

java.lang.NullPointerException
	at jcifs.smb.SmbSession.getChallengeForDomain(SmbSession.java:106)
	at jcifs.http.NtlmHttpFilter.negotiate(NtlmHttpFilter.java:150)
	at jcifs.http.NtlmHttpFilter.doFilter(NtlmHttpFilter.java:114)
	at com.newatlanta.servletexec.SEFilterChain.doFilter(SEFilterChain.java:60)
	at 
com.newatlanta.servletexec.ApplicationInfo.filterApplRequest(ApplicationInfo.java:2140)
	at 
com.newatlanta.servletexec.ApplicationInfo.processApplRequest(ApplicationInfo.java:1804)
	at 
com.newatlanta.servletexec.ServerHostInfo.processApplRequest(ServerHostInfo.java:919)
	at 
com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java:1091)
	at 
com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java:1002)

Here is the web.xml information:

    <filter>
      <filter-name>ntlm</filter-name>
      <filter-class>jcifs.http.NtlmHttpFilter</filter-class>

      <init-param>
          <param-name>jcifs.netbios.wins</param-name>
          <param-value>10.1.6.20</param-value>
      </init-param>

      <init-param>
          <param-name>jcifs.smb.client.domain</param-name>
          <param-value>xxxx</param-value>
      </init-param>

      <init-param>
          <param-name>jcifs.util.loglevel</param-name>
          <param-value>2</param-value>
      </init-param>
    </filter>

Windows Server 2003 is in use.

Thanks,


John

-- 
John Baker,
(m) 077 3639 3822


More information about the jcifs mailing list