Re: [VFS] SFTP exception

2007-01-11 Thread Mario Ivankovits
Hi Mark! Exception in thread org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread java.lang.NullPointerException at com.jcraft.jsch.Channel.del(Channel.java:79) at com.jcraft.jsch.Channel.disconnect(Channel.java:501) at

Re: [VFS] SFTP exception

2007-01-11 Thread Mark Shifman
Hi : Thanks for your quick reply. I downloaded the most recent jsch yesterday jsch-0.1.30.jar and that was the one that generated the error. I was closing my FileObject after I got what I wanted so I could trick the cache. I think this may have been part of the problem. I have refactored

[VFS] SFTP exception

2007-01-10 Thread Mark Shifman
Hi: I started using sftp in my web app (using struts and tomcat) and I noticed this error on catalina.out. Exception in thread org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread java.lang.NullPointerException at com.jcraft.jsch.Channel.del(Channel.java:79) at

[VFS] SFTP exception

2007-01-10 Thread Mark Shifman
(The first try didn't seem to get to the list. If this is a duplicate I beg forgiveness.) Hi: I started using sftp in my web app (using struts and tomcat) and I noticed this error on catalina.out. Exception in thread org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread