Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 42471 invoked from network); 9 Dec 2005 09:42:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Dec 2005 09:42:12 -0000 Received: (qmail 72705 invoked by uid 500); 9 Dec 2005 09:42:00 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 72694 invoked by uid 99); 9 Dec 2005 09:41:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 01:41:59 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of stefan.guggisberg@gmail.com designates 64.233.162.207 as permitted sender) Received: from [64.233.162.207] (HELO zproxy.gmail.com) (64.233.162.207) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 01:41:59 -0800 Received: by zproxy.gmail.com with SMTP id i11so846544nzi for ; Fri, 09 Dec 2005 01:41:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qkadsghGeEA12K2No0AHR8zLJzdXZMIhaoztEDC3r3EZLSYPQNKafV/Y3Wi7ItDfRrYOfR+0vqCK3uSiGH9irXz8SHGpZkVZ5Me+bRotjc3KL3ic9kb/gfnseb/6SyhblCKRdHvUgTIWmOIqhTsgnXBTk265+f94MrC5mSNOkO0= Received: by 10.36.108.16 with SMTP id g16mr3268542nzc; Fri, 09 Dec 2005 01:41:37 -0800 (PST) Received: by 10.36.84.9 with HTTP; Fri, 9 Dec 2005 01:41:37 -0800 (PST) Message-ID: <90a8d1c00512090141l2337ab21t15b5c83ffff97d1c@mail.gmail.com> Date: Fri, 9 Dec 2005 10:41:37 +0100 From: Stefan Guggisberg To: jackrabbit-dev@incubator.apache.org, Costin Leau Subject: Re: invalid QName literal In-Reply-To: <234392874.20051208204247@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <234392874.20051208204247@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi costin, On 12/8/05, Costin Leau wrote: > Hi guys, > > I'm having problem with some tests that run fine on two machines I > have control over (WinXP/JDK 1.5 and Linux/JDK 1.4.2) but on one that > I don't have control I get: > > javax.jcr.RepositoryException: failed to read node state: deadbeef-face-b= abe-cafe-babecafebabe: invalid QName literal: failed to read node state: de= adbeef-face-babe-cafe-babecafebabe: invalid QName literal > at org.apache.jackrabbit.core.version.VersionManagerImpl.(V= ersionManagerImpl.java:158) > at org.apache.jackrabbit.core.RepositoryImpl.(RepositoryImp= l.java:210) > at org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImp= l.java:424) > > I assume is something related to an XML library but as I don't have > access to the machine ... it's not xml related. jackrabbit has its own QName class (o.a.j.name.QName)= . my best guess would be incompatibility of serialization formats. the format has changed a couple of weeks ago. make sure you run the tests on an initially empty repository. if that doesn't explain your problem please send a full stack trace, configuration etc. cheers stefan > > Thanks. > -- > Best regards, > Costin Leau mailto:costin.leau@gmail.com > >