Le 31 ao�t 04, � 11:57, Reynald Borer a �crit :
2004-08-25 10:13:46 StandardWrapperValve[Cocoon]: Servlet.service() for servlet Cocoon threw exception
java.lang.NoClassDefFoundError: org/apache/avalon/framework/logger/Logger
at org.apache.fop.messaging.MessageHandler.log(MessageHandler.java: 145)
Hmm...it is from the MessageHandler class content that Logger cannot be loaded - could it be that the FOP classes come from "somewhere else" than the Cocoon webapp's lib directory, and then cannot load classes from the Cocoon libs?
You might want to try to remove the fop block jars (don't have the exact name handy, fop-block* something) from webapp/cocoon/WEB-INF/lib - if you get the same NoClassDefFoundError after restarting, it means that the fop block jar is found elsehwere, probably in some common tomcat lib directory. You'd then have to find out where and remove it.
But if it's something like that the ParanoidClassLoader might help as well.
-- Bertrand Delacretaz independent consultant, Lausanne, Switzerland http://www.codeconsult.ch
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
