Hi, guys! I have a problem. I am running Apache 2.0.50 + Tomcat5.0.27(mod_jk2) on Windows Server 2003. We have upgraded it from Apache 2.0.46+Tomcat 4.0.27(mod_jk). This combination worked fine but for some reasons we should periodically upgrade it to a newest versions. Anyway, I've started this application and I was surprised - it didnt work like before. The base app works fine, but it seems like I have a problem with XSLT engine. Technically this application recieves requests from user, process them and then sends results to an XSLT template and then user obtains visual results through generated from this template HTML page. So on this stage I have an error 500. Please give me some advice what should I do - change the xml parser, use older version of Tomcat(which is worth decision ever in my case) or what? I am not a Java programmer, so its difficult for me to understand this situation with XML parsers - first Crimson then Xerces etc. But maybe I'm wrong and this error have the other cause, so I need a professional advice, please. Any suggestions are welcome ASAP:) BTW, this application designed to use Apache and Tomcat without any additional installations (like Ant or Xerces/Xalan or whatever)
I didnt noticed nothing strange in logs (all clear) except this part of 'stdout.log': request Create Parser org.xml.sax.SAXNotRecognizedException: Feature 'http://apache.org/xml/features/validation/warn-on-undeclared-elemdef' is not recognized. xmlFile :/req.xml nodeValue :XSLT.xslt ======= documentURL ======= XSLT.xslt styleSheetTable : {} xsltRealPath : C:\webpub\apache\www\application-folder\XSLT\XSLT.xslt +++++++++++++++ And here is the content of error page generated by Tomcat: Estado HTTP 500 - -------------------------------------------------------------------------------- type Informe de Excepcion Mensaje descripcion El servidor encontro un error interno () que hizo que no pudiera rellenar este requerimiento. Excepcion javax.servlet.ServletException: La ejecucion del Servlet lanzo una excepcion causa raiz javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found javax.xml.transform.TransformerFactory.newInstance(Unknown Source) com.MapEnterprise.mapService.MapService.transformationXSLT(MapService.java:1131) OurServlet.doGet(OurServlet.java:617) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) nota La traza completa de la causa de este error se encuentra en los archivos de diario de Apache Tomcat/5.0.27. -------------------------------------------------------------------------------- Apache Tomcat/5.0.27 Thank you very much for any help!!! -- Best regards to all, Eugene mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
