SVN Incremental Indexing ERROR - StackOverflowError
プラットフォームについて: 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 は除く
症状
fisheye.out に次のエラーが返される。
Exception in thread "IncrementalPinger16" java.lang.StackOverflowError at java.util.AbstractList$Itr.next(AbstractList.java:345)
... atlassian-fisheye-<date>.log:
2013-08-15 08:49:26,836 WARN [IncrementalPinger1 ] fisheye IndexingPingRequest-doRequest - Exception during FishEye Incremental Indexing of svnrepo: java.lang.StackOverflowError 原因
The JVM parameter Stack Size is not enough to perform the Indexing.
ソリューション
Increase the size of the JVM Stack Size, this can be one by setting the $FISHEYE_OPTS Environment Variable (if this Variable is already set, add the following parameter to it):
export FISHEYE_OPTS=-Xss1024kℹ️ Depending on the JVM that Fisheye/Crucible is using, you have to set a higher value.
この内容はお役に立ちましたか?