Is anyone able to give me any guidance on this? I have no idea on what to try next.
On Thu, Feb 28, 2013 at 11:36 AM, Stuart Whelan < [email protected]> wrote: > From my various readings of information gleened from the net I am pretty > sure this is an authentication issue. > > I have tried selecting all the different versions of svn on the jenkins > config page. > > I have checked that entering the incorrect creds on the subversion > enterCredential page results in an error, and entering the correct creds > allows it to pass. > > We are using basic svn auth over http (on port 8080). > > The URL validation in the job config passes okay, but the job running on > the slave still throws the below exception. > > Kind of stuck now, not sure where else to go. > > > On Thu, Feb 28, 2013 at 8:52 AM, Stuart Whelan < > [email protected]> wrote: > >> Hi Folks, >> >> I have a jenkins slave running OS X running subversion. >> >> When I try and checkout or update using the the jenkins subversion plugin. >> >> I can do a checkout manually, and am running the slave as the same user >> as I did the test manual checkout. >> >> Can any suggest a next course of action? >> >> Building remotely on Mac OS Test Node >> <http://db2m0452.msohosting.local:8080/computer/Mac%20OS%20Test%20Node> in >> workspace /Users/buildmachine/jenkins/xcode >> hudson.util.IOException2: remote file operation failed: >> /Users/buildmachine/jenkins/xcode at hudson.remoting.Channel@1695eeb:Mac OS >> Test Node >> at hudson.FilePath.act(FilePath.java:861) >> at hudson.FilePath.act(FilePath.java:838) >> at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:843) >> at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:781) >> at hudson.model.AbstractProject.checkout(AbstractProject.java:1342) >> at >> hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:683) >> at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) >> at >> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:588) >> at hudson.model.Run.execute(Run.java:1568) >> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) >> at hudson.model.ResourceController.execute(ResourceController.java:88) >> at hudson.model.Executor.run(Executor.java:237) >> Caused by: java.io.IOException: Remote call on Mac OS Test Node failed >> at hudson.remoting.Channel.call(Channel.java:681) >> at hudson.FilePath.act(FilePath.java:854) >> ... 11 more >> Caused by: java.lang.NoSuchMethodError: >> org.tmatesoft.svn.core.wc.SVNBasicClient.getOperationsFactory()Lorg/tmatesoft/svn/core/wc2/SvnOperationFactory; >> at hudson.scm.SvnClientManager.wrapUp(SvnClientManager.java:46) >> at hudson.scm.SvnClientManager.getUpdateClient(SvnClientManager.java:67) >> at >> hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:71) >> at >> hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:153) >> at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:903) >> at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:884) >> at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:867) >> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348) >> at hudson.remoting.UserRequest.perform(UserRequest.java:118) >> at hudson.remoting.UserRequest.perform(UserRequest.java:48) >> at hudson.remoting.Request$2.run(Request.java:326) >> at >> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) >> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) >> at java.util.concurrent.FutureTask.run(FutureTask.java:138) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) >> at java.lang.Thread.run(Thread.java:680) >> 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.
