[JIRA] (JENKINS-15778) SVN Options Failure after upgrading Jenkins

2012-12-21 Thread jenk...@mockies.de (JIRA)














































Christoph VogtlÃĪnder
 commented on  JENKINS-15778


SVN Options Failure after upgrading Jenkins















I was able to solve this problem by adding the option '-Dsvnkit.http.sslProtocols="SSLv3"' to the jenkins start parameters. See http://stackoverflow.com/questions/12625614/jenkins-not-able-to-use-svn-credentials-or-download-new-plugins-new-versions



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






Re: [JIRA] (JENKINS-15778) SVN Options Failure after upgrading Jenkins

2012-11-15 Thread mrtobias
hello,

Have you seen these and do they help resolve your issue please?

http://issues.tmatesoft.com/issue/SVNKIT-176

http://trumaze.blogspot.com/2012/09/eclipse-svn-badrecordmac.html

thanks mike tobias



--
View this message in context: 
http://jenkins.361315.n4.nabble.com/JIRA-JENKINS-15778-SVN-Options-Failure-after-upgrading-Jenkins-tp4645589p4646284.html
Sent from the Jenkins issues mailing list archive at Nabble.com.


[JIRA] (JENKINS-15778) SVN Options Failure after upgrading Jenkins

2012-11-08 Thread anthonypritch...@gmail.com (JIRA)














































Tony Pritchett
 created  JENKINS-15778


SVN Options Failure after upgrading Jenkins















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


subversion



Created:


08/Nov/12 6:11 PM



Description:


I recently updated our installation of Jenkins from 1.466 to 1.489. After the upgrade I noticed that every job in Jenkins is not properly pulling data from subversion. Upon going to the configuration page of one of the projects, it said:

Unable to access https://svndomain/svn/repositoryurl : svn: E175002: OPTIONS /svn/repositoryurl failed (show details)
(Maybe you need to enter credential?)
Upon clicking "credentials" and using "username/password credentials" (with the proper username / password) it gives the following:

FAILED: svn: E175002: OPTIONS /svn/repositoryurl failed
org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS /svn/repositoryurl failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:304)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:289)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:277)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:696)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:619)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:103)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1018)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.testConnection(DAVRepository.java:99)
	at hudson.scm.SubversionSCM$DescriptorImpl.postCredential(SubversionSCM.java:1978)
	at hudson.scm.SubversionSCM$DescriptorImpl.doPostCredential(SubversionSCM.java:1923)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:573)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:658)
	at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:573)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:658)
	at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:573)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:658)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:487)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:164)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
	at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
	at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
	at