Hello,

obviously, you have to provide credentials (i.e. username/password) to be 
authenticated by your subversion server.

In Jenkins this is done in the project settings, just where you enter the 
SVN URL.

Regards,
Andreas

Am Donnerstag, 21. Februar 2013 08:05:20 UTC+1 schrieb Basavaraj Kolli:
>
> Hi,
>
> I am facing issue where SVN checkout is failing on all slave servers.I 
> tried entering credentials manually but it not helping.
> Following is the error.Please let me know how to resolve this.
>
> ERROR: Subversion checkout has been canceledhudson.util.IOException2 
> <http://stacktrace.jenkins-ci.org/search?query=hudson.util.IOException2>: 
> remote file operation failed: 
> D:\apps\jenkinsslave\workspace\QAAuto_DownDeploy_QAAT1APP1B at 
> hudson.remoting.Channel@3525a2:QAAT1APP1B
>       at hudson.FilePath.act(FilePath.java:848) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.act&entity=method>
>       at hudson.FilePath.act(FilePath.java:825) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.act&entity=method>
>       at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:743) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SubversionSCM.checkout&entity=method>
>       at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:685) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SubversionSCM.checkout&entity=method>
>       at hudson.model.AbstractProject.checkout(AbstractProject.java:1325) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractProject.checkout&entity=method>
>       at 
> hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:682)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout&entity=method>
>       at 
> jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) 
> <http://stacktrace.jenkins-ci.org/search/?query=jenkins.scm.SCMCheckoutStrategy.checkout&entity=method>
>       at 
> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:587) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method>
>       at hudson.model.Run.execute(Run.java:1543) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method>
>       at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method>
>       at hudson.model.ResourceController.execute(ResourceController.java:88) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method>
>       at hudson.model.Executor.run(Executor.java:236) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method>
> Caused by: java.io.InterruptedIOException 
> <http://stacktrace.jenkins-ci.org/search?query=java.io.InterruptedIOException>
>       at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:776) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SubversionSCM$CheckOutTask.invoke&entity=method>
>       at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SubversionSCM$CheckOutTask.invoke&entity=method>
>       at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2309) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath$FileCallableWrapper.call&entity=method>
>       at hudson.remoting.UserRequest.perform(UserRequest.java:118) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.UserRequest.perform&entity=method>
>       at hudson.remoting.UserRequest.perform(UserRequest.java:48) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.UserRequest.perform&entity=method>
>       at hudson.remoting.Request$2.run(Request.java:326) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Request$2.run&entity=method>
>       at 
> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.InterceptingExecutorService$1.call&entity=method>
>       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:58)
>       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: svn: OPTIONS 
> /svn/gtnexus/users/BLR/bhuvana/DeploymentScripts/scripts failed
>       at 
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:294)
>       at 
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:283)
>       at 
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:271)
>       at 
> org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:533)
>       at 
> org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
>       at 
> org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1011)
>       at 
> org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:180)
>       at 
> org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
>       at 
> org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:876)
>       at 
> org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
>       at 
> org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:901)
>       at 
> hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:84)
>       ... 15 more
> 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)
>       at 
> org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getFirstAuthentication(DefaultSVNAuthenticationManager.java:181)
>       at 
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:581)
>       at 
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:292)
>       ... 26 more
> 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)
>       ... 31 more
> Finished: FAILURE
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to