Running Out Of Disk Space As Fisheye tmp Directory Gets Full
プラットフォームについて: 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 は除く
症状
Large amount of .tmp files in FISHEYE_INST\var\tmp directory, that does not appear to get cleaned up, and you notice the following error in your logs:
2007-12-19 01:32:43,266 ERROR \[FishEye SVN Diff Fetcher\] fisheye.app DiffProcessor-getRequiredInfo - SVN Error diffing revision 15028
com.cenqua.fisheye.rep.RepositoryClientException: org.tigris.subversion.javahl.ClientException: svn: There is not enough space on the disk
at com.cenqua.fisheye.svn.SvnThrottledClient.diff(SvnThrottledClient.java:119)
at com.cenqua.fisheye.svn.diff.DiffProcessor.doDiff(DiffProcessor.java:55)
at com.cenqua.fisheye.svn.diff.DiffProcessor.processChangePaths(DiffProcessor.java:194)
......
......
Caused by: org.tigris.subversion.javahl.ClientException: svn: There is not enough space on the disk
at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:435)原因
Interrupting Fisheye while its scanning the Subversion repository can cause .tmp files to be left behind.
This is a known issue reported at FE-195.
ソリューション
Stop Fisheye server, manually delete all files in FISHEYE_INST\var\tmp directory and start Fisheye server again.
この内容はお役に立ちましたか?