Hello Heike, error is most likely caused by missing core-compatibility module in your webapp.
Your webapp contains admininterface-legacy which needs MVCServlet classes to work, but this classes where moved to core-compatibility (https://jira.magnolia-cms.com/browse/MAGNOLIA-6948). If you don't need admininterface-legacy then removing this module will fix the error. If some of your module needs the admininterface-legacy then you need to add core-compatibility module. [code] <dependency> <groupId>info.magnolia</groupId> <artifactId>magnolia-core-compatibility</artifactId> <version>5.5.4</version> </dependency> [/code] -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=215d4e7f-21b4-483c-ba5d-c81dc1331315 ---------------------------------------------------------------- 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: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------