Jenkins on the slave needs to accept the subversion server’s key

Isn’t it something that should be defined by the master.
I kinda thought that after I connect the slave to the master I’m good to go,
Are there any additional things I need to do on the slave after connecting it?

thanks




From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of 
matthew.web...@diamond.ac.uk
Sent: יום ה 13 ספטמבר 2012 13:58
To: jenkinsci-users@googlegroups.com
Subject: RE: Failed to check out on jenkins slave

Try doing the checkout from the command line, as the Jenkins user, on the new 
slave.
My guess as to possible causes:

-          There was a problem on the server

-          Network proxy not set correctly

-          Jenkins on the slave needs to accept the subversion server’s key



From: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> 
[mailto:jenkinsci-users@googlegroups.com]<mailto:[mailto:jenkinsci-users@googlegroups.com]>
 On Behalf Of Levin, Ilya
Sent: 13 September 2012 11:47
To: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>
Subject: Failed to check out on jenkins slave

Hi,

I’m using Jenkins 1.472. I configured a slave on a different machine I had via
java web start. When I create a job for that machine the checkout fails with:



Started by user X

[EnvInject] - Loading node environment variables.

Building remotely on Y in workspace <some workspace>

Checking out a fresh workspace because there's no workspace at <some workspace>

Cleaning local Directory .

Checking out <some svn repository>

ERROR: Failed to check out <some svn repository>

org.tmatesoft.svn.core.SVNException<http://stacktrace.jenkins-ci.org/search?query=org.tmatesoft.svn.core.SVNException>:
 svn: E175002: OPTIONS <some svn repository>

         at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:304)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request&entity=method>

         at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:289)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request&entity=method>

         at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:277)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request&entity=method>

         at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:696)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest&entity=method>

         at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:619)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities&entity=method>

         at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:103)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open&entity=method>

         at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1018)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection&entity=method>

         at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:180)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision&entity=method>

         at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:117)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber&entity=method>

         at 
org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:148)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations&entity=method>

         at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:44)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor&entity=method>

         at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:710)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout&entity=method>

         at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:14)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run&entity=method>

         at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:9)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run&entity=method>

         at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run&entity=method>

         at 
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run&entity=method>

         at 
org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1221)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.wc2.SvnOperationFactory.run&entity=method>

         at 
org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:292)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.wc2.SvnOperation.run&entity=method>

         at 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:781)<http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout&entity=method>

         at 
hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:85)<http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.subversion.CheckoutUpdater$1.perform&entity=method>

         at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:144)<http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo&entity=method>

         at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:152)<http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo&entity=method>

         at 
hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:121)<http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.subversion.UpdateUpdater$TaskImpl.perform&entity=method>

         at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:144)<http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo&entity=method>

         at 
hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:789)<http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SubversionSCM$CheckOutTask.perform&entity=method>

         at 
hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:770)<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:2196)<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(FutureTask.java:303)<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask$Sync.innerRun&entity=method>

         at 
java.util.concurrent.FutureTask.run(FutureTask.java:138)<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask.run&entity=method>

         at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.runTask&entity=method>

         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.run&entity=method>

         at 
hudson.remoting.Engine$1$1.run(Engine.java:60)<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Engine$1$1.run&entity=method>



any ideas why that is?

Thanks





--

This e-mail and any attachments may contain confidential, copyright and or 
privileged material, and are for the use of the intended addressee only. If you 
are not the intended addressee or an authorised recipient of the addressee 
please notify us of receipt by returning the e-mail and do not use, copy, 
retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not 
necessarily of Diamond Light Source Ltd.
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments 
are free from viruses and we cannot accept liability for any damage which you 
may sustain as a result of software viruses which may be transmitted in or with 
the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and 
Wales with its registered office at Diamond House, Harwell Science and 
Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom


Reply via email to