That's probably it. We've had some network changes which have narrowed our bandwith, 
which in turn slows the builds. I think they are stepping on each others tails so to 
speak.
Thanks
Rob McKenna 

-----Original Message-----
From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 06, 2004 2:34 PM
To: Ant Users List
Subject: Re: p4sync error


I think that the reason is that the file that <p4sync/> attempts to sync is
locked by another process. Example, someone has opened the file with
UltraEdit or with TextPad. Try to find the culprit using for instance
procexp.exe from sysinternals if you are working on Windows.

The same error would happen if you tried to sync the same file with p4win or
with p4.exe directly (the latter is used by ant).

Cheers,

Antoine

> I'm having an intermittent problem during our nightly builds in which the
> p4sync task fails on a file renaming error. I'm not convinced that it has
> anything to do with Ant but it may. Has anyone seen it and if so what was
> the resolution?
> 
> Thanks
> Rob McKenna
>  
> error: File rename() failed after 10 attempts.
>       at
>
org.apache.tools.ant.taskdefs.optional.perforce.P4HandlerAdapter$Reader.run(P4HandlerAdapter.java:141)
>       at java.lang.Thread.run(Thread.java:484)
> --- Nested Exception ---
> error: File rename() failed after 10 attempts.
>       at
>
org.apache.tools.ant.taskdefs.optional.perforce.SimpleP4OutputHandler.process(SimpleP4OutputHandler.java:89)
>       at
>
org.apache.tools.ant.taskdefs.optional.perforce.P4HandlerAdapter$Reader.run(P4HandlerAdapter.java:136)
>       at java.lang.Thread.run(Thread.java:484)
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to