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.
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
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.
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
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
--- [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.
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
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
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
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
.
--
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.
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.
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
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
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,
*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
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
@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
sftp-seda-yields-GenericFileOperationFailedException-during-GenericFileOnCompletion-move-processing-tp2905598p5768349.html
Sent from the Camel - Users mailing list archive at Nabble.com.
-GenericFileOperationFailedException-on-Windows-tp5739402p5754168.html
Sent from the Camel - Users mailing list archive at Nabble.com.
;/.
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
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.
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
>
>
>
> --
>
> 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
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.
.465427.n5.nabble.com/GenericFileOperationFailedException-for-file-deletion-tp5739382.html
Sent from the Camel - Users mailing list archive at Nabble.com.
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
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).
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.
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
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
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
/PROBLEM-GenericFileOperationFailedException-Cannot-rename-file-tp3409728p5014432.html
Sent from the Camel - Users mailing list archive at Nabble.com.
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.
OBLEM-GenericFileOperationFailedException-Cannot-rename-file-tp3409728p3411973.html
Sent from the Camel - Users mailing list archive at Nabble.com.
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
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
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
38 matches
Mail list logo