You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Vy Ho <st...@drexel.edu> on 2005/02/21 16:45:49 UTC

Problem with using xerces 2.6.2 in embedded tomcat 5.5

I have class not found exception:

Exception in thread "AWT-EventQueue-0" 
javax.xml.parsers.FactoryConfigurationError: Provider 
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
    at 
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:104)
    at org.apache.commons.modeler.util.DomUtil.readXml(DomUtil.java:284)
    at 
org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource.execute(MbeansDescriptorsDOMSource.java:130)

I did include the xerces libs in the class path:

xercesImpl.jar
xml-apis.jar
xmlParserAPIs.jar
resolver.jar

Looking in the JRE/JDK lib/ext folder to see if the xerces are already 
there, and I didn't see anything.

Could someone please let me know how to fix this?  I searched the web, 
and there are some pages about this error, but I found no answer from 
these pages.

Thank you.





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org