[jcifs] transport closed in negotiate

Floyd Shackelford java2 at fwshackelford.com
Tue Dec 12 17:01:55 GMT 2006


i have a java program that uses jCIFS v1.2.11.

it runs fine on windows accessing a linux/samba share.

when i run the application on a linux machine, i get the following error
accessing the same linux/samba share:

jcifs.smb.SmbException: jcifs.util.transport.TransportException
java.io.IOException: transport closed in negotiate
        at jcifs.smb.SmbTransport.negotiate(SmbTransport.java:269)
        at jcifs.smb.SmbTransport.doConnect(SmbTransport.java:299)
        at jcifs.util.transport.Transport.run(Transport.java:240)
        at java.lang.Thread.run(Thread.java:595)

        at jcifs.util.transport.Transport.run(Transport.java:256)
        at java.lang.Thread.run(Thread.java:595) (1002.1000)

is there a fix available for this?



More information about the jcifs mailing list