[jcifs] Re: problem with jcifs 1.2.10

Eric Glass eric.glass at gmail.com
Tue Dec 12 10:01:39 GMT 2006


Could you repost your web.xml section as it is now?   The error below
indicates that the filter cannot connect to the domain controller host
(at a socket level).

> Hi,
> I tried your changes, but it still doesn't work.
> I don't even get the login page that I usually get when an error in the
> athentication occurs. Instead the browser shows
> "page cannot be displayed" and "HTTP 500 - Internal server error ".
>
> The logs show the error message:
>
> close: NbtSocket[addr=null,port=0,localport=4175]
> java.net.ConnectException: Connection refused: connect
>         at java.net.PlainSocketImpl.socketConnect(Native
> Method)
>         at
> java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
>         at
> java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
>         at
> java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
>         at java.net.Socket.connect(Socket.java:434)
>         at java.net.Socket.connect(Socket.java:384)
>         at java.net.Socket.<init>(Socket.java:291)
>         at java.net.Socket.<init>(Socket.java:199)
>         at jcifs.netbios.NbtSocket.<init>(NbtSocket.java:59)
>         at jcifs.smb.SmbTransport.run(SmbTransport.java:348)
>         at java.lang.Thread.run(Thread.java:536)
>
> //Elina


More information about the jcifs mailing list