initVersions crashes with NPE
-----------------------------
Key: JCR-2655
URL: https://issues.apache.org/jira/browse/JCR-2655
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: versioning
Affects Versions: 2.1.0, 1.6.2
Reporter: Juergen Melzer
Priority: Blocker
After delete some old versions. I get serious problems accessing the version
history.
This is the stacktrace:
java.lang.NullPointerException
at
org.apache.jackrabbit.core.version.VersionIteratorImpl.initVersions(VersionIteratorImpl.java:169)
at
org.apache.jackrabbit.core.version.VersionIteratorImpl.<init>(VersionIteratorImpl.java:87)
at
org.apache.jackrabbit.core.version.VersionIteratorImpl.<init>(VersionIteratorImpl.java:72)
at
org.apache.jackrabbit.core.version.VersionHistoryImpl.getAllVersions(VersionHistoryImpl.java:92)
I stepped threw the code and see that the Method
currentVersion.getSuccessors()
returns an empty Array.
After all the VersionHistory seems to be corrupt!!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.