Share

EclipseProject.de Plugins

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Provider org.apache.xerces.jaxp.SAXParserFact

You are viewing a single message from this topic. View all messages.

  1. 2003-09-18 20:07:27 UTC
    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)
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.