« Return to Thread: Mule FTP polling dies silently

RE: Mule FTP polling dies silently

by Glenn Murray :: Rate this Message:

Reply to Author | View in Thread

Hi,

Thanks for the reply.  It is important that the application start and continue running even if some
of the FTP endpoints fail.  My understanding is that the connection-strategy I am using will
allow that---if I am incorrect, please let me know!  

It is also my understanding that I am not "polling twice", but that I am retrying failed connections
every 600000ms (10min) and polling every 60000ms (1min).  Again, please correct me if I am wrong.

Thanks again,
Glenn


antoine.borg wrote:
Hi,

Not sure if this will help but ...

If receiver.5 (or any other receiver) does not re-appear in the logs, I
would suspect a threading issue as this suggests that a thread is
lost/closed/disappears.  My first suggestion would be to change that
doThreading attribute. One reason for using it is to allow Mule to start
even if the connector hasn't which may not be a problem in your situation
(is it?).

Also, why do you set the polling frequency on both the connector and the
endpoint?

Regards


Antoine Borg, Senior Consultant | Tel: +32 28 504 696
ricston Ltd., BP 2, 1180 Uccle, Brussels, BELGIUM
email: antoine.borg@ricston.com | blog: blog.ricston.com | web: ricston.com

 « Return to Thread: Mule FTP polling dies silently