[jcifs] HTTP 500

Michael B Allen mba2000 at ioplex.com
Thu Jun 9 17:44:56 GMT 2005


On Thu, 9 Jun 2005 13:19:22 +0200
Jaco Swanepoel <jaco.swanepoel at gmail.com> wrote:

> Hello,
> 
> I'm using the NTLM HTTP Authentication in a web application. Im running 
> Tomcat on a windows platform. 
> 
> The web application intermittently throws the following error : 
> 
> 
> 2005-05-25 09:04:44 StandardWrapperValve[jsp]: Servlet.service() for
> servlet jsp threw exception
> jcifs.smb.SmbException: An error occured sending the request.
> java.net.ConnectException: Connection timed out: connect
> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
> 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
> 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)

That's a low-level socket error. Network trouble?

> The web.xml file :
> <filter>
>  <filter-name>NtlmHttpFilter</filter-name>
>  <filter-class>jcifs.http.NtlmHttpFilter</filter-class>
> 
>  <init-param>
>  <param-name>jcifs.smb.client.domain</param-name>
>  <param-value>VODACOM</param-value>
>  </init-param>
>  <init-param>
>  <param-name>jcifs.netbios.wins</param-name>
>  <param-value>10.111.7.68 <http://10.111.7.68>,10.121.7.52<http://10.121.7.52>

Whoops. You have some garbage in this one.

Mike


More information about the jcifs mailing list