JIRA Subversion Plugin Throws "HTTP proxy authorization failed" error

プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム

この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。

*Fisheye および Crucible は除く

症状

  1. JIRA can't connect to Subversion Repository.

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)

原因

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

このページの内容はサポート対象外のプラットフォームに関連しています。したがって、アトラシアン サポートではこのページの記載内容のサポートの提供は保証されません。この資料は情報提供のみを目的として提供されています。内容はお客様自身の責任でご利用ください。

回避策

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

例:

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

または

Provide the credential for the proxy

-Dhttp.proxyHost=proxy_URL -Dhttp.proxyPort=proxy_port -Dhttp.proxyUser=someUserName -Dhttp.proxyPassword=somePassword
更新日時: September 25, 2025

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。