On Wed, May 26, 2010 at 2:18 PM, Igor Drobiazko <[email protected]>wrote:
> Hm, looks like the problem is the mix of your jars. Unfortunately I can't > reproduce the problem. Hope this link helps. > > > http://old.nabble.com/org-mortbay-jetty-webapp-WebAppClassLoader-previously-initiated-loading-for-a-different-type-with-name-%22javax-management-MBeanServer%22-td21743839.html > > Please report if you have any hints. > Trying to reproduce this I found the problem, adding the following dependency to log4j in you pom.xml triggers the problem: <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.15</version> </dependency> Regards, Manuel.
