Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 33194 invoked from network); 13 Oct 2008 10:22:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Oct 2008 10:22:10 -0000 Received: (qmail 79189 invoked by uid 500); 13 Oct 2008 10:22:09 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 78994 invoked by uid 500); 13 Oct 2008 10:22:08 -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 78983 invoked by uid 99); 13 Oct 2008 10:22:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 03:22:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of torgeir@pobox.com designates 208.72.237.25 as permitted sender) Received: from [208.72.237.25] (HELO sasl.smtp.pobox.com) (208.72.237.25) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 10:21:02 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id DDC4D8AD5A for ; Mon, 13 Oct 2008 06:21:33 -0400 (EDT) Received: from [192.168.1.12] (ppp118-208-36-218.lns3.bne1.internode.on.net [118.208.36.218]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id B8C648AD59 for ; Mon, 13 Oct 2008 06:21:29 -0400 (EDT) Message-Id: From: Torgeir Veimo To: dev@jackrabbit.apache.org In-Reply-To: <510143ac0810130112k7e00908ayf130d1ea1fd24875@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: Apache Jackrabbit 1.5.0 build 1 Date: Mon, 13 Oct 2008 20:21:24 +1000 References: <510143ac0810130030o3d653230p57944954ac4e72e6@mail.gmail.com> <6A028F41-9EF1-40FD-A247-6CD534368707@pobox.com> <510143ac0810130112k7e00908ayf130d1ea1fd24875@mail.gmail.com> X-Mailer: Apple Mail (2.929.2) X-Pobox-Relay-ID: B5C21BDE-9910-11DD-901C-4F5276724C3F-06006725!a-sasl-quonix.pobox.com X-Virus-Checked: Checked by ClamAV on apache.org On 13 Oct 2008, at 18:12, Jukka Zitting wrote: > You can find pre-built binaries inside the staged Maven repository > in the "repository" subdirectory I tried running with these binaries with a jackrabbit repository created with jackrabbit 1.4.6, but am getting persistence manager exceptions. Is this not supported? Log output; 20:16:12,940 ERROR RepositoryImpl - failed to start Repository: Cannot instantiate persistence manager org.apache.jackrabbit.core.persistence.bundle.DerbyPersistenceManager: Schema generation error: Issuing statement: create table VERSION_REFS (NODE_ID_HI bigint not null, NODE_ID_LO bigint not null, REFS_DATA blob(2G) not null, PRIMARY KEY (NODE_ID_HI, NODE_ID_LO)) javax.jcr.RepositoryException: Cannot instantiate persistence manager org.apache.jackrabbit.core.persistence.bundle.DerbyPersistenceManager: Schema generation error: Issuing statement: create table VERSION_REFS (NODE_ID_HI bigint not null, NODE_ID_LO bigint not null, REFS_DATA blob(2G) not null, PRIMARY KEY (NODE_ID_HI, NODE_ID_LO)): Schema generation error: Issuing statement: create table VERSION_REFS (NODE_ID_HI bigint not null, NODE_ID_LO bigint not null, REFS_DATA blob(2G) not null, PRIMARY KEY (NODE_ID_HI, NODE_ID_LO)) at org .apache .jackrabbit .core.RepositoryImpl.createPersistenceManager(RepositoryImpl.java:1277) at org .apache .jackrabbit .core.RepositoryImpl.createVersionManager(RepositoryImpl.java:433) at org.apache.jackrabbit.core.RepositoryImpl.(RepositoryImpl.java: 297) at org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java: 597) at com .netenviron .content .jndi .BindableWebRepository.createRepository(BindableWebRepository.java:99) at org .apache .jackrabbit.core.jndi.BindableRepository.init(BindableRepository.java: 116) [..] Caused by: java.sql.SQLException: Schema generation error: Issuing statement: create table VERSION_REFS (NODE_ID_HI bigint not null, NODE_ID_LO bigint not null, REFS_DATA blob(2G) not null, PRIMARY KEY (NODE_ID_HI, NODE_ID_LO)) at org .apache .jackrabbit .core .persistence .bundle .BundleDbPersistenceManager .checkSchema(BundleDbPersistenceManager.java:449) at org .apache .jackrabbit .core .persistence .bundle .DerbyPersistenceManager.checkSchema(DerbyPersistenceManager.java:280) at org .apache .jackrabbit .core .persistence .bundle .BundleDbPersistenceManager.init(BundleDbPersistenceManager.java:565) at org .apache .jackrabbit .core .persistence .bundle.DerbyPersistenceManager.init(DerbyPersistenceManager.java:254) at org .apache .jackrabbit .core.RepositoryImpl.createPersistenceManager(RepositoryImpl.java:1273) ... 53 more Caused by: java.sql.SQLException: Table/View 'VERSION_REFS' already exists in Schema 'APP'. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) at org .apache .derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org .apache .derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeUpdate(Unknown Source) at org .apache .jackrabbit .core .persistence .bundle .BundleDbPersistenceManager .checkSchema(BundleDbPersistenceManager.java:438) ... 57 more java.sql.SQLException: Schema generation error: Issuing statement: create table VERSION_REFS (NODE_ID_HI bigint not null, NODE_ID_LO bigint not null, REFS_DATA blob(2G) not null, PRIMARY KEY (NODE_ID_HI, NODE_ID_LO)) at org .apache .jackrabbit .core .persistence .bundle .BundleDbPersistenceManager .checkSchema(BundleDbPersistenceManager.java:449) at org .apache .jackrabbit .core .persistence .bundle .DerbyPersistenceManager.checkSchema(DerbyPersistenceManager.java:280) at org .apache .jackrabbit .core .persistence .bundle .BundleDbPersistenceManager.init(BundleDbPersistenceManager.java:565) at org .apache .jackrabbit .core .persistence .bundle.DerbyPersistenceManager.init(DerbyPersistenceManager.java:254) at org .apache .jackrabbit .core.RepositoryImpl.createPersistenceManager(RepositoryImpl.java:1273) at org .apache .jackrabbit .core.RepositoryImpl.createVersionManager(RepositoryImpl.java:433) [...] Caused by: java.sql.SQLException: Table/View 'VERSION_REFS' already exists in Schema 'APP'. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) at org .apache .derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org .apache .derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeUpdate(Unknown Source) at org .apache .jackrabbit .core .persistence .bundle .BundleDbPersistenceManager .checkSchema(BundleDbPersistenceManager.java:438) ... 57 more 20:16:12,959 ERROR SessionManager - unable to configure Jackrabbit repository; javax.jcr.RepositoryException: Cannot instantiate persistence manager org.apache.jackrabbit.core.persistence.bundle.DerbyPersistenceManager: Schema generation error: Issuing statement: create table VERSION_REFS (NODE_ID_HI bigint not null, NODE_ID_LO bigint not null, REFS_DATA blob(2G) not null, PRIMARY KEY (NODE_ID_HI, NODE_ID_LO)): Schema generation error: Issuing statement: create table VERSION_REFS (NODE_ID_HI bigint not null, NODE_ID_LO bigint not null, REFS_DATA blob(2G) not null, PRIMARY KEY (NODE_ID_HI, NODE_ID_LO)) at org .apache .jackrabbit .core.RepositoryImpl.createPersistenceManager(RepositoryImpl.java:1277) at org .apache .jackrabbit .core.RepositoryImpl.createVersionManager(RepositoryImpl.java:433) at org.apache.jackrabbit.core.RepositoryImpl.(RepositoryImpl.java: 297) at org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java: 597) at com .netenviron .content .jndi .BindableWebRepository.createRepository(BindableWebRepository.java:99) [...] Caused by: java.sql.SQLException: Schema generation error: Issuing statement: create table VERSION_REFS (NODE_ID_HI bigint not null, NODE_ID_LO bigint not null, REFS_DATA blob(2G) not null, PRIMARY KEY (NODE_ID_HI, NODE_ID_LO)) at org .apache .jackrabbit .core .persistence .bundle .BundleDbPersistenceManager .checkSchema(BundleDbPersistenceManager.java:449) at org .apache .jackrabbit .core .persistence .bundle .DerbyPersistenceManager.checkSchema(DerbyPersistenceManager.java:280) at org .apache .jackrabbit .core .persistence .bundle .BundleDbPersistenceManager.init(BundleDbPersistenceManager.java:565) at org .apache .jackrabbit .core .persistence .bundle.DerbyPersistenceManager.init(DerbyPersistenceManager.java:254) at org .apache .jackrabbit .core.RepositoryImpl.createPersistenceManager(RepositoryImpl.java:1273) ... 53 more Caused by: java.sql.SQLException: Table/View 'VERSION_REFS' already exists in Schema 'APP'. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) at org .apache .derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org .apache .derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeUpdate(Unknown Source) at org .apache .jackrabbit .core .persistence .bundle .BundleDbPersistenceManager .checkSchema(BundleDbPersistenceManager.java:438) ... 57 more java.sql.SQLException: Schema generation error: Issuing statement: create table VERSION_REFS (NODE_ID_HI bigint not null, NODE_ID_LO bigint not null, REFS_DATA blob(2G) not null, PRIMARY KEY (NODE_ID_HI, NODE_ID_LO)) at org .apache .jackrabbit .core .persistence .bundle .BundleDbPersistenceManager .checkSchema(BundleDbPersistenceManager.java:449) at org .apache .jackrabbit .core .persistence .bundle .DerbyPersistenceManager.checkSchema(DerbyPersistenceManager.java:280) at org .apache .jackrabbit .core .persistence .bundle .BundleDbPersistenceManager.init(BundleDbPersistenceManager.java:565) at org .apache .jackrabbit .core .persistence .bundle.DerbyPersistenceManager.init(DerbyPersistenceManager.java:254) at org .apache .jackrabbit .core.RepositoryImpl.createPersistenceManager(RepositoryImpl.java:1273) at org .apache .jackrabbit .core.RepositoryImpl.createVersionManager(RepositoryImpl.java:433) [...] Caused by: java.sql.SQLException: Table/View 'VERSION_REFS' already exists in Schema 'APP'. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) at org .apache .derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org .apache .derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeUpdate(Unknown Source) at org .apache .jackrabbit .core .persistence .bundle .BundleDbPersistenceManager .checkSchema(BundleDbPersistenceManager.java:438) ... 57 more -- Torgeir Veimo torgeir@pobox.com