Re: Intermittent issue, Camel-FTP : GenericFileOperationFailedException: Error writing file

2017-03-10 Thread sshivampp
I have configured the error handler but somehow the code doesn't land in catch when this exception occurs and file gets stuck in "processing" directory. .doCatch(Exception.class) .process(new Processor() {

Re: Intermittent issue, Camel-FTP : GenericFileOperationFailedException: Error writing file

2017-03-09 Thread sshivampp
Thanks for quick reply ! Sorry I missed to inform the version I'm using. It's 2.12.1. And about "re-connect on each file".I will be having lots of files to process every 15 mins. I think reconnecting every time may create an extra overhead. I'm thinking of re-processing those files at my next ru