Thanks to your help, Natascha, the migration module is now installed properly
and the migration tasks are being triggered. Our next issues are:
1. (minor): [...]/repositories/magnolia/workspaces/config/workspace.xml Should
not have an analyzer set - this will lead to error-logs when strarting up your
server.
-> In the "SearchIndex" element in the workspaces-files there actually
is an "analyzer" attribute. Should we remove it? Should this be added to the
documentation [1]
2. (major): After the migration tasks have finished and we start up Magnolia we
get tons of errors in the log:
2013-01-09 12:32:39,487 WARN
gnolia.content2bean.impl.Content2BeanProcessorImpl: can't resolve class for
node
/modules/myCustomModule/templates/pages/myCustomPageTemplate/subTemplates/print
java.lang.ClassNotFoundException:
info.magnolia.module.templatingkit.templates.STKTemplate
...
(many times)
2013-01-09 12:32:39,536 ERROR info.magnolia.module.ModuleManagerImpl
: Can't start module rendering
java.lang.NoClassDefFoundError:
info/magnolia/module/templatingkit/util/STKUtil$PrivilegedOperation
...
2013-01-09 12:32:41,497 WARN
gnolia.content2bean.impl.Content2BeanProcessorImpl: can't resolve class for
node /modules/standard-templating-kit/config/themes/myCustomTheme/imaging
java.lang.ClassNotFoundException:
info.magnolia.module.extendedtemplatingkit.imaging.ETKImagingSupport
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
...
2013-01-09 12:32:42,996 WARN
gnolia.content2bean.impl.Content2BeanProcessorImpl: Can't instantiate bean for
/server/filters/multisite
info.magnolia.content2bean.Content2BeanException:
info.magnolia.objectfactory.MgnlInstantiationException:
java.lang.reflect.InvocationTargetException at
info.magnolia.content2bean.impl.Content2BeanTransformerImpl.newBeanInstance(Content2BeanTransformerImpl.java:395)
...
Caused by: java.lang.ClassNotFoundException:
info.magnolia.module.templatingkit.sites.SiteManager$Factory
...
This results in a funny login page (no css / img at all) and after logging in
all we get is an other error message:
java.lang.AbstractMethodError:
info.magnolia.module.extendedtemplatingkit.sites.ETKSiteManager.getCurrentSite()Linfo/magnolia/module/templatingkit/sites/Site;
So my guess would be, that the config migration task did not do it's job. Any
other idesas?
Thanks!
-will
[1] http://wiki.magnolia-cms.com/display/DEV/Security+changes+in+Magnolia+4.5
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------