Trying to run the Cactus tests, I'm getting a very strange error. Many of
the tests succeed just fine, but then I get an HTTP 500 error on the
testCookieStringEquals test, with a partial stack trace looking like this:

----- Root Cause -----
javax.servlet.ServletException: 
org.apache.cactus.util.Configuration.isLoggingEnabled()Z
        at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:533)
        at
org.apache.jsp.jspRedirector_jsp._jspService(jspRedirector_jsp.java:121)

The weird thing about this is that jspRedirector_jsp.java only has 91
lines, but the exception supposedly occurs on line 121!

I get the same error with Tomcat 4.1.18 and 4.0.6, and an equivalent error
with Tomcat 3.3.1, so either my system is misconfigured, or we have a bug
in the tests. Given that the error message refers to a non-existent line
of code, I'm having a hard time figuring out which...

I'm using Cactus 13-1.3 (the tests fail even earlier with more recent
versions) and Ant 1.5.1.

Anyone have any idea what's up?

--
Martin Cooper



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

Reply via email to