[jcifs] (no subject)

habacher at isolab.at habacher at isolab.at
Wed Oct 22 01:04:32 EST 2003


Hi,

I use the NtlmHttpFilter from jcifs-0.7.8 on WebSphere 5.

FilterConfig in my web.xml:

      <filter id="Filter_1066746102800">
         <filter-name>NTLM_HTTP_Authentication_Filter</filter-name>
         <filter-class>jcifs.http.NtlmHttpFilter</filter-class>
         <init-param id="InitParam_1066746102816">
            <param-name>jcifs.http.domainController</param-name>
            <param-value>10.1.186.2</param-value>
         </init-param>
         <init-param id="InitParam_1066746102817">
            <param-name>jcifs.smb.client.domain</param-name>
            <param-value>AUSTRIA</param-value>
         </init-param>
      </filter>
      <filter-mapping id="FilterMapping_1066746102816">
         <filter-name>NTLM_HTTP_Authentication_Filter</filter-name>
         <url-pattern>/*</url-pattern>
      </filter-mapping>


I get the following error:

Okt 21 16:29:15.177 - exception reading from socket input:
0.0.0.0<00>/10.1.186.2
java.net.SocketException: Connection reset by peer: socket closed
	at java.net.SocketInputStream.socketRead(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java(Compiled Code))
	at
jcifs.netbios.SessionServicePacket.readPacketType(SessionServicePacket.java:68)
	at jcifs.netbios.SocketInputStream.read(SocketInputStream.java:73)
	at jcifs.netbios.SocketInputStream.read(SocketInputStream.java:39)
	at java.io.FilterInputStream.read(FilterInputStream.java(Compiled Code))
	at java.io.PushbackInputStream.read(PushbackInputStream.java:137)
	at jcifs.smb.SmbTransport.run(SmbTransport.java:337)
	at java.lang.Thread.run(Thread.java:512)

Does anyone know what the problem is?


Manfred



More information about the jcifs mailing list