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 file log.txt <http://camel.465427.n5.nabble.com/file/n5785356/log.txt> 
)

Any idea?

Thanks in advance

Best Regards

Michele



--
View this message in context: 
http://camel.465427.n5.nabble.com/FTP-Consumer-Issue-File-operation-failed-227-tp5785356.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to