Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 074607172 for ; Fri, 14 Oct 2011 16:20:51 +0000 (UTC) Received: (qmail 84011 invoked by uid 500); 14 Oct 2011 16:20:50 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 83974 invoked by uid 500); 14 Oct 2011 16:20:49 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 83966 invoked by uid 99); 14 Oct 2011 16:20:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2011 16:20:49 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [184.71.77.131] (HELO langui.com) (184.71.77.131) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2011 16:20:43 +0000 Received: from chavez (langui12 [192.168.168.12] (may be forged)) by langui.com (8.14.3/8.14.3) with ESMTP id p9EGG38p002714 for ; Fri, 14 Oct 2011 11:16:03 -0500 From: "Daniel Slack" To: Subject: Jackrabbit upgrade from 1.6 to 2.x problem Date: Fri, 14 Oct 2011 11:20:13 -0500 Message-ID: <005a01cc8a8d$27551150$75ff33f0$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_005B_01CC8A63.3E7F0950" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcyKjSb4i5tAJZK5RieGiNCobaYZcw== Content-Language: en-ca ------=_NextPart_000_005B_01CC8A63.3E7F0950 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi all, For one of our projects, I've decided to upgrade Jackrabbit from 1.6.0 to 2.3.0. I may end up reverting back, just because I am using the RMI interface, however, that remains to be seen. Anyways, from reading the documentation, it appears that the RMI interface for 2.0 will only work for a "2.0" repository. So, I was going to use the RepositoryCopier to see if I can migrate my repository over. However, when I attempt to create a 2.x Repository instance using my existing repository, it fails when attempting to create the version manager. When its attempting to check if the Node exists, it throws an exception: org.apache.jackrabbit.core.state.ItemStateException: failed to read bundle: deadbeef-face-babe-cafe-babecafebabe: java.lang.IllegalArgumentException: Invalid namespace index: 6086317 I'm not really sure why this is the case, as I assumed the repository was backwards compatible between 1.6 and 2.x. Is there something I'm missing? Thanks, Dan Slack ------=_NextPart_000_005B_01CC8A63.3E7F0950--