Updating add-ons by file upload hangs using UPM

その他

このページの内容

お困りですか?

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

コミュニティに質問

症状

Uploading a JAR just using UPM as described in Updating add-ons by file upload just hangs on the spinner. See image below for example:

No specific error was shown in the logs atlassian-stash.log.

診断

After inspecting the Javascript on the browser (An example on how to do that for Chrome can be found here), the root cause could be determined.

原因

The proxy was responding with 413 (Request Entity Too Large). 

ソリューション

For the reported issue and proper illustration, the proxy was a nginx. The client_max_body_size parameter was set to 8m whilst the plugin JAR was 22mb large. After setting the ngnix client_max_body_size parameter to 50m the plugin installation was successfully completed.

最終更新日: 2016 年 2 月 26 日

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

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