Hi, Did you completely delete the repository folder before starting? Or did you first create the repository with another persistence manager, and then change the repository.xml file? I suggest to delete the repository folder (if you can).
Regards, Thomas On Jan 9, 2008 4:18 PM, Lorenzo Dini <[EMAIL PROTECTED]> wrote: > Hi all, > > I am trying for the first time the bundle db using MySQL. > > The first time I start the repository with the DB empty, just after > generating the initial db structure, I get this error: > > NodeState deadbeef-face-babe-cafe-babecafebabe references inexistent > parent id deadbeef-cafe-babe-cafe-babecafebabe > > It seems generated during the consistency check of the version > persistence manager, that is this one: > > <PersistenceManager > class="org.apache.jackrabbit.core.persistence.bundle.MySqlPersistenceManager"> > <param name="bundleCacheSize" value="8"/> > <param name="consistencyCheck" value="true"/> > <param name="minBlobSize" value="16384"/> > <param name="driver" value="com.mysql.jdbc.Driver"/> > <param name="url" > value="jdbc:mysql://localhost:3306/bundle"/> > <param name="user" value="***"/> > <param name="password" value="***"/> > <param name="schema" value="mysql"/> > <param name="errorHandling" value=""/> > <param name="schemaObjectPrefix" value="VERSION_"/> > </PersistenceManager> > > > I am sure I am doing something wrong... > Any hint? > > Thank you. > > Lorenzo > > > -- > *Lorenzo Dini* > > CERN - European Organization for Nuclear Research > Information Technology Department > CH-1211 Geneva 23 > > Building 28 - Office 1-007 > Phone: +41 (0) 22 7674384 > Fax: +41 (0) 22 7668847 > E-mail: [EMAIL PROTECTED] >
