Hi,
I have the same problem. What is the issue please?
Thank you
--
View this message in context:
http://camel.465427.n5.nabble.com/multipart-alternative-mail-not-recognized-tp4551261p5750946.html
Sent from the Camel - Users mailing list archive at Nabble.com.
I have created the JIRA for this issue.
https://issues.apache.org/jira/browse/CAMEL-7376
--
View this message in context:
http://camel.465427.n5.nabble.com/Java-heap-space-with-FILE-producer-and-larges-files-tp5749845p5750353.html
Sent from the Camel - Users mailing list archive at Nabble.com
I implemented my own tracer formatter but I have the same problem:
Tracer tracer = new Tracer();
tracer.setFormatter(new CustomMessageFormatter());
public class CustomMessageFormatter implements TraceFormatter {
@Override
public Object format(TraceInterceptor interceptor,
ProcessorDe
You're right.
The problem is when I do:
tracer.setDestinationUri("direct:traced");
this.from("direct:traced")
.to("file://");
How can I resolve the problem please?
--
View this message in context:
http://camel.465427.n5.nabble.com/Java-heap-space-with-FILE-producer-and-larges-files-tp5
Thank you for your response.
But I have the same problem but somewhere and I don't find that is causing.
The trace is:
Error during type conversion from type:
org.apache.camel.component.file.Generi
cFile to the required type: java.lang.String with value GenericFile[...] due
java.lang.OutOfMemoryE
Hi
The problem is when I do on the large files:
- exchange.getIn().getBody(InputStream.class)
- exchange.getIn().getBody(String.class)
...
So, how can I resolve this problem?
--
View this message in context:
http://camel.465427.n5.nabble.com/Java-heap-space-with-FILE-producer-and-larges-fil
I found my problem: https://issues.apache.org/jira/browse/CAMEL-5172
So with 2.6.0, I didn't see exception but null.
I want to use the old behavior. So I implemented TypeConverter and custom
genericFileToString with the old behavior. My converter return null but
after org.apache.camel.component.fi
Thank you for your response.
I don't see the differences in GenricFileConverter and IOConverter source
class between 2.10.2 and 2.13.0.
What are the differences between 2.10.2 and 2.13.0 that will resolve the
problem?
--
View this message in context:
http://camel.465427.n5.nabble.com/Java-h
Hi,
Since I upgraded Camel 2.6.0 to 2.10.2, the move large files fail using FILE
producer past a certain size (over 200mo). The Camel error is during convert
the body GenericFile to String.
Failed delivery
org.apache.camel.TypeConversionException: Error during type conversion from
type: org.apach