On 18/09/2013 20:49, Konstantin Kolinko wrote:
> 2013/9/17 Mark Thomas <ma...@apache.org>:
>> The proposed Apache Tomcat 8.0.0 release candidate 2 is now available
>> for voting.
>>
>> Given this is a release candidate I am working on the basis that it is
>> equivalent to an alpha. The main changes since RC1 are:
>> - Updated spec implementations with results of various "grey area"
>> discussions from the EG mailing lists
>> - Now uses UTF-8 by default
>> - Switch to async logging and one-line log format by default
>> - New doc style
>> - Refactored TLD parsing (work in progress)
>> - Fixed all the issues reported against RC1
>> - Add Servlet 3.1 non-blocking support to the AJP connectors
>> - Fix an issue with the new WebResources and packed WAR files
>>
>> It can be obtained from:
>> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC2/
>> The Maven staging repo is:
>> https://repository.apache.org/content/repositories/orgapachetomcat-066/
>> The svn tag is:
>> http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0_RC2/
>>
>> The proposed 8.0.0-RC2 release is:
>> [x] Broken - do not release
>> [ ] Alpha - go ahead and release as 8.0.0-RC2 alpha
>>
> 
> WinXP, Java 7u25, trying to start with security being enabled Tomcat
> just dies at bootstrap time.
> 
>> catalina.bat run -security
> results in
> [[[
> java.lang.ClassNotFoundException:
> org.apache.tomcat.util.net.JIoEndpoint$PrivilegedSetTccl
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>         at 
> org.apache.catalina.security.SecurityClassLoad.loadTomcatPackage(SecurityClassLoad.java
> :282)
>         at 
> org.apache.catalina.security.SecurityClassLoad.securityClassLoad(SecurityClassLoad.java
> :49)
>         at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:266)
>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:461)
> ]]]
> and Tomcat dies.
> 
> (I was going to test ClassLoaderLogManager after recent changed by
> Chris, but it just dies before reaching there.)

Whoops. I've just fixed that locally and I now see some warnings related
to Chris's changes. I'll commit the first fix and then look at the
remaining warnings from the security manager.

It isn't as if the release process takes much effort so I'll roll RC3
anyway to pick up this and the cache fixes. I might get to that tonight
- it might wait until tomorrow.

Mark


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

Reply via email to