Aaron Lippold - 2003-09-18

Hello,

  I found a note about this in the documentation on this error, however on checking the MANIFEST file I found that the version numbers were all correct. Any other suggestions on how to get the transform working? I also get a NullPointerException as well after this error.

The full error from the log is:

javax.xml.transform.TransformerException: org.xml.sax.SAXException: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
    at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:980)
    at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:788)
    at de.eclipseproject.transclipse.xslt.XsltTransformer.run(XsltTransformer.java:122)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
Caused by: org.xml.sax.SAXException: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
    at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:947)
    ... 3 more
---------
org.xml.sax.SAXException: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
    at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:947)
    at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:788)
    at de.eclipseproject.transclipse.xslt.XsltTransformer.run(XsltTransformer.java:122)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)

------------------------------------------------------------------

java.lang.NullPointerException
    at de.eclipseproject.transclipse.xslt.XsltTransformer.run(XsltTransformer.java:123)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)