Creation of application link does not complete and keeps loading

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

問題

While trying to create an application link from JIRA to Confluence or Confluence to JIRA, application link dialog keeps loading. The Application is not created correctly and will not work

You will not be able to move ahead and the screen will appear as below .

原因

This happens because the proxy parameters are not specified in the server.xml

ソリューション

Specify the below parameters in the server.xml of the application you are facing this issue

scheme="https" proxyName="confluence.example.com" proxyPort="443"

<Connector acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" enableLookups="false" 
        maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" port="8080"
        protocol="HTTP/1.1" redirectPort="8443" useBodyEncodingForURI="true"
        scheme="https" proxyName="jira.example.com" proxyPort="443" secure="true"/>
最終更新日: 2016 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.