Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 99717 invoked from network); 15 May 2009 00:05:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 May 2009 00:05:22 -0000 Received: (qmail 91663 invoked by uid 500); 15 May 2009 00:05:22 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 91641 invoked by uid 500); 15 May 2009 00:05:22 -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 91626 invoked by uid 99); 15 May 2009 00:05:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 00:05:22 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 00:05:10 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1M4kuv-0006mV-IS for users@jackrabbit.apache.org; Thu, 14 May 2009 17:04:49 -0700 Message-ID: <23551269.post@talk.nabble.com> Date: Thu, 14 May 2009 17:04:49 -0700 (PDT) From: pkrishna To: users@jackrabbit.apache.org Subject: Not able to build indexes MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: prabhakar.krishnaswami@ge.com X-Virus-Checked: Checked by ClamAV on apache.org I am trying to execute my application against a server which already contains content items saved in the JackRabbit repository. Initially, to save time, I copied the indexes (for the items in the repository) from a different work station than mine and made sure that the SearchIndex section in repository.xml (on my box) points to the folder that contains the right indexes; I got an exception as follows: Caused by: javax.jcr.RepositoryException: The following nodetype change contains non-trivial changes.Up until now only trivial changes are supported. (see javadoc for org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff): org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff[ nodeTypeName={http://com.gehc.ce/ecr}ecisVariant, mixinFlagDiff=NONE, supertypesDiff=NONE, propertyDifferences=[ org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}contentFormat, type=MAJOR, operation=REMOVED], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}language, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}location, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}createDate, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}role, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}keywords, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}title, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}author, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://www.jcp.org/jcr/1.0}mimeType, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}contentLocation, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}contentType, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}variantId, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}documentState, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}status, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}version, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://www.jcp.org/jcr/1.0}lastModified, type=NONE, operation=NONE], org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff$PropDefDiff[itemName={http://com.gehc.ce/ecr}user, type=TRIVIAL, operation=ADDED] ], childNodeDifferences=[ ] I then removed the indexes and re-indexed the repository (thinking that could be cause of the problem). I am still getting the same exception. Could some one shed some light on why I am getting this exception? This is blocking me from running my application. -- View this message in context: http://www.nabble.com/Not-able-to-build-indexes-tp23551269p23551269.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.