Running Out Of Disk Space As Fisheye tmp Directory Gets Full
症状
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.
最終更新日 2018 年 7 月 31 日
Powered by Confluence and Scroll Viewport.