[ 
https://issues.apache.org/activemq/browse/CAMEL-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55529#action_55529
 ] 

Claus Ibsen commented on CAMEL-2186:
------------------------------------

The issue is you route uses a consumer which just ignores any exceptions since 
you start a route with a timer.
When the Exchange is done and it has an exception the timer will just ignore it 
as it cannot handle exceptions.

It aught to log the exception at ERROR level in this name
org.apache.camel.component.timer

> if ftp endpoint is not writeable, the only messages you get are logged at 
> DEBUG level.
> --------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2186
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2186
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.0.0
>            Reporter: Karl Palsson
>
> Using the same project attached to CAMEL-2165, you can delete the "ftp_home" 
> directory, or simply edit user.properties to make the ftp account readonly.
> While every single write to the camel ftp endpoint will then fail, the only 
> notification of this is at DEBUG level.  In my opinion this should be at 
> least WARN

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to