Fisheye Repository Scan Aborts with 'Timer already cancelled' Exception
プラットフォームについて: 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 は除く
症状
When scanning a repository, the following error is reported:
ERROR - exception in change detector
com.cenqua.fisheye.config.ConfigException: Could not access file:///dm2/repos/DMS/ : Timer already cancelled.
at com.cenqua.fisheye.svn.SvnRepositoryTester.pingAndValidateAccess(Crucible-1.1.3-build-247:112)
at com.cenqua.fisheye.svn.SvnRepositoryScanner.validateAccess(Crucible-1.1.3-build-247:223)
at com.cenqua.fisheye.rep.RepositoryScanner.slurpRepository(Crucible-1.1.3-build-247:343)
.....
.....
Caused by: java.lang.IllegalStateException: Timer already cancelled.
at java.util.Timer.sched(Unknown Source)
at java.util.Timer.schedule(Unknown Source)
at com.cenqua.fisheye.svn.SvnThrottledClient.start(Crucible-1.1.3-build-247:50)
.....
.....
... 10 more
原因
This can occur when not enough memory is allocated to Fisheye.
ソリューション
To solve this error, you will need to increase memory allocated to Fisheye.
After having set the FISHEYE_OPTS and restarting your server, go to Administration > Sys Info/Support > System Info, and check your JVM Input Arguments to ensure that your server is picking up your FISHEYE_OPTS as expected.
この内容はお役に立ちましたか?