[jcifs] Socket Exception

Pitre, Russell RPITRE at shawmut.com
Wed Sep 17 02:58:51 EST 2003


I work remotely from home and connect to the office via VPN over
cable......I wonder if that has anything to do with it.....?

 

 

 

-----Original Message-----
From: Pitre, Russell 
Sent: Tuesday, September 16, 2003 11:49 AM
To: jcifs at lists.samba.org
Subject: RE: [jcifs] Socket Exception

 

Also...... using   jcifs-0.7.12.jar..........and I placed it WEB-INF\lib
directory..........I just moved it to
"c:\jboss-3.2.1_tomcat-4.1.24\server\default\lib" .........that didn't
seem to resolve the issue.......again, the error is below......

 

 

11:46:03,204 ERROR [STDERR] Sep 16 11:46:03.204 - exception reading from
socket input: 0.0.0.0<00>/172.20.95.14

11:46:03,204 ERROR [STDERR] java.net.SocketException: Connection reset
by peer: JVM_recv in socket input stream read

 

 

 

Russ

 

 

-----Original Message-----
From: Pitre, Russell 
Sent: Tuesday, September 16, 2003 10:58 AM
To: jcifs at lists.samba.org
Subject: [jcifs] Socket Exception

 

Hello All.....

 

I am developing a web app with NTLM authentication....I have set up a
filter (the web.xml portion is below)...Also, using this with
jboss-3.2.1_tomcat-4.1.24 ...Authentication is working as I can use
request.getRemoteUser() to retrieve the username ....But, I'm receiving
the following error......Can someone please give me some direction to
resolve this issue?  Should I be concerned with this?

 

 

ERROR:

 

java.net.SocketException: Connection reset by peer: JVM_recv in socket
input stream read

 

 

WEB.XML:

 

        <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>DOMAIN</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>172.20.95.255</param-value>

        </init-param>

 

    </filter>

 

            <filter-mapping>

        <filter-name>NTLM HTTP Authentication Filter</filter-name>

        <url-pattern>/*</url-pattern>

    </filter-mapping>

 

 

Thanx in advance......

 

 

-------------- next part --------------
HTML attachment scrubbed and removed


More information about the jcifs mailing list