I just bumped into the same problem. I'm running 2.5-SNAPSHOT.

SftpConsumer 2010-09-28 10:31:28,094 -- ERROR -- Caused by:
[org.apache.camel.component.file.GenericFileOperationFailedException -
Cannot retrieve file: tmp/mult/dummy-5.log]
org.apache.camel.component.file.GenericFileOperationFailedException: Cannot
retrieve file: tmp/mult/dummy-5.log
        at
org.apache.camel.component.file.remote.SftpOperations.retrieveFileToStreamInBody(SftpOperations.java:403)
        at
org.apache.camel.component.file.remote.SftpOperations.retrieveFile(SftpOperations.java:387)
        at
org.apache.camel.component.file.GenericFileConsumer.processExchange(GenericFileConsumer.java:299)
        at
org.apache.camel.component.file.GenericFileConsumer.processBatch(GenericFileConsumer.java:155)
        at
org.apache.camel.component.file.GenericFileConsumer.poll(GenericFileConsumer.java:121)
        at
org.apache.camel.impl.ScheduledPollConsumer.run(ScheduledPollConsumer.java:97)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:637)
Caused by: 2: No such file
        at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2289)
        at com.jcraft.jsch.ChannelSftp._get(ChannelSftp.java:901)
        at com.jcraft.jsch.ChannelSftp.get(ChannelSftp.java:870)
        at com.jcraft.jsch.ChannelSftp.get(ChannelSftp.java:849)
        at
org.apache.camel.component.file.remote.SftpOperations.retrieveFileToStreamInBody(SftpOperations.java:400)
        ... 14 more

-- 
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-change-directory-while-using-sftp-component-tp2806817p2857187.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to