Seems likely to be a problem with the FTP server. You can use a free software like Filezilla to try to manually download the file to see that the server works correctly and also browse the FTP server.
On Fri, Jul 22, 2016 at 12:08 PM, Michele [via Camel] < [email protected]> wrote: > Hi everyone, > > I have these routes (Read several file from FTP folder and process each of > them) > > <route id="RemoteFileDownloader"> > <from > uri="ftp://username@host?password=xxxxx&readLock=changed&delete=true&&passiveMode=true" > /> > <to uri="file:inbox?doneFileName=${file:name}.done" /> > </route> > > <route id="LocalFileReader"> > <from uri="file:inbox?doneFileName=${file:name}.done" /> > > <to uri="activemq:queue:processed" /> > </route> > > After several successful processing, I see in log this exception: > org.apache.camel.component.file.GenericFileOperationFailedException: File > operation failed: 227 Entering Passive Mode Too many open files (Attacched > log filelog.txt <http://camel.465427.n5.nabble.com/file/n5785356/log.txt>) > > > Any idea? > > Thanks in advance > > Best Regards > > Michele > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://camel.465427.n5.nabble.com/FTP-Consumer-Issue-File-operation-failed-227-tp5785356.html > To start a new topic under Camel - Users, email > [email protected] > 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/FTP-Consumer-Issue-File-operation-failed-227-tp5785356p5785357.html Sent from the Camel - Users mailing list archive at Nabble.com.
