Good day,
I've been struggling with this for a few days now... Every time fisheye gets to about 16% in indexing our local SVN repo, I see this error pop up and of course the indexing in "paused" but since the error is never resolved, it doesn't really even continue:
Recent Errors
Date | Description | |
---|---|---|
Mon Aug 15 08:55:54 GMT-500 2016 | Repository paused due to error com.cenqua.fisheye.rep.RepositoryClientException: java.lang.IllegalStateException: Can't overwrite cause with org.tmatesoft.svn.core.SVNException: svn: E175002: Processing REPORT request response failed: Premature end of file. (/!svn/vcc/default) svn: E175002: REPORT request failed on '/!svn/vcc/default' java.lang.IllegalStateException: Can't overwrite cause with org.tmatesoft.svn.core.SVNException: svn: E175002: Processing REPORT request response failed: Premature end of file. (/!svn/vcc/default) svn: E175002: REPORT request failed on '/!svn/vcc/default' org.apache.subversion.javahl.ClientException: svn: E175002: Processing REPORT request response failed: Premature end of file. (/!svn/vcc/default) svn: E175002: REPORT request failed on '/!svn/vcc/default' |
Has anybody else seen this happen before? The SVN seems to be decent health itself, I'm able to check things out and commit but Fisheye isn't happy with it somehow. Any advice would be greatly appreciated.
Thank you.
I'm also getting the following error:
Repository paused due to error com.cenqua.fisheye.rep.RepositoryClientException: java.lang.IllegalStateException: Can't overwrite cause with org.tmatesoft.svn.core.SVNException: svn: E175002: Processing REPORT request response failed: Premature end of file. (/!svn/vcc/default) svn: E175002: REPORT request failed on '/!svn/vcc/default' java.lang.IllegalStateException: Can't overwrite cause with org.tmatesoft.svn.core.SVNException: svn: E175002: Processing REPORT request response failed: Premature end of file. (/!svn/vcc/default) svn: E175002: REPORT request failed on '/!svn/vcc/default' org.apache.subversion.javahl.ClientException: svn: E175002: Processing REPORT request response failed: Premature end of file. (/!svn/vcc/default) svn: E175002: REPORT request failed on '/!svn/vcc/default'
Anybody have a solution for this? https://confluence.atlassian.com/fishkb/svn-processing-report-request-response-failed-xml-document-structures-must-start-and-end-within-the-same-entity-298975514.html? Or maybe you have to put Fisheye on the same server as subversion so you can use the file:// protocol?
I have a very similar problem:
Date | Description |
---|---|
Fri Aug 19 09:51:07 GMT+200 2016 | Repository paused due to error com.cenqua.fisheye.rep.RepositoryClientException: java.lang.IllegalStateException: Can't overwrite cause with org.tmatesoft.svn.core.SVNException: svn: E175002: CRLF expected at end of chunk: -1/-1 svn: E175002: REPORT request failed on '/svn/sistema/!svn/vcc/default' java.lang.IllegalStateException: Can't overwrite cause with org.tmatesoft.svn.core.SVNException: svn: E175002: CRLF expected at end of chunk: -1/-1 svn: E175002: REPORT request failed on '/svn/sistema/!svn/vcc/default' org.apache.subversion.javahl.ClientException: svn: E175002: CRLF expected at end of chunk: -1/-1 svn: E175002: REPORT request failed on '/svn/sistema/!svn/vcc/default' |
I'm also looking for a solution...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe your problem is solved at https://ja.confluence.atlassian.com/fishkb/indexing-svn-repository-fails-due-to-svn-e175002-crlf-expected-at-end-of-chunk-1-1-852592610.html, but it does not match the above reported problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I finally solved it by increasing the SVN server timeout (it was a directive of Apache web server).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.