From users-return-18609-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Feb 21 20:17:17 2012 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 9C3219944 for ; Tue, 21 Feb 2012 20:17:17 +0000 (UTC) Received: (qmail 51829 invoked by uid 500); 21 Feb 2012 20:17:17 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 51793 invoked by uid 500); 21 Feb 2012 20:17:17 -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 51784 invoked by uid 99); 21 Feb 2012 20:17:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 20:17:16 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,SUBJ_OBFU_PUNCT_FEW,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 20:17:10 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Rzw8o-0005Bz-4G for users@jackrabbit.apache.org; Tue, 21 Feb 2012 12:16:50 -0800 Date: Tue, 21 Feb 2012 12:16:50 -0800 (PST) From: jsmarks To: users@jackrabbit.apache.org Message-ID: <1329855410116-4408166.post@n4.nabble.com> Subject: What would cause "javax.jcr.NamespaceException: Unknown namespace prefix jcr" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit We successfully populated a repository without indexing and then got the above when indexing was turned back on while jackrabbit was reading the index configuration file. It's kind of odd, perhaps indicating either that it didn't know that jcr was a standard namespace prefix or that it was trying to use the jcr namespace inappropriately. The exception was thrown from org.apache.jackrabbit.core.nodetype.xml.AdditionalNamespaceResolver.getURI(). Any idea where we might look for what's going on? -- View this message in context: http://jackrabbit.510166.n4.nabble.com/What-would-cause-javax-jcr-NamespaceException-Unknown-namespace-prefix-jcr-tp4408166p4408166.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.