anonymous wrote : java.lang.NoClassDefFoundError: Could not initialize class org.apache.log4j.LogManager |
Looks like the org.apache.log4j.LogManager isn't found in any of the jars. Do you package any jars containing org.apache.commons.logging.* or org.apache.log4j.*? If yes, then try removing them from the application packaging. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245564#4245564 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245564 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
