Hi All,
I am configuring a master slave configuration on my machine.
Master is a Linux Machine and slave is a Windows XP machine.
I have given a MS BUILD job to this master but when I run the Job it
is not checking out the project.
I am launching slave with java web start

Getting this error while checking out- (I am able to checkout and run
other linux project on my master, So svn authentication are fine)

ERROR: Subversion checkout has been canceled
hudson.util.IOException2: remote file operation failed: C:\jenkins
\workspace\projectname at hudson.remoting.Channel@19bb5648:XP1
        at hudson.FilePath.act(FilePath.java:828)
        at hudson.FilePath.act(FilePath.java:814)
        at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:743)
        at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:685)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:
1212)
        at hudson.model.AbstractBuild
$AbstractRunner.checkout(AbstractBuild.java:579)
        at hudson.model.AbstractBuild
$AbstractRunner.run(AbstractBuild.java:468)
        at hudson.model.Run.run(Run.java:1413)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
        at
hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:238)
Caused by: java.io.InterruptedIOException
        at hudson.scm.SubversionSCM
$CheckOutTask.invoke(SubversionSCM.java:776)
        at hudson.scm.SubversionSCM
$CheckOutTask.invoke(SubversionSCM.java:753)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:
2154)
        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:287)
        at hudson.remoting.InterceptingExecutorService
$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown
Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)
        at hudson.remoting.Engine$1$1.run(Engine.java:60)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.InterruptedException
        at hudson.scm.subversion.CheckoutUpdater
$1.perform(CheckoutUpdater.java:87)
        at hudson.scm.subversion.WorkspaceUpdater
$UpdateTask.delegateTo(WorkspaceUpdater.java:136)
        at hudson.scm.SubversionSCM
$CheckOutTask.perform(SubversionSCM.java:788)
        at hudson.scm.SubversionSCM
$CheckOutTask.invoke(SubversionSCM.java:769)
        ... 12 more
Caused by: org.tmatesoft.svn.core.SVNCancelException
Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: No
credential to try. Authentication failed
        at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java:
37)
        at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java:
32)

Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: No credential
to try. Authentication failed
        at
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:
200)
        at
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:
146)
        at
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:
89)
        ... 48 more
Finished: FAILURE

Reply via email to