Bug 45293

Summary: catalina.policy prevents tomcat 5.5.26 from start
Product: Tomcat 5 Reporter: Grzegorz Turski <gturski>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal CC: wtranmer
Priority: P3    
Version: 5.5.26   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Grzegorz Turski 2008-06-26 14:50:20 UTC
I'm trying to setup tomcat 5.5.26 with security manager on windows XP and Java 5. 

I found wrong entry for commons-logging in catalina.policy which prevents tomcat from start:
grant codeBase "file:${catalina.home}/bin/commons-logging-api.jar" 
   This should be replaced by 
grant codeBase "file:${catalina.home}/bin/commons-logging-api-1.1.1.jar"
otherwise Tomcat dies with java.lang.reflect.InvocationTargetException caused by security exception in org.apache.commons.logging.LogConfigurationException
Comment 1 Mark Thomas 2008-06-26 15:02:17 UTC
There is already a fix proposed for this.
Comment 2 Grzegorz Turski 2008-06-26 15:10:51 UTC
Thanks for reply.
Comment 3 Mark Thomas 2008-07-30 11:01:35 UTC
This has been fixed in 5.5.x and will be included in 5.5.27 onwards.
Comment 4 Mark Thomas 2008-08-29 04:01:19 UTC
*** Bug 45709 has been marked as a duplicate of this bug. ***