During initial indexing we receive the following error about 1/2 way through our commits:
Repository paused due to error com.cenqua.fisheye.rep.DbException: Problem getting diff information for rev21414 com.cenqua.fisheye.svn.diff.SvnDiffException: Exception processing diff for revision 21414 com.cenqua.fisheye.rep.RepositoryClientException: org.tigris.subversion.javahl.ClientException: svn: connection refused by the server org.tigris.subversion.javahl.ClientException: svn: connection refused by the server org.tmatesoft.svn.core.SVNException: svn: connection refused by the server java.net.ConnectException: Connection refused
This commit is likely an large tree of files. I am currently re-indexing with diff turned off.
It looks like Fisheye is creating too many connections. You'd need to limit the number of connections. Refer to this knowledgebase article on how to fix it.
Cheers,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.