Hi, Ooh, not good. I'll look into these a bit when I get a chance, but if someone else has a good idea please jump in ;)
Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Mladen Turk [mailto:[EMAIL PROTECTED] >Sent: Monday, September 13, 2004 11:40 AM >To: Tomcat Developers List >Subject: Re: 5.5.2-alpha tomorrow > >Shapira, Yoav wrote: > >> Hi, >> >> Is it OK with everyone to explicitly call this 5.5.2-alpha in the >> release announcements and Jakarta news/download pages? The stability >> vote will be as usual, one week after the release, and the stability >> vote results announced (and web site possibly changed) as usual at that >> time. >> > >Some results for current HEAD build: > >run-tester: >... >Jsp: >... > [tester] ================================================ > [tester] RECEIVED: ====================================== > [tester] This is before the include > [tester] Include00a PASSED > [tester] This is after the include > > [tester] ================================================ > [tester] FAIL [GET /tester/JspInclude01.jsp?path=/Include00a >HTTP/1.0] Failed Golden File Comparison > [echo] ----- jsp:include flush=false ----- > [tester] OK [GET /tester/JspInclude02.jsp?path=/JspInclude02a.jsp >HTTP/1.0] > [tester] EXPECTED: ====================================== > [tester] This is before the include > [tester] Include00a PASSEDSessionListener01: sessionCreated() > [tester] SessionListener02: sessionCreated() > > [tester] This is after the include > > [tester] ================================================ > [tester] RECEIVED: ====================================== > [tester] This is before the include > [tester] Include00a PASSED > [tester] This is after the include > > [tester] ================================================ > [tester] FAIL [GET /tester/JspInclude02.jsp?path=/Include00a >HTTP/1.0] Failed Golden File Comparison > >... >HttpSession: > [tester] FAIL [GET /tester/Session01 HTTP/1.0] Expected data >'Session01 PASSED', got data 'Session01 FAILED - Requested existing >session E176C49EC23A64A9E93B33726AF90C5B' > [tester] FAIL [GET /tester/Session02 HTTP/1.0] Expected data >'Session02 PASSED', got data 'Session02 FAILED - Cannot retrieve attribute' > [tester] OK [GET /manager/reload?path=/tester HTTP/1.0] > [tester] FAIL [GET /tester/Session03 HTTP/1.0] Expected data >'Session03 PASSED', got data 'Session03 FAILED - Cannot retrieve attribute' > [tester] OK [GET /tester/Session04 HTTP/1.0] > [tester] FAIL [GET /tester/WrappedSession01 HTTP/1.0] Expected data >'Session01 PASSED', got data 'Session01 FAILED - Requested existing >session 8BEEABA3369BCDF9CD7777E93DC09FFB' > [tester] FAIL [GET /tester/WrappedSession02 HTTP/1.0] Expected data >'Session02 PASSED', got data 'Session02 FAILED - Cannot retrieve attribute' > [tester] OK [GET /manager/reload?path=/tester HTTP/1.0] > [tester] FAIL [GET /tester/WrappedSession03 HTTP/1.0] Expected data >'Session03 PASSED', got data 'Session03 FAILED - Cannot retrieve attribute' > [tester] OK [GET /tester/WrappedSession04 HTTP/1.0] > [tester] EXPECTED: ====================================== >... > [tester] FAIL [GET /tester/Session05 HTTP/1.0] Failed Golden File >Comparison > [tester] EXPECTED: ====================================== > [tester] TesterHttpServletRequestWrapper.getSession(b) >... > > [tester] FAIL [GET /tester/WrappedSession05 HTTP/1.0] Failed Golden >File Comparison > [tester] FAIL [GET /tester/Session06 HTTP/1.0] Expected data >'Session06 PASSED', got data 'Session06 FAILED - Returned new session' > [tester] FAIL [GET /tester/WrappedSession06 HTTP/1.0] Expected data >'Session06 PASSED', got data 'Session06 FAILED - Returned new session' > [tester] OK [GET /tester/Session07a.jsp HTTP/1.0] > [tester] OK [GET /tester/Session07b.jsp HTTP/1.0] >... > >Inside build/log/catalina.out: > >2004.09.13 17:31:04 org.apache.catalina.core.ApplicationContext log >SEVERE: Servlet /tester threw load() exception >javax.servlet.UnavailableException: ErrorPage07 Threw >UnavailableException in init() > at org.apache.tester.ErrorPage07.init(ErrorPage07.java:36) > at javax.servlet.GenericServlet.init(GenericServlet.java:211) > at >org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.ja va:1 >003) > at >org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:836) > at >org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext. java >:3823) > at >org.apache.catalina.core.StandardContext.start(StandardContext.java:412 8) > at >org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.j ava: >755) > at >org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) > at >org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) > at >org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java: 883) > at >org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.jav a:84 >6) > at >org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474) > at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1076) > at >org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:3 10) > at >org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleS uppo >rt.java:119) > at >org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1011) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:718) > at >org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1003) > at >org.apache.catalina.core.StandardEngine.start(StandardEngine.java:420) > at >org.apache.catalina.core.StandardService.start(StandardService.java:450 ) > at >org.apache.catalina.core.StandardServer.start(StandardServer.java:1967) > at org.apache.catalina.startup.Catalina.start(Catalina.java:541) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja va:3 >9) > at >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso rImp >l.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja va:3 >9) > at >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso rImp >l.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269) >2004.09.13 17:31:04 org.apache.catalina.core.ApplicationContext log >INFO: Context00: Setting attribute 'context00' > > >Regards, >MT. > This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]