On 22.01.2011 19:01, Jim Jagielski wrote:
The builds for Tomcat 5.5.32 are ready for testing and approval.
The candidates binaries are available here:
http://people.apache.org/~jim/tomcat-5.5/
According to the release process, the 5.5.32 build corresponding to the
tag TOMCAT_5_5_32 [1] is:
[ ] Broken
[ ] Alpha
[ ] Beta
[X] Stable
- MD5 OK
- signatures OK
- key in KEYS file
- gz and zip for src and bin consistent
- src consistent with svn tag
- builds fine
- build result looks consistent with binaries
- Minor things:
- bin/version.sh doesn_t have execute permissions in bin tarball
- additional build.xml included in top-level src tar and zip
which is a duplicate of the one in the build directory.
- STATUS.txt in svn, but not in src tar and zip
(I guess that's expected)
- 4 errors in run-tester, but I vaguely remember those are
not regressions (details see below)
- Some javadoc warnings but AFAIK TC 5.5 was never 100% clean
w.r.t. javadoc.
Details for run-tester:
[tester] FAIL [GET /tester/ErrorPage08?type=Arithmetic HTTP/1.0]
Expected data 'ErrorPage06 PASSED - SERVLET', got data 'ErrorPage06
FAILED - message is not correct'
[tester] FAIL [GET /tester/WrappedErrorPage08?type=Arithmetic
HTTP/1.0] Expected data 'ErrorPage06 PASSED - SERVLET', got data
'ErrorPage06 FAILED - message is not correct'
[tester] FAIL [GET /tester/ErrorPage08?type=Array HTTP/1.0] Expected
data 'ErrorPage06 PASSED - JSP', got data 'ErrorPage06 FAILED - message
is not correct'
[tester] FAIL [GET /tester/WrappedErrorPage08?type=Array HTTP/1.0]
Expected data 'ErrorPage06 PASSED - JSP', got data 'ErrorPage06 FAILED -
message is not correct'
Excerpt from catalina.out just in case it helps:
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.ApplicationContext log
INFO: RequestListener01: requestInitialized()
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.ApplicationContext log
INFO: RequestListener01:
attributeAdded(org.apache.catalina.jsp_file,/ErrorPage08.jsp)
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener01: sessionCreated(F404B825FBC270339EBB36A0E2303A50)
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.ApplicationContext log
INFO: RequestListener01:
attributeRemoved(org.apache.catalina.jsp_file,/ErrorPage08.jsp)
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Servlet.service() for servlet ErrorPage08 threw exception
java.lang.ArithmeticException: ErrorPage08 Threw ArithmeticException
»·······at
org.apache.jsp.ErrorPage08_jsp._jspService(ErrorPage08_jsp.java:50)
»·······at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
»·······at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
»·······at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)
»·······at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:308)
»·······at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:259)
»·······at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
»·······at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
»·······at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
»·······at org.apache.tester.StaticFilter.doFilter(StaticFilter.java:72)
»·······at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
»·······at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
»·······at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
»·······at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
»·······at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
»·······at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
»·······at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
»·······at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
»·······at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
»·······at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
»·······at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
»·······at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
»·······at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
»·······at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
»·······at java.lang.Thread.run(Thread.java:534)
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.ApplicationContext log
INFO: RequestListener01:
attributeAdded(javax.servlet.error.exception,org.apache.jasper.JasperException:
Exception in JSP: /ErrorPage08.jsp:25
22: // Throw the specified exception
23: String type = request.getParameter("type");
24: if ("Arithmetic".equals(type)) {
25: throw new ArithmeticException
26: ("ErrorPage08 Threw ArithmeticException");
27: } else if ("Array".equals(type)) {
28: throw new ArrayIndexOutOfBoundsException
Stacktrace:)
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.ApplicationContext log
INFO: RequestListener01: requestDestroyed()
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.ApplicationContext log
INFO: RequestListener01: attributeAdded(javax.servlet.error.status_code,500)
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.ApplicationContext log
INFO: RequestListener01:
attributeAdded(javax.servlet.error.message,Exception in JSP:
/ErrorPage08.jsp:25
22: // Throw the specified exception
23: String type = request.getParameter("type");
24: if ("Arithmetic".equals(type)) {
25: throw new ArithmeticException
26: ("ErrorPage08 Threw ArithmeticException");
27: } else if ("Array".equals(type)) {
28: throw new ArrayIndexOutOfBoundsException
Stacktrace:)
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.ApplicationContext log
INFO: RequestListener01:
attributeReplaced(javax.servlet.error.exception,org.apache.jasper.JasperException:
Exception in JSP: /ErrorPage08.jsp:25
22: // Throw the specified exception
23: String type = request.getParameter("type");
24: if ("Arithmetic".equals(type)) {
25: throw new ArithmeticException
26: ("ErrorPage08 Threw ArithmeticException");
27: } else if ("Array".equals(type)) {
28: throw new ArrayIndexOutOfBoundsException
Stacktrace:)
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.ApplicationContext log
INFO: RequestListener01:
attributeAdded(javax.servlet.error.servlet_name,ErrorPage08)
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.ApplicationContext log
INFO: RequestListener01:
attributeAdded(javax.servlet.error.request_uri,/tester/ErrorPage08)
Jan 27, 2011 12:00:43 PM org.apache.catalina.core.ApplicationContext log
INFO: RequestListener01:
attributeAdded(javax.servlet.error.exception_type,class
java.lang.ArithmeticException)
Regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org