Thank you for your help David. I didn't have a lot of luck but after your suggestion I started looking at the DB and upgraded to MySql Server 5 and that seems to have fixed the problem. I was using mysql-connector-java-5.1.6-bin and MySql Server 4.1 when the problem occurred... perhaps that was a bad idea.
Thanks, John -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Sent: 18 June 2008 18:04 To: [email protected] Subject: Re: [magnolia-user] Magnolia install 3.5.8 issue On a guess, you need to increase the value of max_allowed_packet on your mysql server. An attempt was made before this error to store some data too large for a single query. That error should be available in the logs before any of the errors cited below if that's the problem. See http://dev.mysql.com/doc/refman/4.1/en/server-system-variables.html#option_m ysqld_max_allowed_packet for details. I think I pushed mine up toward a gigabyte on my 5.1 mysqld server. --David John Preston wrote: > Hi, > > Please could anyone give me any ideas with the problem below? I have > previously installed magnolia 3.5.8 without incident but alas this issue is > now reoccurring. For reinstalls I've completely removed the previous > install and dropped all tables in the database. > > I'm using magnolia 3.5.8 with MySql server 4.1. The issue shows itself > during the magnolia installer process. > > 34 tasks have been executed, for a total of 148 tasks. > > Could not perform installation: javax.jcr.RepositoryException: > 1db0fb4c-cfcc-4294-8d3e-673c93e81b20: 1db0fb4c-cfcc-4294-8d3e-673c93e81b20 > > I'm getting the following output in the error log > > ERROR info.magnolia.cms.core.DefaultHierarchyManager 18.06.2008 15:45:29 -- > 9f052688-960d-4099-8eb1-f082b491ec20/{http://www.jcp.org/jcr/1.0}primaryType > javax.jcr.RepositoryException: > 9f052688-960d-4099-8eb1-f082b491ec20/{http://www.jcp.org/jcr/1.0}primaryType > : > 9f052688-960d-4099-8eb1-f082b491ec20/{http://www.jcp.org/jcr/1.0}primaryType > at > org.apache.jackrabbit.core.version.NodeStateEx.store(NodeStateEx.java:504) > at > org.apache.jackrabbit.core.version.AbstractVersionManager.createVersionHisto > ry(AbstractVersionManager.java:306) > at > org.apache.jackrabbit.core.version.VersionManagerImpl$1.run(VersionManagerIm > pl.java:211) > ... > Caused by: > org.apache.jackrabbit.core.state.NoSuchItemStateException: > 9f052688-960d-4099-8eb1-f082b491ec20/{http://www.jcp.org/jcr/1.0}primaryType > at > org.apache.jackrabbit.core.state.SharedItemStateManager.getItemState(SharedI > temStateManager.java:263) > at > org.apache.jackrabbit.core.state.LocalItemStateManager.getPropertyState(Loca > lItemStateManager.java:120) > at > org.apache.jackrabbit.core.state.LocalItemStateManager.getItemState(LocalIte > mStateManager.java:152) > ERROR info.magnolia.module.InstallContextImpl 18.06.2008 15:45:29 -- > > Could not perform installation: javax.jcr.RepositoryException: > 9f052688-960d-4099-8eb1-f082b491ec20/{http://www.jcp.org/jcr/1.0}primaryType > : > 9f052688-960d-4099-8eb1-f082b491ec20/{http://www.jcp.org/jcr/1.0}primaryType > java.lang.RuntimeException: javax.jcr.RepositoryException: > 9f052688-960d-4099-8eb1-f082b491ec20/{http://www.jcp.org/jcr/1.0}primaryType > : > 9f052688-960d-4099-8eb1-f082b491ec20/{http://www.jcp.org/jcr/1.0}primaryType > at > info.magnolia.module.ModuleManagerImpl.saveChanges(ModuleManagerImpl.java:48 > 8) > at > info.magnolia.module.ModuleManagerImpl.applyDeltas(ModuleManagerImpl.java:46 > 2) > at > info.magnolia.module.ModuleManagerImpl.installOrUpdateModule(ModuleManagerIm > pl.java:430) > > Thank you for your time, > > John > > > ---------------------------------------------------------------- > for list details see > http://documentation.magnolia.info/ > ---------------------------------------------------------------- > ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ---------------------------------------------------------------- ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ----------------------------------------------------------------
