Can you share your code?

Also I think it would be good to have some sort of a error handler route
where you log errors. You can log these parts to get better info where
something failed.
setHeader("CamelExceptionCaught", simple("Exception Object:
${property.CamelExceptionCaught}"))
.setHeader("CamelStacktrace", simple("${exception.stacktrace}"))
.setHeader("ExceptionMessage", simple("${exception.message}"))
.setHeader("CamelFailureEndpoint",
simple("${property.CamelFailureEndpoint}"))
.setHeader("CamelFailureRouteId", simple("${property.CamelFailureRouteId}"))

On Wed, Mar 29, 2017 at 11:17 PM, Ryan T [via Camel] <
ml-node+s465427n5796719...@n5.nabble.com> wrote:

> First, thanks souciance for responding.  You seem to be the only one that
> will respond to me posts and you have been of great help.
>
> I understand that I am having a timeout because the OUT is not received in
> time.  What I am having trouble finding is what actual part or node that
> the OUT is not being received in time.  When this happens my whole job
> stops processing and does not finish.  Am I just not seeing the obvious or
> is there something I need to change in my route to be able to identify the
> actual part or node this is occurring in?
>
> Thanks
> Ryan
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/Help-diagnosing-camel-
> exception-tp5796669p5796719.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428...@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> NAML
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://camel.465427.n5.nabble.com/Help-diagnosing-camel-exception-tp5796669p5796725.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to