you're kidding me! I was just looking for tomcat 4.1.14 after seeing something that changed in cvs and was tagged as being in 4.1.14. I'm downloading the source via anoncvs as I write this. Where is the binary available?

Thanks,

David

On 11/8/2002 1:31 PM, Mauro Daniel Ardolino wrote:

Remy: I've just downloaded Tomcat 4.1.14 and I'm testing it with my
application that has no problems running on Tomcat 4.1.12.

When I try to run my application (that Tomcat deploys ok), I receive this
error message (on the web browser), may be is due to a change in Xerces,
but my classes still compile ok with the xercesImpl.jar provided with
Tomcat 4.1.14 (see down the root cause):

javax.servlet.ServletException: Servlet execution threw an exception
       at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
       at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
       at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
       at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
       at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
       at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
.......AND SO ON....

----------
ROOT CAUSE:
----------


java.lang.NoSuchMethodError: org.apache.xerces.util.NamespaceSupport.reset(Lorg/apache/xerces/util/SymbolTable;)V
       at
org.apache.xml.serialize.XMLSerializer.reset(XMLSerializer.java:1424)
       at
org.apache.xml.serialize.BaseMarkupSerializer.setOutputCharStream(BaseMarkupSerializer.java:335)
       at org.apache.xml.serialize.XMLSerializer.(XMLSerializer.java:199)
       at
xml.DOMElementConverter.asXmlString(DOMElementConverter.java:41)
       at
xml.DOMElementConverter.asXmlInputStream(DOMElementConverter.java:27)
       at
query.rowFilters.definitions.RowsFilterDefinition.asXmlInputStream(RowsFilterDefinition.java:33)
       at
servlets.ProductFilterFormServlet.doGet(ProductFilterFormServlet.java:46)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
       at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
       at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
...AND SO ON.....

I'm using 4.1.14 because I have to use symlinks (see thread about symlinks
that has just been finished).

Thanks.

Mauro



On Tue, 29 Oct 2002, Remy Maucherat wrote:

A new test milestone of Tomcat 4.1 has just been released. Please help test this upcoming Tomcat release for compliance issues and other problems.

Downloads:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.14/

Significant changes over 4.1.13 include a security manager bugfix. Over 4.1.12, Tomcat 4.1.14 includes bugfixes as well as performance improvements.

The full list of changes is available in the release notes.
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.14/RELEASE-NOTES

Remy


--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>






Reply via email to