[jcifs] question on fixes in 1.1.6

roy-jcifs at xemaps.com roy-jcifs at xemaps.com
Tue Dec 28 20:00:03 GMT 2004


Hi guys,

Just wondering if the new release fixes any of these errors I'm seeing when using jcifs (1.1.3).  We're on a NT network moving thousands of files at a time.

Also wondering if there are any data on jcifs performance with different network environments and jvms.

jcifs.smb.SmbException: The handle is invalid.
	at jcifs.smb.SmbTransport.send(SmbTransport.java:704)
	at jcifs.smb.SmbSession.send(SmbSession.java:234)
	at jcifs.smb.SmbTree.send(SmbTree.java:103)
	at jcifs.smb.SmbFile.send(SmbFile.java:724)
	at jcifs.smb.SmbFile.copyTo0(SmbFile.java:1935)
	at jcifs.smb.SmbFile.copyTo(SmbFile.java:2034)

java.lang.NullPointerException
        at jcifs.smb.SmbTransport.tryClose(SmbTransport.java:283)
        at jcifs.smb.SmbTransport.start(SmbTransport.java:316)
        at jcifs.smb.SmbTransport.negotiate(SmbTransport.java:888)
        at jcifs.smb.SmbTransport.hasCapability(SmbTransport.java:266)
        at jcifs.smb.SmbFile$WriterThread.<init>(SmbFile.java:1809)
        at jcifs.smb.SmbFile.copyTo(SmbFile.java:2014)

java.lang.NullPointerException
        at jcifs.smb.AndXServerMessageBlock.readWireFormat(AndXServerMessageBloc
k.java:99)
        at jcifs.smb.SmbTransport.run(SmbTransport.java:483)
        at java.lang.Thread.run(Thread.java:534)

Roy.


More information about the jcifs mailing list