Hi

Its best to use @user mailing list for questions about Camel and to
discuss issues. There is a lot more people signed up for that mailing
list than this @dev.

So can you post your problem in the @user instead.

And double check your code, that you close any resources you may have
obtained from the File, as Windows OS will not delete any files if
Java have any resources to it. This is a common problem, and therefore
double check you code.

Just a couple of days ago there was the same problem on the @user. So
you can use nabble/google to find that conversation.

On Tue, Jul 26, 2011 at 11:45 AM, muthukumar_se
<muthukumar...@hotmail.com> wrote:
> Environment:
> Windows XP, JDK 1.6
> Camel Ver: 2.7.2, 2.8
>
> 10:20:30.780 [a://tr_inward_fp] DeleteWorkFile DEBUG Error in processing the
> file; going to delete the work
> file
> 10:20:30.780 [a://tr_inward_fp] GenericFileOnCompletion WARN Rollback file
> strategy: org.apache.camel.component.fil
> e.strategy.GenericFileRenameProcessStrategy@1bfaf97 for file:
> GenericFile[..\inprogress\sam1.csv]
> 10:20:30.780 [a://tr_inward_fp] FileUtil DEBUG Retrying attempt 1 to rename
> file from: data\
> \in\..\inprogress\sam1.csv to: data\in\..\inprogress\..\error\sam1.csv
> 10:20:31.796 [a://tr_inward_fp] FileUtil DEBUG Retrying attempt 2 to rename
> file from: data\
> \in\..\inprogress\sam1.csv to: data\in\..\inprogress\..\error\sam1.csv
> 10:20:32.796 [a://tr_inward_fp] FileUtil DEBUG Cannot rename file from:
> data\in\..\inprogre
> ss\sam1.csv to: data\in\..\inprogress\..\error\sam1.csv, will now use a
> copy/delete approach instead
> 10:20:32.796 [a://tr_inward_fp] FileUtil DEBUG Using FileChannel to copy
> from: sun.nio.ch.FileChannel
> Impl@26c3a1 to: sun.nio.ch.FileChannelImpl@f596b2
> 10:20:32.796 [a://tr_inward_fp] FileUtil DEBUG Retrying attempt 0 to delete
> file: data\in\.
> .\inprogress\sam1.csv
> 10:20:32.796 [a://tr_inward_fp] FileUtil DEBUG Retrying attempt 1 to delete
> file: data\in\.
> .\inprogress\sam1.csv
> 10:20:33.811 [a://tr_inward_fp] FileUtil DEBUG Retrying attempt 2 to delete
> file: data\in\.
> .\inprogress\sam1.csv
> 10:20:34.811 [a://tr_inward_fp] FileUtil DEBUG Tried 3 to delete file:
> data\in\..\inprogres
> s\sam1.csv with result: false
> 10:20:34.811 [a://tr_inward_fp] FileUtil WARN Renaming file from:
> data\in\..\inprogress\sa
> m1.csv to: data\in\..\inprogress\..\error\sam1.csv failed due cannot delete
> from file: data\in\..\inprogress\sam
> 1.csv after copy succeeded
> 10:20:34.811 [a://tr_inward_fp] FileUtil DEBUG Tried 3 to rename file:
> data\in\..\inprogres
> s\sam1.csv to: data\in\..\inprogress\..\error\sam1.csv with result: true
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Windows-inprogress-file-failed-due-cannot-delete-tp4634231p4634231.html
> Sent from the Camel Development mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to