2010/1/10 Martin Grotzke <martin.grot...@javakaffee.de>: > Hi, > > Jan 10, 2010 2:57:51 PM org.apache.catalina.connector.CoyoteAdapter service > SEVERE: An exception or error occurred in the container during the request > processing > java.lang.NoClassDefFoundError: org/joda/time/format/ISODateTimeFormat > at > de.javakaffee.web.msm.serializer.javolution.JodaDateTimeFormat.<clinit>(JodaDateTimeFormat.java:35) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:247)
So, JodaDateTimeFormat was found and its <clinit> was called, but ISODateTimeFormat was not. Where have you placed your joda jar? Also please read http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org