サードパーティの Jira プラグインによる OutOfMemory エラー

お困りですか?

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

コミュニティに質問

[Unable to render {include} The included page could not be found. ({include} をレンダリングできません。ページが見つかりませんでした)] を選択し、

症状

JIRA crashes or behaves unpredictably. Logs contain errors like:

 
java.lang.OutOfMemoryError: Java heap space 

原因

JIRA plugins can cause out of memory errors. One known issue is the Eclipse Mylyn plugin. The Mylyn bundled with Eclipse 3.3 (2.0.0.v20070627-1400) uses the getProjects method, causing problems as described in OutOfMemory due to Remote API. Ensure you are using the latest version.

回避策

If you have any third-party plugins in use, try disabling them temporarily:

  1. Get a directory listing of the WEB-INF/lib directory, and check for *-plugin*.jar files.
  2. Disable the plugin in the Administration page.
  3. Remove the JAR file from the WEB-INF/lib directory.

ソリューション

  1. As a temporary measure, increase JIRA's Heap Space allocation.
  2. Check the plugin's JIRA project for specific resolutions. See the Cause section above for specifics.
Last modified on Mar 30, 2016

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

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