A google search seems to indicate that this is an XML parsing problem. You might want to check and see if you have any old versions of parsers (such as xerces and crimson) on your classpath.

Bill Siggelkow

Jens Kühnberger wrote:
Hi everyone,

I got a problem with updating my webapplication from struts 1.0, jstl 1.0 and tomcat 4.1 to struts 1.1, JSTL 1.1 and tomcat 5.

I got rid of all the old .jar and .tld files and inserted the new ones.
I tried all different uri on the .jsp page, read through various messages on the mailing list, but I'm still stuck with the following error.


I would be happy for any new ideas.

Thanks,
Jens


org.apache.jasper.JasperException: <h3>Validation error messages from
TagLibraryValidator for c</h3><p>null: java.lang.IllegalStateException:
can't declare any more prefixes in this context</p>
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)


org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:404)

org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:112)

org.apache.jasper.compiler.Validator.validateXmlView(Validator.java:1578)
org.apache.jasper.compiler.Validator.validate(Validator.java:1524)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:247)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:456)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:553)


org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)


org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)

org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to