[jcifs] jcifs.smb.SmbException: EOF during NetBIOS session request

yogi-ml at darkmag.net yogi-ml at darkmag.net
Fri May 11 14:50:32 GMT 2007


Hi,

I've developped a portlet for my customer's Websphere Portal 5.1 which
uses JCIFS 1.2.13 in order to deliver shares content thru the web.

It works perfectly when using standard Windows shares, but right now I'm
trying to open an Alfresco share (http://www.alfresco.com/ : open-source
CMS which provides webdav and SMB access) and it just throws the following
error :

jcifs.smb.SmbException:
jcifs.util.transport.TransportException
jcifs.smb.SmbException: EOF during NetBIOS session request
        at jcifs.smb.SmbTransport.ssn139(SmbTransport.java:191)
        at jcifs.smb.SmbTransport.negotiate(SmbTransport.java:237)
        at jcifs.smb.SmbTransport.doConnect(SmbTransport.java:299)
        at jcifs.util.transport.Transport.run(Transport.java:240)
        at java.lang.Thread.run(Thread.java:567)

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

        at jcifs.smb.SmbTransport.connect(SmbTransport.java(Inlined
Compiled Code))
        at jcifs.smb.SmbTree.treeConnect(SmbTree.java(Compiled Code))
        at jcifs.smb.SmbFile.connect(SmbFile.java:798)
        at jcifs.smb.SmbFile.connect0(SmbFile.java:768)
        at jcifs.smb.SmbFile.send(SmbFile.java:663)
        at jcifs.smb.SmbFile.doFindFirstNext(SmbFile.java(Compiled Code))
        at jcifs.smb.SmbFile.listFiles(SmbFile.java:1627)
        at jcifs.smb.SmbFile.listFiles(SmbFile.java(Inlined Compiled Code))
        at
com.mycompany.portal.filecrawler2.FileSystemCifs.ls(FileSystemCifs.java(Compiled
Code))

Any clues or ideas ?

Thanks for all.

Olivier BOISSIN.





More information about the jcifs mailing list