My guess would be that log4j is failing to read its configuration file (which is xml). AFAIK there's no problem with Java6 and most ppl around here are actually using Java6. The problem is most likely that you have some other version of jaxp packed with one of the custom libraries you are using. Try to compare list of the jars on your classpath and in the WEB-INF/lib and in the lib folder of the backup module with those included in default bundle. The ones that you have extra or in different versions are likely the culprit.
HTH, Jan On Jan 20, 2012, at 4:55 PM, Magnolia Forums (on behalf of Frank Sommer) wrote: > Caused by: java.lang.ClassCastException: > com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl > at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) > at > org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:694) ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
