I didn't keep the log but it's a normal NoClassDefFoundError with clear stack trace. It indicated the line in my processor which caused the error. The route is quite simple like this:
from(REQUEST_QUEUE).process(processor1).process(processor2).process(processor3).to(COMPLETE_QUEUE)
The error occurs in processor3.process().

于 2014/1/29 14:58, Claus Ibsen 写道:
Hi

And what does the stacktrace looks like when you use try .. catch?
And what does your route look like?




Reply via email to