You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jean-frederic clere <jf...@gmail.com> on 2010/01/19 15:25:00 UTC

[VOTE] Release build 6.0.24

The candidates binaries are available here:
http://people.apache.org/~jfclere/tomcat-6/v6.0.24/

According to the release process, the 6.0.24 tag is:
[ ] Broken
[ ] Alpha
[ ] Beta
[ ] Stable

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release build 6.0.24

Posted by Mark Thomas <ma...@apache.org>.
On 19/01/2010 09:25, jean-frederic clere wrote:
> The candidates binaries are available here:
> http://people.apache.org/~jfclere/tomcat-6/v6.0.24/
> 
> According to the release process, the 6.0.24 tag is:
> [ ] Broken
> [ ] Alpha
> [ ] Beta
> [X] Stable

Checked:
-src.zip
-src.tar.gz
.exe
.zip
.tar.gz
-windows-x86.zip
-fulldocs.tar.gz

MD5s OK
Signatures OK
Key in web of trust

.exe
 - installer works on 32-bit windows - good
 - logs not lost on shutdown         - good
 - correct native library used       - good
 - conf files have LF line-endings   - minor - same as 6.0.20

-src.zip
 - *.java files have CRLF endings    - good
 - conf files have CRLF endings      - good
 - contents agrees with tag          - good

-src.tar.gz
 - *.java files have LF endings      - good
 - conf files have LF endings        - good
 - contents agree with -src.zip      - good
   (except line endings)

.zip
 - conf files have CRLF endings      - good
 - .bat files have CRLF endings      - good
 - .sh files have LF endings         - good
 - other text files have LF endings  - minor - same as 6.0.20
 - runs on 32-bit windows            - good

.tar.gz
 - conf files have LF endings        - good
 - .bat files have CRLF endings      - good
 - .sh files have LF endings         - good
 - other text files have LF endings  - good
 - runs on OSX 10.5.8                - good
 - Servlet 2.5 TCK passes            - good
 - Servlet 2.5 TCK passes with SM*   - good
 - JSP 2.1 TCK passes                - good
 - JSP 2.1 TCK passes with SM        - good

* There are 5 failures, all expected since the tests try to make network
connections which are prevented by the security manager

The minor line-ending issues we a) know about and b) were in 6.0.20 so I
do not see these as show stoppers.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release build 6.0.24

Posted by Konstantin Kolinko <kn...@gmail.com>.
2010/1/20 Konstantin Kolinko <kn...@gmail.com>:
> 2010/1/19 jean-frederic clere <jf...@gmail.com>:
>> The candidates binaries are available here:
>> http://people.apache.org/~jfclere/tomcat-6/v6.0.24/
>>
>>
>
> Tested
> apache-tomcat-6.0.24.exe
> apache-tomcat-6.0.24-windows-x86.zip
>
> Environment: JRE 6u17 on WinXP 32-bit
> Tested with and without Tomcat-Native 1.1.19, with and without Security Manager.
>
>
> When running with Security Manager I stumbled upon the following:
> if I start with a pristine installation (from a zip file), and the
> first page that I access is
>
> http://localhost:8080/examples/jsp/jsp2/el/implicit-objects.jsp?foo=bar
>
> I receive AccessControlException.
>
> The stack trace is the same as in Bug 48438, mentioning
> "ProtectedFunctionMapper.getMapForFunction()" as the place where class
> loading was forbidden, but this time it is a perfectly valid JSP where
> it is observed.
>
> If I refresh the page, I can get a NoClassDefFoundError, but unless I
> restart Tomcat and access some other JSP first  I cannot get rid of
> the error.
>
> Looks like a showstopper.
>

Reproduced it in 6.0.20.

>> According to the release process, the 6.0.24 tag is:
 [ ] Broken
 [ ] Alpha
 [ ] Beta
 [X] Stable

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release build 6.0.24

Posted by Konstantin Kolinko <kn...@gmail.com>.
2010/1/19 jean-frederic clere <jf...@gmail.com>:
> The candidates binaries are available here:
> http://people.apache.org/~jfclere/tomcat-6/v6.0.24/
>
> According to the release process, the 6.0.24 tag is:
> [ ] Broken
> [ ] Alpha
> [ ] Beta
> [ ] Stable
>

Tested
apache-tomcat-6.0.24.exe
apache-tomcat-6.0.24-windows-x86.zip

Environment: JRE 6u17 on WinXP 32-bit
Tested with and without Tomcat-Native 1.1.19, with and without Security Manager.


When running with Security Manager I stumbled upon the following:
if I start with a pristine installation (from a zip file), and the
first page that I access is

http://localhost:8080/examples/jsp/jsp2/el/implicit-objects.jsp?foo=bar

I receive AccessControlException.

The stack trace is the same as in Bug 48438, mentioning
"ProtectedFunctionMapper.getMapForFunction()" as the place where class
loading was forbidden, but this time it is a perfectly valid JSP where
it is observed.

If I refresh the page, I can get a NoClassDefFoundError, but unless I
restart Tomcat and access some other JSP first  I cannot get rid of
the error.

Looks like a showstopper.



Other issues that I observed are minor.

1) When stopping Tomcat Windows service,
not all of the shutdown sequence log messages reach the log. I see
only "Stopping service Catalina", but not the "Stopping Coyote"
message.

It looks like the JVM shutdown hook that shuts down the logging
subsystem is started before the server thread stops. (Maybe some
Thread.join() call will fix the issue).

None of the messages before the shutdown sequence are lost, so I think
it is a minor issue.


2) When running with Tomcat-native 1.1.19 on Windows
when shutting down Tomcat (either with shutdown.bat or stopping a
service) I either
a) observe an Error message in the log  (as the last message in the
shutdown sequence), or
b) hs_err_pidNNNN.log is generated, reporting an EXCEPTION_ACCESS_VIOLATION.

When running as a service you'll only observe b), because of the
logging issue that I described above. The error location is in
org.apache.tomcat.jni.Socket.accept

I think it is a minor issue, because it only happens on shutdown. I'll
file a Bugzilla issue with more details.



Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release build 6.0.24

Posted by Yoav Shapira <yo...@apache.org>.
On Tue, Jan 19, 2010 at 9:25 AM, jean-frederic clere <jf...@gmail.com> wrote:
> The candidates binaries are available here:
> http://people.apache.org/~jfclere/tomcat-6/v6.0.24/
>
> According to the release process, the 6.0.24 tag is:
> [ ] Broken
> [ ] Alpha
> [ ] Beta
> [ X ] Stable

I did not run the TCK, but I did run some local test scripts on
home-grown web apps.  Same ones I've been running for a couple of
years.

Yoav

>
> Cheers
>
> Jean-Frederic
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release build 6.0.24

Posted by Filip Hanik - Dev Lists <de...@hanik.com>.
On 01/19/2010 07:25 AM, jean-frederic clere wrote:
> [X] Stable


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release build 6.0.24

Posted by Jim Jagielski <ji...@jaguNET.com>.
On Jan 19, 2010, at 9:25 AM, jean-frederic clere wrote:

> The candidates binaries are available here:
> http://people.apache.org/~jfclere/tomcat-6/v6.0.24/
> 
> According to the release process, the 6.0.24 tag is:
> [X] Stable
> 

Tested OK w/ no regressions from 6.0.20.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [VOTE] Release build 6.0.24

Posted by Mladen Turk <mt...@apache.org>.
On 01/19/2010 03:25 PM, jean-frederic clere wrote:
> The candidates binaries are available here:
> http://people.apache.org/~jfclere/tomcat-6/v6.0.24/
>
> According to the release process, the 6.0.24 tag is:
> [ ] Broken
> [ ] Alpha
> [ ] Beta
> [X] Stable
>

Cheers
-- 
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org