You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Mohammed Malik <mo...@ntlworld.com> on 2001/03/17 22:59:24 UTC

Servlet problem with BEA Weblogic 5.1.0 and Xalan-j 2.0.0

Hi Guys,

When trying to run the servlet example in Xalan-j 2.0.0 with BEA Weblogic 
5.1.0 as follows:

http://localhost:7001/DefaultApplyXSL?URL=/mons/test1.xml&xslURL=/mons/test1.xsl&debug=true

I keep getting the following error:

Exception occurred during ctor/Transformation:
debug is true
Parsing XML Document from request parameter: 
http://monsbox:7001/mons/test1.xml
Parsing XSL Stylesheet Document from request parameter: 
http://monsbox:7001/mons/test1.xsl
Parsing XML Document from request parameter: 
http://monsbox:7001/mons/test1.xml
Performing transformation...
javax.xml.parsers.FactoryConfigurationError: 
java.lang.ClassNotFoundException: org.apache.xerces.jaxp.SAXParserFactoryImpl

followed by the standard:

javax.xml.transform.TransformerConfigurationException: 
javax.xml.parsers.FactoryConfigurationError: 
java.lang.ClassNotFoundException: 
org.apache.xerces.jaxp.SAXParserFactoryImpl at 
org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:815) 
at servlet.ApplyXSLT.process(ApplyXSLT.java:289) at 
servlet.ApplyXSLT.doGet(ApplyXSLT.java:200) .................


Has anyone else had this problem or have anything I could try to solve the 
what I feel is the parser error ?

Mohammed.



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org