[
https://issues.apache.org/activemq/browse/CAMEL-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50293#action_50293
]
Paddy Daly commented on CAMEL-1428:
-----------------------------------
Here's the error now.
Why is it trying to delete the file from the .done directory?
[le.remote.sftpcompon...@7b1641] SftpConsumer DEBUG Done
processing file: GenericFile[temp/incoming/file.txt]. Status is: processed OK
[le.remote.sftpcompon...@7b1641] SftpConsumer DEBUG
Committing remote file strategy:
org.apache.camel.component.file.strategy.genericfilerenameprocessstrat...@1be4663
for file: GenericFile[temp/incoming/file.txt]
[le.remote.sftpcompon...@7b1641] SftpOperations DEBUG Deleteing
file: /.done/file.txt
[le.remote.sftpcompon...@7b1641] SftpConsumer WARN Error
committing remote file strategy:
org.apache.camel.component.file.strategy.genericfilerenameprocessstrat...@1be4663
org.apache.camel.component.file.remote.RemoteFileOperationFailedException:
Cannot delete file: /.done/file.txt
at
org.apache.camel.component.file.remote.SftpOperations.deleteFile(SftpOperations.java:154)
at
org.apache.camel.component.file.strategy.GenericFileRenameProcessStrategy.renameFile(GenericFileRenameProcessStrategy.java:65)
at
org.apache.camel.component.file.strategy.GenericFileRenameProcessStrategy.commit(GenericFileRenameProcessStrategy.java:58)
> SftpConsumer : GenericFileRenameProcessStrategy - String index out of bounds
> ----------------------------------------------------------------------------
>
> Key: CAMEL-1428
> URL: https://issues.apache.org/activemq/browse/CAMEL-1428
> Project: Apache Camel
> Issue Type: Bug
> Components: camel-ftp
> Affects Versions: 2.0.0
> Environment: Windows XP
> Reporter: Paddy Daly
> Assignee: Claus Ibsen
> Fix For: 2.0-M1
>
> Attachments: camel-error.txt, camel-error2.txt, camel-error3.txt,
> camel-error4.txt
>
>
> While trying to consume a file via SFTP and using the moveExpression to move
> the file into a done folder a renameException is thrown.
> In GenericFile the relativeFileName reads something like the following.
> /incoming/test/file1.txt
> When it tries to call this code and exception is thrown because
> File.separator is '\' in a windows environment.
> String relative = relativeFileName.substring(0,
> relativeFileName.lastIndexOf(File.separator));
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.