Running Out Of Disk Space As Fisheye tmp Directory Gets Full

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

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)

Cause

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.

Resolution

Stop Fisheye server, manually delete all files in FISHEYE_INST\var\tmp directory and start Fisheye server again.

Last modified on Jul 31, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.