Thanks a bunch! That did it. As a side note, if you use a DbDataStore, always leave "tablePrefix" param value empty. It is still a bug in jackrabbit 1.6 and it tries to recreate the DbDataStore on every restart.
Regards, Ovidiu -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jan Haderka Sent: Friday, February 12, 2010 12:23 PM To: Magnolia User-List Subject: Re: [magnolia-user] Magnolia 4.2..3 with MySQL 5.1 server restart problems > <param name="driver" value="com.mysql.jdbc.Driver"/> > <param name="url" value="jdbc:mysql://localhost:3316/magnolia"/> > <param name="user" value="usr"/> > <param name="password" value="pass"/> > <param name="schema" value="mysql"/> > <param name="schemaObjectPrefix" value="fs_repo_"/> I see you modified the default prefix and removed the ${wsp.name} from there. It causes tables for different workspaces overriding each other and thus corrupting your repository. Fix this, cleanup the DB and install again. Your issue should be gone by then. HTH, Jan ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
