Javax.xml TransformerFactory Exception

From Foochal

Jump to: navigation, search


Error message

Caused by: javax.xml.transform.TransformerFactoryConfigurationError: 
     Provider for javax.xml.transform. TransformerFactory cannot be found
        at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)

Solution

In Tomcat 5.0.28, the endorsed jar xml-apis.jar (or xml-common-apis.jar) conflicts with the JDK 1.5 jar. Simple solution is delete the xml-apis.jar from the endorsed directory and the error should go away.


Personal tools