camisascad
Programmer
hello ,
i tried to migrate an application from tomcat 4 to tomcat 5 on the same machine (win Xp, jsdk 1.5) but under tomcat 5 i have the error:
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><h3>Validation error messages from TagLibraryValidator for fmt</h3><p>null: java.lang.IllegalStateException: can't declare any more prefixes in this context</p>
while under tomcat 4 everythig goes fine.
The application uses java struts, xml and custom tags libraries...
I don't understand what is the point that causes this error, maybe the version of xalan or xerces? or is it a syntax error?
I hope someone could help me to understand better the problem
Thanks in advance
i tried to migrate an application from tomcat 4 to tomcat 5 on the same machine (win Xp, jsdk 1.5) but under tomcat 5 i have the error:
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><h3>Validation error messages from TagLibraryValidator for fmt</h3><p>null: java.lang.IllegalStateException: can't declare any more prefixes in this context</p>
while under tomcat 4 everythig goes fine.
The application uses java struts, xml and custom tags libraries...
I don't understand what is the point that causes this error, maybe the version of xalan or xerces? or is it a syntax error?
I hope someone could help me to understand better the problem
Thanks in advance