Dear list, I have a cache problem with several magnolia instances running under tomcat-5.5.
ERROR info.magnolia.cms.cache.ManageableCacheManager ManageableCacheManager.java(registerMBean:168) 21.09.2006 23:01:19 Could not register JMX MBean 'Magnolia:type=CacheManager,domain=ROOT'. javax.management.InstanceAlreadyExistsException: Magnolia:type=CacheManager,domain=ROOT This error occurs with all instances (public and author) but the first. According to this post http://jira.magnolia.info/browse/MAGNOLIA-786 the error should be fixed (use the webapp dir name in objectName). I guess my problem is, that I have the following webapp structure webapps/magnoliaAuthor/ROOT webapps/magnoliaPublic/ROOT so the domain is ROOT for all magnolia instances. Setting the cache domain in admincentral doesn't work. Is there an easy way to solve this? Maybe it's a good idea to use the webapp name as cache domain only if the domain isn't set in admincentral? Regards, Marc ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
