Well I assume that your WEB-INF/config/default/magnolia.properties contains something like that: magnolia.repositories.jackrabbit.config=WEB-INF/config/repo-conf/jackrabbit-mysql-search.xml Also you replaced following in your jackrabbit-mysql-search.xml * <param name="url" value="jdbc:mysql://127.0.0.5:3306/magnolia?autoReconnect=true" /> to <param name="url" value="jdbc:mysql://127.0.0.5:3306/magnolia?autoReconnect=false" /> * <PersistenceManager class="org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager"> to <PersistenceManager class="org.apache.jackrabbit.core.persistence.bundle.MySqlPersistenceManager">
Unfortunately then AFAIK the Magnolia reinstallation is necessary to initialization the correct connection (it says the first error log). The second error should also happened the user under which you try to install hasn't write permissions or that there is quota set that is preventing given user from writing more data to filesystem. - Best regards, Zdenek Skodik Magnolia International Ltd. Meet us at the Magnolia Conference http://www.magnolia-cms.com/conference Magnolia® - Simple Open-Source Content Management On Út, 2009-06-02 at 07:17 -0700, rainer wrote: > nce.bundle.util.ConnectionRecoveryManager: > could not execute statement, reason: Table '<project>.VERSIO > N_NAMES' doesn't exist, state/code: 42S02/1146 ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
