Re: Processing large files in Camel

2015-06-04 Thread Malolan raman
Hi Claus, I am facing a similar kind of an issue while trying to consume larger files in my application. The parameters i have set for consuming the file is delete=true&readLock=changed&readLockCheckInterval=5000&recursive=true&flatten=true&delay=1 Untill Linux version 5.7 when ever a file

Re: Processing large files in Camel

2012-09-17 Thread gramanero
Hi Claus, Thank you for the response. After someone hijacked my thread I deleted my postings as I figured no one would respond. Plus, I figured out the problem. You actually touched on the issue I discovered. When I send the message to AMQ you are correct in that the entire file content was being

Re: Processing large files in Camel

2012-09-14 Thread Claus Ibsen
Hi I suggest to take a moment to look more at the docs http://camel.apache.org/file2 For example on that link there is a red box on top that talks about the issue of reading files which are currently being written by another process. There is a number of options you can configure to chose among.

Re: Processing large files in Camel

2012-09-14 Thread gramanero
I found this in the log as it relates to the issue with the .camelLock file. Looks like there is a java.lang.NullPointerException being thrown. No clue as to why this is happening though. Fri Sep 14 2012 12:43:21 GMT-0400 (Eastern Daylight Time) ERROR Failed delivery for exchangeId: ID-WM

Re: Processing large files in Camel

2012-09-14 Thread gramanero
Sorry, once more piece of information...the appearing and disappearing of the .camelLock file is continuous. It never stops unless I stop the route. Also, I am running on Windows 7 O.S. -- View this message in context: http://camel.465427.n5.nabble.com/Processing-large-files-in-Camel-tp5719376p