JIRA Subversion Plugin Throws "HTTP proxy authorization failed" error

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

  1. JIRA can't connect to Subversion Repository.

The following appears in the atlassian-jira.log:

2010-10-25 12:05:41,750 JiraQuartzScheduler_Worker-1 ERROR ServiceRunner    Subversion Revision Indexing Service [plugin.ext.subversion.SubversionManagerImpl] Connection to Subversion repository http://sample.svn.repo/svn/sample failed: org.tmatesoft.svn.core.SVNAuthenticationException: svn: HTTP proxy authorization failed
org.tmatesoft.svn.core.SVNAuthenticationException: svn: HTTP proxy authorization failed
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:62)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)

 

Cause

Connection failure because of the proxy configuration between JIRA and Subversion Repository.

Unable to render {include} The included page could not be found.

Workaround

Bypass the proxy to allow JIRA connecting directly to the Subversion Repository using the the -Dhttp.nonProxyHosts parameter in the JIRA startup option

Example:

-Dhttp.nonProxyHosts="sample.svn.repo"

 

OR

 

Provide the credential for the proxy

-Dhttp.proxyHost=proxy_URL
-Dhttp.proxyPort=proxy_port
-Dhttp.proxyUser=someUserName
-Dhttp.proxyPassword=somePassword

 

 

 

 

 

 

 

 

Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.