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

2017-03-10 Thread sshivampp
r")) -- View this message in context: http://camel.465427.n5.nabble.com/Intermittent-issue-Camel-FTP-GenericFileOperationFailedException-Error-writing-file-tp5795212p5795227.html Sent from the Camel - Users mailing list archive at Nabble.com.

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

2017-03-10 Thread Claus Ibsen
irectory to source > directory. > > Can in any way Rollback strategy simplify my work here ? > > Please suggest. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Intermittent-issue-Camel-FTP-GenericFileOperationFailedExcept

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

2017-03-09 Thread sshivampp
27.n5.nabble.com/Intermittent-issue-Camel-FTP-GenericFileOperationFailedException-Error-writing-file-tp5795212p5795222.html Sent from the Camel - Users mailing list archive at Nabble.com.

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

2017-03-09 Thread Claus Ibsen
gt; View this message in context: > http://camel.465427.n5.nabble.com/Intermittent-issue-Camel-FTP-GenericFileOperationFailedException-Error-writing-file-tp5795212.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

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

2017-03-09 Thread sshiampp
it is fixed in later versions but I have a large setup and we'll have to re-test every component for impact analysis. Anyone having any info on this issue ? -- View this message in context: http://camel.465427.n5.nabble.com/Intermittent-issue-Camel-FTP-GenericFileOperationFailedException-Err

Re: Is GenericFileOperationFailedException handled differently than other exceptions?

2016-10-31 Thread Klaus Johansen
--- [test/] o.a.camel.processor.DeadLetterChannel: Failure processor FatalFallbackErrorHandler[sendTo(Endpoint[direct://exhausted] InOnly)] is processing Exchange: Exchange[ID-HOSTNAME-50073-1477906450300-0-1] Regards, Klaus -- View this message in context: http://camel.465427.n5.nabble.com/Is-GenericFileOperationFailedException-handled-differently-than-other-exceptions-tp5789339p5789513.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Is GenericFileOperationFailedException handled differently than other exceptions?

2016-10-28 Thread Klaus Johansen
Hi again, Let me rephrase: My problem is that GenericFileOperationFailedException goes directly to the dead letter channel and and completely bypass redelivery. I don't have any onException statements which reset maximumRedeliveries to 0. Is this excepted behavior? (In my earlier p

Re: Is GenericFileOperationFailedException handled differently than other exceptions?

2016-10-27 Thread John Taylor
th consumer and producer in the > same controlled way. > > Recently we had several situations with FTP error code 150 (e.g. socket > timeouts) which ends up in an org.apache.camel.component.file. > GenericFileOperationFailedException. > > Similar if the FTP server replies with &q

Is GenericFileOperationFailedException handled differently than other exceptions?

2016-10-27 Thread Klaus Johansen
tions with FTP error code 150 (e.g. socket timeouts) which ends up in an org.apache.camel.component.file. GenericFileOperationFailedException. Similar if the FTP server replies with "550 File not found, access denied." it resu

Re: GenericFileOperationFailedException - 'Cannot rename file' on Linux

2016-09-18 Thread Shiraz.Iskenderian
I ended up NOT using Camel consumerTemplate. Instead used a custom approach of reading files from a remote ftp server. Quicker, reliable and allows the option of specifying absolute paths! -- View this message in context: http://camel.465427.n5.nabble.com/GenericFileOperationFailedException

Re: GenericFileOperationFailedException - 'Cannot rename file' on Linux

2016-09-07 Thread Shiraz.Iskenderian
. -- View this message in context: http://camel.465427.n5.nabble.com/GenericFileOperationFailedException-Cannot-rename-file-on-Linux-tp5787225p5787338.html Sent from the Camel - Users mailing list archive at Nabble.com.

GenericFileOperationFailedException - 'Cannot rename file' on Linux

2016-09-05 Thread Shiraz.Iskenderian
hanks in advance, Shiraz Iskenderian Melbourne, Australia -- View this message in context: http://camel.465427.n5.nabble.com/GenericFileOperationFailedException-Cannot-rename-file-on-Linux-tp5787225.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel SFTP,quartz2 component gives:Cannot retrieve file :caused by GenericFileOperationFailedException,when polling multiple files from sftp

2016-04-23 Thread nikhilesh
Hans, I tired to change my camel version to 2.16.3, but that did not fix my issue, in fact my camel route stopped polling the files itself. (In my intiual scenario I did not encounter FileNotFoundException but GenericFileOperationFailedException which is caused by IOExcepton : streams or

Re: Camel SFTP,quartz2 component gives:Cannot retrieve file :caused by GenericFileOperationFailedException,when polling multiple files from sftp

2016-04-23 Thread nikhilesh
Hans, I tired to change my camel version to 2.16.3, but that did not fix my issue, in fact my camel route stopped picking the files. (And I'm not even getting the FileNotFoundException but getting the GenericFileOperationFailedException which is caused by IOExcepton : streams or Pipe

Re: Camel SFTP,quartz2 component gives:Cannot retrieve file :caused by GenericFileOperationFailedException,when polling multiple files from sftp

2016-04-23 Thread Hans Orbaan
2016 21:56 Aan: users@camel.apache.org Onderwerp: Camel SFTP,quartz2 component gives:Cannot retrieve file :caused by GenericFileOperationFailedException,when polling multiple files from sftp *I'm trying to poll files from sftp location using the below camel route and using quartz2 scheduler,

Camel SFTP,quartz2 component gives:Cannot retrieve file :caused by GenericFileOperationFailedException,when polling multiple files from sftp

2016-04-22 Thread nikhilesh
*I'm trying to poll files from sftp location using the below camel route and using quartz2 scheduler, after polling couple of files i'm getting a GenricFileOpertaionFailedException caused by java.io.IOException: Pipe closed* JaxbDataFormat dataFormat = new JaxbDataFormat(); dataFormat.setContext(J

RE: sftp -> seda yields GenericFileOperationFailedException during GenericFileOnCompletion move processing

2015-06-18 Thread GegeFR
works perfectly, no more exceptions. So I have now my workaround ... Is someone able to elaborate a proper fix with only the necessary and smart synchronisations ? -- View this message in context: http://camel.465427.n5.nabble.com/sftp-seda-yields-GenericFileOperationFailedException-during-Gen

RE: sftp -> seda yields GenericFileOperationFailedException during GenericFileOnCompletion move processing

2015-06-18 Thread Sven Nold
@ericsson.com] Sent: Thursday, June 18, 2015 10:08 AM To: users@camel.apache.org Subject: Re: sftp -> seda yields GenericFileOperationFailedException during GenericFileOnCompletion move processing Hi, I'm digging this up but 5 years later I'm meeting the exact same issue. sftp

Re: sftp -> seda yields GenericFileOperationFailedException during GenericFileOnCompletion move processing

2015-06-18 Thread GegeFR
sftp-seda-yields-GenericFileOperationFailedException-during-GenericFileOnCompletion-move-processing-tp2905598p5768349.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: readLock=fileLock causes GenericFileOperationFailedException on Windows

2014-07-21 Thread kavita961
-GenericFileOperationFailedException-on-Windows-tp5739402p5754168.html Sent from the Camel - Users mailing list archive at Nabble.com.

GenericFileOperationFailedException at FTP2 route with local work directory

2013-11-04 Thread Jakub Bubin
;/. When localWorkDirectory is not used, everything okay, and both scenarios succeed. When I'm using localWorkDirectory (for performance issues I need use it) both scenarios fail. In the first one the GenericFileOperationFailedException is thrown (on the one of two defined endpoints with mess

Re: GenericFileOperationFailedException for file deletion

2013-09-15 Thread Mariusz
Hi Claus, I have created JIRA: https://issues.apache.org/jira/browse/CAMEL-6750 -- View this message in context: http://camel.465427.n5.nabble.com/GenericFileOperationFailedException-for-file-deletion-tp5739382p5739412.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: GenericFileOperationFailedException for file deletion

2013-09-15 Thread Claus Ibsen
s that it is not possible to delete file when LockFile is aquired. I > see in code that in GenericFileDeleteProcessStrategy class file deletion is > before: exclusiveReadLockStrategy.releaseExclusiveReadLock(operations, > file, > exchange); > > Thanks, > Mariusz > > > > --

Re: readLock=fileLock causes GenericFileOperationFailedException on Windows

2013-09-15 Thread Claus Ibsen
> > It is not working for 2.12.0, 2.11.1. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/readLock-fileLock-causes-GenericFileOperationFailedException-on-Windows-tp5739402.html > Sent from the Camel - Users mailing list archive at Nabble.co

readLock=fileLock causes GenericFileOperationFailedException on Windows

2013-09-15 Thread Mariusz
for 2.12.0, 2.11.1. -- View this message in context: http://camel.465427.n5.nabble.com/readLock-fileLock-causes-GenericFileOperationFailedException-on-Windows-tp5739402.html Sent from the Camel - Users mailing list archive at Nabble.com.

GenericFileOperationFailedException for file deletion

2013-09-14 Thread Mariusz
.465427.n5.nabble.com/GenericFileOperationFailedException-for-file-deletion-tp5739382.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Endless GenericFileOperationFailedException: Cannot Change Directory to:

2012-12-20 Thread 33dennis
certain times of the day (hence quartz) and then ensure that one file is processed before the other? -- View this message in context: http://camel.465427.n5.nabble.com/Endless-GenericFileOperationFailedException-Cannot-Change-Directory-to-tp5724406p5724464.html Sent from the Camel - Users

Re: Endless GenericFileOperationFailedException: Cannot Change Directory to:

2012-12-19 Thread Willem jiang
e can login fine. > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Endless-GenericFileOperationFailedException-Cannot-Change-Directory-to-tp5724406.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).

Endless GenericFileOperationFailedException: Cannot Change Directory to:

2012-12-19 Thread 33dennis
login fine. -- View this message in context: http://camel.465427.n5.nabble.com/Endless-GenericFileOperationFailedException-Cannot-Change-Directory-to-tp5724406.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: File2 component GenericFileOperationFailedException Question

2012-09-21 Thread Claus Ibsen
command : > 'cp Example_file_5MB.txt /fullFileSystem/Example_file_5MB.txt' > cp: writing `/fullFileSystem/Example_file_5MB.txt': No space left on device > > However, when I do this with File2 Component and a Camel Route with error > Handler, the cont

Re: File2 Component's GenericFileOperationFailedException and its code attribute

2012-09-11 Thread Claus Ibsen
it to an application level error code and send it to a client of my > application in a JMS response message. > > I initially thought that the system error code would be reflected in the > facade exception GenericFileOperationFailedException. This doesn't appear > to be the case. Is th

File2 Component's GenericFileOperationFailedException and its code attribute

2012-09-11 Thread John Lee
to an application level error code and send it to a client of my application in a JMS response message. I initially thought that the system error code would be reflected in the facade exception GenericFileOperationFailedException. This doesn't appear to be the case. Is this assertion correc

Re: [PROBLEM] GenericFileOperationFailedException: Cannot rename file

2011-11-22 Thread cherry
/PROBLEM-GenericFileOperationFailedException-Cannot-rename-file-tp3409728p5014432.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: [PROBLEM] GenericFileOperationFailedException: Cannot rename file

2011-03-07 Thread Grolubao
to move to a failed folder if there is an exception on the service? Thanks again! -- View this message in context: http://camel.465427.n5.nabble.com/PROBLEM-GenericFileOperationFailedException-Cannot-rename-file-tp3409728p3412507.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: [PROBLEM] GenericFileOperationFailedException: Cannot rename file

2011-03-06 Thread Willem.Jiang
OBLEM-GenericFileOperationFailedException-Cannot-rename-file-tp3409728p3411973.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: GenericFileOperationFailedException

2010-10-15 Thread Bruno Dusausoy
On Fri, 15 Oct 2010 14:56:49 +0200, Bruno Dusausoy wrote: [...] I've just looked more carefully at the documentation and used the "?move=" attribute. It works. Sorry for the noise. Regards. -- Bruno Dusausoy YP5 Software -- Pensez environnement : limitez l'impression de ce mail. Please don't

GenericFileOperationFailedException

2010-10-15 Thread Bruno Dusausoy
Hi, I'm using Camel 2.4.0 on Windows. I have a simple route which takes a file from fs and add it as attachment to an email : from("file:c:\\post?fileName=input.csv") .process(new Processor() { public void process(Exchange exchange) throws Exception { M

sftp -> seda yields GenericFileOperationFailedException during GenericFileOnCompletion move processing

2010-09-28 Thread Lorrin Nelson
Is there a reason that an sftp->seda route would fail? In both examples below, uri is like "sftp://t...@host/mult?include=.*.log&move=.done&password=** This works as expected: from(uri).to("direct:foobar"); from("direct:foobar").log("${body}"); But this fails. It does log the