History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-12284
Type: Exception Exception
Status: Open Open
Priority: Major Major
Assignee: Alexander Kitaev
Reporter: Exception Analyzer
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

[#3687] CME: SVNRollbackInputStream.adjustMarks

Created: 28 Nov 06 17:37   Updated: 06 Nov 08 23:27
Component/s: None
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Depend
This issue depends on:
TW-892 SVNException: svn: Malformed network ... Critical Resolved
 

Build: 6,111


 Description  « Hide
exception://3687/
Last updated by anima
User description: Browsing a svn repository, I opened the "tags" node and while it said "loading..." on a large data set, I opened the "branches" node. Under "branches" it said "svn: Malformed network data" – nothing wrong with the repository.
Error message: No message
Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=81756
There was at least one exception before this one.java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:449)
at java.util.AbstractList$Itr.next(AbstractList.java:420)
at org.tmatesoft.svn.core.internal.io.svn.SVNRollbackInputStream.adjustMarks(SVNRollbackInputStream.java:146)
at org.tmatesoft.svn.core.internal.io.svn.SVNRollbackInputStream.buffer(SVNRollbackInputStream.java:112)
at org.tmatesoft.svn.core.internal.io.svn.SVNRollbackInputStream.read(SVNRollbackInputStream.java:53)
at org.tmatesoft.svn.core.internal.io.svn.SVNReader.skipWhitespace(SVNReader.java:461)
at org.tmatesoft.svn.core.internal.io.svn.SVNReader.readChar(SVNReader.java:542)
at org.tmatesoft.svn.core.internal.io.svn.SVNReader.parse(SVNReader.java:288)
at org.tmatesoft.svn.core.internal.io.svn.SVNReader.readDirEntry(SVNReader.java:593)
at org.tmatesoft.svn.core.internal.io.svn.SVNReader.parse(SVNReader.java:290)
at org.tmatesoft.svn.core.internal.io.svn.SVNConnection.read(SVNConnection.java:206)
at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.read(SVNRepositoryImpl.java:1002)
at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.getDir(SVNRepositoryImpl.java:295)
at org.tmatesoft.svn.core.io.SVNRepository.getDir(SVNRepository.java:903)
at org.jetbrains.idea.svn.dialogs.RepositoryTreeNode$1.run(RepositoryTreeNode.java:107)
at java.lang.Thread.run(Thread.java:595)

 All   Comments   Work Log   Change History      Sort Order:
Diego Pires Plentz - 08 Jan 07 04:59
Guys, this is the same problem reported in the linked issue.

Diego Pires Plentz - 08 Jan 07 05:00
  • depends on -> related