NullPointerException in SftpSubsystem.sendPath() on file upload
---------------------------------------------------------------
Key: SSHD-141
URL: https://issues.apache.org/jira/browse/SSHD-141
Project: MINA SSHD
Issue Type: Bug
Affects Versions: 0.5.0
Environment: Linux machine, Java 6
Reporter: Toli Kuznets
I have Apache SSHD running alongside Ftpserver to provide SFTP functionality.
I'm seeing the following error in the log:
29 Aug 2011 14:11:35,513 ERROR [Thread-7906] server.sftp.SftpSubsystem
(SftpSubsystem.java:335) - Exception caught in SFTP subsystem
java.lang.NullPointerException
at
org.apache.sshd.server.sftp.SftpSubsystem.sendPath(SftpSubsystem.java:796)
at
org.apache.sshd.server.sftp.SftpSubsystem.process(SftpSubsystem.java:719)
at org.apache.sshd.server.sftp.SftpSubsystem.run(SftpSubsystem.java:331)
at java.lang.Thread.run(Thread.java:619)
I'm not able to reproduce this easily, so not sure how easy it would be to fix.
Just something that came across in the logs.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira