java - SVN checkout not working for Jenkins? -


i installed jenkins mac-osx , when try put svn repository link following error

failed: svn: e175002: options /prime_source_code/branches/prime_source_code/prime_java_api/primecoreservices failed org.tmatesoft.svn.core.svnexception: svn: e175002: options /prime_source_code/branches/prime_source_code/prime_java_api/primecoreservices failed     @ org.tmatesoft.svn.core.internal.io.dav.http.httpconnection.request(httpconnection.java:379)     @ org.tmatesoft.svn.core.internal.io.dav.http.httpconnection.request(httpconnection.java:364)     @ org.tmatesoft.svn.core.internal.io.dav.http.httpconnection.request(httpconnection.java:352)     @ org.tmatesoft.svn.core.internal.io.dav.davconnection.performhttprequest(davconnection.java:708)     @ org.tmatesoft.svn.core.internal.io.dav.davconnection.exchangecapabilities(davconnection.java:628)     @ org.tmatesoft.svn.core.internal.io.dav.davconnection.open(davconnection.java:103)     @ org.tmatesoft.svn.core.internal.io.dav.davrepository.openconnection(davrepository.java:1018)     @ org.tmatesoft.svn.core.internal.io.dav.davrepository.testconnection(davrepository.java:99)     @ hudson.scm.subversionscm$descriptorimpl.postcredential(subversionscm.java:1939)     @ hudson.scm.subversionscm$descriptorimpl.dopostcredential(subversionscm.java:1884)     @ sun.reflect.nativemethodaccessorimpl.invoke0(native method)     @ sun.reflect.nativemethodaccessorimpl.invoke(nativemethodaccessorimpl.java:57)     @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:43)     @ java.lang.reflect.method.invoke(method.java:601)     @ org.kohsuke.stapler.function$instancefunction.invoke(function.java:297)     @ org.kohsuke.stapler.function.bindandinvoke(function.java:160)     @ org.kohsuke.stapler.function.bindandinvokeandserveresponse(function.java:95)     @ org.kohsuke.stapler.metaclass$1.dodispatch(metaclass.java:111)     @ org.kohsuke.stapler.namebaseddispatcher.dispatch(namebaseddispatcher.java:53)     @ org.kohsuke.stapler.stapler.tryinvoke(stapler.java:685)     @ org.kohsuke.stapler.stapler.invoke(stapler.java:799)     @ org.kohsuke.stapler.metaclass$6.dodispatch(metaclass.java:239)     @ org.kohsuke.stapler.namebaseddispatcher.dispatch(namebaseddispatcher.java:53)     @ org.kohsuke.stapler.stapler.tryinvoke(stapler.java:685)     @ org.kohsuke.stapler.stapler.invoke(stapler.java:799)     @ org.kohsuke.stapler.metaclass$6.dodispatch(metaclass.java:239)     @ org.kohsuke.stapler.namebaseddispatcher.dispatch(namebaseddispatcher.java:53)     @ org.kohsuke.stapler.stapler.tryinvoke(stapler.java:685)     @ org.kohsuke.stapler.stapler.invoke(stapler.java:799)     @ org.kohsuke.stapler.stapler.invoke(stapler.java:587)     @ org.kohsuke.stapler.stapler.service(stapler.java:218)     @ javax.servlet.http.httpservlet.service(httpservlet.java:45)     @ winstone.servletconfiguration.execute(servletconfiguration.java:248)     @ winstone.requestdispatcher.forward(requestdispatcher.java:333)     @ winstone.requestdispatcher.dofilter(requestdispatcher.java:376)     @ hudson.util.pluginservletfilter$1.dofilter(pluginservletfilter.java:96)     @ hudson.util.pluginservletfilter.dofilter(pluginservletfilter.java:88)     @ winstone.filterconfiguration.execute(filterconfiguration.java:194)     @ winstone.requestdispatcher.dofilter(requestdispatcher.java:366)     @ hudson.security.csrf.crumbfilter.dofilter(crumbfilter.java:48)     @ winstone.filterconfiguration.execute(filterconfiguration.java:194)     @ winstone.requestdispatcher.dofilter(requestdispatcher.java:366)     @ hudson.security.chainedservletfilter$1.dofilter(chainedservletfilter.java:84)     @ hudson.security.chainedservletfilter.dofilter(chainedservletfilter.java:76)     @ hudson.security.hudsonfilter.dofilter(hudsonfilter.java:164)     @ winstone.filterconfiguration.execute(filterconfiguration.java:194)     @ winstone.requestdispatcher.dofilter(requestdispatcher.java:366)     @ org.kohsuke.stapler.compression.compressionfilter.dofilter(compressionfilter.java:46)     @ winstone.filterconfiguration.execute(filterconfiguration.java:194)     @ winstone.requestdispatcher.dofilter(requestdispatcher.java:366)     @ hudson.util.characterencodingfilter.dofilter(characterencodingfilter.java:81)     @ winstone.filterconfiguration.execute(filterconfiguration.java:194)     @ winstone.requestdispatcher.dofilter(requestdispatcher.java:366)     @ winstone.requestdispatcher.forward(requestdispatcher.java:331)     @ winstone.requesthandlerthread.processrequest(requesthandlerthread.java:227)     @ winstone.requesthandlerthread.run(requesthandlerthread.java:150)     @ java.util.concurrent.executors$runnableadapter.call(executors.java:471)     @ java.util.concurrent.futuretask$sync.innerrun(futuretask.java:334)     @ java.util.concurrent.futuretask.run(futuretask.java:166)     @ winstone.boundedexecutorservice$1.run(boundedexecutorservice.java:77)     @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1145)     @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor.java:615)     @ java.lang.thread.run(thread.java:722) caused by: svn: e175002: options /prime_source_code/branches/prime_source_code/prime_java_api/primecoreservices failed     @ org.tmatesoft.svn.core.svnerrormessage.create(svnerrormessage.java:208)     @ org.tmatesoft.svn.core.svnerrormessage.create(svnerrormessage.java:154)     @ org.tmatesoft.svn.core.svnerrormessage.create(svnerrormessage.java:97)     ... 63 more caused by: org.tmatesoft.svn.core.svnauthenticationexception: svn: e170001: options request failed on '/prime_source_code/branches/prime_source_code/prime_java_api/primecoreservices' svn: e170001: http proxy authorization failed     @ org.tmatesoft.svn.core.internal.wc.svnerrormanager.error(svnerrormanager.java:62)     @ org.tmatesoft.svn.core.internal.wc.svnerrormanager.error(svnerrormanager.java:51)     @ org.tmatesoft.svn.core.internal.io.dav.http.httpconnection._request(httpconnection.java:748)     @ org.tmatesoft.svn.core.internal.io.dav.http.httpconnection.request(httpconnection.java:373)     ... 62 more caused by: svn: e170001: http proxy authorization failed     @ org.tmatesoft.svn.core.svnerrormessage.create(svnerrormessage.java:208)     @ org.tmatesoft.svn.core.svnerrormessage.create(svnerrormessage.java:154)     @ org.tmatesoft.svn.core.svnerrormessage.create(svnerrormessage.java:97)     @ org.tmatesoft.svn.core.internal.io.dav.http.httpconnection._request(httpconnection.java:568)     ... 63 more 

the above error not allowing me move ahead , not able understand how proceed.

please help.

i had same issue , in order solve need remove ~/.subversion folder , checkout repo locally jenkins can load svn cached credentials. can see better explanation reading answer similar question jenkins cannot acces svn (https://)


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -