Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A08D913C for ; Fri, 23 Sep 2011 12:20:50 +0000 (UTC) Received: (qmail 8832 invoked by uid 500); 23 Sep 2011 12:20:50 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 8800 invoked by uid 500); 23 Sep 2011 12:20:50 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 8793 invoked by uid 99); 23 Sep 2011 12:20:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2011 12:20:50 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2011 12:20:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4654DAB6ED for ; Fri, 23 Sep 2011 12:20:26 +0000 (UTC) Date: Fri, 23 Sep 2011 12:20:26 +0000 (UTC) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <1039312961.6198.1316780426284.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (JCR-2655) initVersions crashes with NPE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-2655: ------------------------------- Fix Version/s: 2.1.6 2.0.4 > can I ask why you "unblocked" the 1.6.3 when the issue is fixed only in 2.2.0? We didn't have a fix ready in time for 1.6.3, and I considered it more important to have the other fixes in the 1.6.x branches released at the time without waiting for this fix. > Would it be possible to backport the fix? Backporting the fix to 1.6.x is non-trivial, since the relevant code has evolved quite a bit since the 1.6 branch was created. I have now backported the fix to the 2.1 and 2.0 branches (see revisions 1174686 and 1174688). I would recommend upgrading to 2.x since we're in any case about to declare the end of life of the 1.6 branch after the next patch release. > Also the fix in 2.2.0 seems to be just working around the problem, but > not attempting to fix already corrupted version history. Is there a way > to fix this problem by removing the invalid versions? I haven't tried it, but with this fix in place you should be able to access and modify the version history, so removing broken versions should be possible. > 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: 1.6.2, 2.1.0 > Reporter: Juergen Melzer > Assignee: Tobias Bocanegra > Priority: Blocker > Labels: VersionHistory, VersionIterator > Fix For: 2.0.4, 2.1.6, 2.2.0 > > > 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.(VersionIteratorImpl.java:87) > at org.apache.jackrabbit.core.version.VersionIteratorImpl.(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. For more information on JIRA, see: http://www.atlassian.com/software/jira