java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via XWiki.org JIRA by Jean-Vincent Drean, 1 year ago
via grokbase.com by Unknown author, 2 years ago
via Apache Bugzilla by stefan.proels, 1 year ago
via Apache Bugzilla by khammond25, 1 year ago
via Oracle Community by 843806, 6 months ago
via Stack Overflow by Amrut Dange
, 2 years agojava.lang.IndexOutOfBoundsException: Index: 4, Size: 4
at java.util.ArrayList.RangeCheck(ArrayList.java:546)
at java.util.ArrayList.remove(ArrayList.java:389)
at org.xwiki.rendering.block.AbstractBlock.replaceChild(AbstractBlock.java:153)
at com.xpn.xwiki.doc.XWikiDocument.updateDocumentSection(XWikiDocument.java:4808)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:133)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:193)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)