Subversion index service

Xinfu Xia December 16, 2012

I have jira 5.1.8 with subversion plugin atlassian-jira-subversion-plugin-0.10.11. I'm seeing the following errors

====================================================================================================

2012-12-16 21:45:17,819 QuartzWorker-1 ERROR ServiceRunner Subversion Revision Indexing Service plugin.ext.subversion.SubversionManagerImpl Error getting the latest revision from the repository.

org.tmatesoft.svn.core.SVNException: svn: E210004: Malformed network data

at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)

at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)

at org.tmatesoft.svn.core.internal.io.svn.SVNReader.readChar(SVNReader.java:473)

at org.tmatesoft.svn.core.internal.io.svn.SVNReader.skipWhiteSpace(SVNReader.java:485)

at org.tmatesoft.svn.core.internal.io.svn.SVNReader.readTuple(SVNReader.java:287)

====================================================================================================

Please help

1 answer

0 votes
Immanuel Siagian
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 8, 2013

Seems to be related to a corrupted subversion indexes. You may rebuilt it by:

  1. Shutdown JIRA
  2. Remove the <JIRA_HOME>/caches/indexes/plugins/atlassian-subversion-revisions
  3. Start JIRA again

Hope this helps

Suggest an answer

Log in or Sign up to answer