Hi Willem, Thanks for your response. I can tell that it is using the StreamCache and even applied the setting in the context, but it is still failing. I added more of the debug output to hopefully shed some more light on the problem. I am a camel newbie, so there is a good chance that this is user error.
*Additional Debug Logs:* 06:18:46.315 [Camel (ArdisSystem) thread #0 - file:///Users/dev/data/input/actor] DEBUG o.a.c.component.file.FileConsumer - About to process file: GenericFile[/Users/dev/data/input/actor/BackgroundFull.txt] using exchange: Exchange[BackgroundFull.txt] 06:18:46.324 [Camel (ArdisSystem) thread #0 - file:///Users/dev/data/input/actor] DEBUG o.a.c.c.file.GenericFileConverter - Read file /Users/dev/data/input/actor/BackgroundFull.txt (no charset) 06:18:46.335 [Camel (ArdisSystem) thread #0 - file:///Users/dev/data/input/actor] DEBUG o.a.camel.processor.SendProcessor - >>>> Endpoint[akka://ArdisSystem/user/$a?autoAck=true&replyTimeout=60000+milliseconds] Exchange[Message: [Body is instance of org.apache.camel.StreamCache]] 06:18:46.341 [Camel (ArdisSystem) thread #0 - file:///Users/dev/data/input/actor] DEBUG org.apache.camel.util.FileUtil - Retrying attempt 0 to delete file: /var/folders/dh/zfqvn9gn7cl6h63d3400y4zxp3xtzf/T/camel-tmp-214819/cos1926967760124850497.tmp 06:18:46.341 [Camel (ArdisSystem) thread #0 - file:///Users/dev/data/input/actor] DEBUG org.apache.camel.util.FileUtil - Tried 1 to delete file: /var/folders/dh/zfqvn9gn7cl6h63d3400y4zxp3xtzf/T/camel-tmp-214819/cos1926967760124850497.tmp with result: true 06:18:46.343 [Camel (ArdisSystem) thread #0 - file:///Users/dev/data/input/actor] DEBUG o.a.c.c.file.GenericFileOnCompletion - Done processing file: GenericFile[/Users/dev/data/input/actor/BackgroundFull.txt] using exchange: Exchange[Message: [Body is instance of org.apache.camel.StreamCache]] 06:18:46.343 [Camel (ArdisSystem) thread #0 - file:///Users/dev/data/input/actor] DEBUG org.apache.camel.util.FileUtil - Retrying attempt 0 to delete file: /Users/dev/data/input/actor/BackgroundFull.txt.camelLock 06:18:46.343 [Camel (ArdisSystem) thread #0 - file:///Users/dev/data/input/actor] DEBUG org.apache.camel.util.FileUtil - Tried 1 to delete file: /Users/dev/data/input/actor/BackgroundFull.txt.camelLock with result: true 06:18:46.344 [Camel (ArdisSystem) thread #0 - file:///Users/dev/data/input/actor] DEBUG org.apache.camel.util.FileUtil - Retrying attempt 0 to delete file: /Users/dev/data/input/actor/.camel/BackgroundFull.txt 06:18:46.344 [Camel (ArdisSystem) thread #0 - file:///Users/dev/data/input/actor] DEBUG org.apache.camel.util.FileUtil - Tried 1 to delete file: /Users/dev/data/input/actor/.camel/BackgroundFull.txt with result: true 06:18:46.344 [Camel (ArdisSystem) thread #0 - file:///Users/dev/data/input/actor] DEBUG o.a.c.c.f.s.GenericFileRenameProcessStrategy - Renaming file: GenericFile[/Users/dev/data/input/actor/BackgroundFull.txt] to: GenericFile[/Users/dev/data/input/actor/.camel/BackgroundFull.txt] 06:18:46.344 [Camel (ArdisSystem) thread #0 - file:///Users/dev/data/input/actor] DEBUG org.apache.camel.util.FileUtil - Tried 1 to rename file: /Users/dev/data/input/actor/BackgroundFull.txt to: /Users/dev/data/input/actor/.camel/BackgroundFull.txt with result: true [ERROR] [04/28/2015 06:18:46.349] [ArdisSystem-akka.actor.default-dispatcher-3] [akka://ArdisSystem/user/$a] Error during type conversion from type: org.apache.camel.converter.stream.FileInputStreamCache to the required type: java.lang.String with value org.apache.camel.converter.stream.FileInputStreamCache@39d38328 due java.io.IOException: Stream closed org.apache.camel.TypeConversionException: Error during type conversion from type: org.apache.camel.converter.stream.FileInputStreamCache to the required type: java.lang.String with value org.apache.camel.converter.stream.FileInputStreamCache@39d38328 due java.io.IOException: Stream closed -- View this message in context: http://camel.465427.n5.nabble.com/TypeConversion-Error-tp5766411p5766427.html Sent from the Camel - Users mailing list archive at Nabble.com.
