> Caused by: java.lang.IncompatibleClassChangeError: Implementing class > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
Looks like a classpath issue to me. A common cause would be duplicate classes in either the same or separate (chained) classloaders. Maybe the output of mvn dependency:tree will show whether you have duplicate jars in the deployable. If that turns out not to be the case, make sure you don't have any spring jars and other application resources on your container classpath (e.g. $TOMCAT_HOME/lib for TC6). M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
