Bug 45293 - catalina.policy prevents tomcat 5.5.26 from start
Summary: catalina.policy prevents tomcat 5.5.26 from start
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.5.26
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
: 45709 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-26 14:50 UTC by Grzegorz Turski
Modified: 2008-08-29 04:01 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***