java.security.AccessControlException

2004-09-07 Thread Andre Legendre
Hi I had a servlet working using jwsdp 1.3. I changed to 1.4 and I get now a java.security.AccessControlException My classes are in a jar located in WEB-INF/lib/ my policy is : grant { permission java.security.AllPermission , ; }; Any help welcome Andre Legendre Error is : INFO: Server

Repost: java.security.AccessControlException

2004-09-07 Thread Andre Legendre
Hi I post again my problem because I get stuck and I need some help. I had a servlet working using jwsdp 1.3. I changed to 1.4 and I get now a java.security.AccessControlException My classes are in a jar located in WEB-INF/lib/ my policy is : grant { permission java.security.AllPermission

Re: Repost: java.security.AccessControlException

2004-09-07 Thread David Wall
Subject: Repost: java.security.AccessControlException Hi I post again my problem because I get stuck and I need some help. I had a servlet working using jwsdp 1.3. I changed to 1.4 and I get now a java.security.AccessControlException My classes are in a jar located in WEB-INF/lib/ my

Re: Repost: java.security.AccessControlException

2004-09-07 Thread Andre Legendre
, 2004 8:34 AM Subject: Repost: java.security.AccessControlException Hi I post again my problem because I get stuck and I need some help. I had a servlet working using jwsdp 1.3. I changed to 1.4 and I get now a java.security.AccessControlException My classes are in a jar located in WEB-INF/lib/ my

RE: java.security.AccessControlException: access denied

2004-08-25 Thread Shilpa Nalgonda
, August 25, 2004 1:23 PM To: Shilpa Nalgonda Subject: RE: java.security.AccessControlException: access denied That's really curious. I'd try two things: 1) change the file permission to this: permission java.io.FilePermission ALL FILES, read; If that works, then there's a problem with the path

tomcat5: Error java.security.AccessControlException: Access denied (mx4j.server.MBeanTrustPermission register): MBean class org.apache.commons.modeler.BaseModelMBean is not trusted for registration

2004-08-24 Thread Benoit Marchal
=none, J2EEServer=none java.security.AccessControlException: Access denied (mx4j.server.MBeanTrustPermission register): MBean class org.apache.commons.modeler.BaseModelMBean is not trusted for registration at mx4j.server.interceptor.SecurityMBeanServerInterceptor.checkTrustRegistr ation

java.security.AccessControlException: access denied

2004-08-24 Thread Shilpa Nalgonda
directory. There are read permissions on the cert file. But still for some reason the verisign is not able to read the cert file due to the below error. RESULT=-31RESPMSG=The certificate chain did not validate, no local certificate found, java.security.AccessControlException: access denied

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Benjamin Armintor
PROTECTED] Subject: java.security.AccessControlException: access denied I am running Tomcat4.1.30 on windows 2000, with security option turned on. My java application which is using JDK 1.4, connects to the the credit card authorizing company called verisign, and returns the approval authorization code

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Shilpa Nalgonda
else? -Original Message- From: Benjamin Armintor [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 3:32 PM To: Tomcat Users List Subject: RE: java.security.AccessControlException: access denied Where did you add the permission in the catalina.policy file? In a general grant{} block

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Benjamin Armintor
Nalgonda [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 2:50 PM To: Tomcat Users List Subject: RE: java.security.AccessControlException: access denied I added the below line in the general grant{} block. permission java.io.FilePermission C:\\Program Files\\Apache Group\\Tomcat 4.1\\certs

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Shilpa Nalgonda
No certs is a directory. shall i add it in other place other than the general grant block. -Original Message- From: Benjamin Armintor [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 4:09 PM To: Tomcat Users List Subject: RE: java.security.AccessControlException: access denied

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Benjamin Armintor
: Mainframe Group University of Texas - Austin tele: (512) 232-6562 email: [EMAIL PROTECTED] -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 3:10 PM To: Tomcat Users List Subject: RE: java.security.AccessControlException: access denied

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Shilpa Nalgonda
Armintor [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 4:42 PM To: Tomcat Users List Subject: RE: java.security.AccessControlException: access denied You shouldn't need to add it anywhere else: Permissions are cumulative, so if that file permission is in a grant{} block, all the code

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Shilpa Nalgonda
the same error. -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 4:50 PM To: Tomcat Users List Subject: RE: java.security.AccessControlException: access denied I am using -security option to run TC. I am not quite sure about the syntax

Re: java.security.AccessControlException

2004-01-12 Thread thuret olivier
yes,thanks :) - Original Message - From: Jeanfrancois Arcand [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 09, 2004 7:26 PM Subject: Re: java.security.AccessControlException thuret olivier wrote: no thanks i see my error i'm a noobie

java.security.AccessControlException

2004-01-09 Thread thuret olivier
hello, i'm problem with my tomcat 5.0.16. i have a error message when tomcat start with the following message : java.security.AccessControlException: access denied (java.io.FilePermission C:\Tomcat\webapps\V2\WEB-INF\classes\mx4j\tools\naming\NamingService.class read

Re: java.security.AccessControlException

2004-01-09 Thread thuret olivier
no thanks i see my error i'm a noobie .. - Original Message - From: thuret olivier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 09, 2004 5:00 PM Subject: java.security.AccessControlException hello, i'm problem with my tomcat 5.0.16. i have

Re: java.security.AccessControlException

2004-01-09 Thread Jeanfrancois Arcand
: java.security.AccessControlException hello, i'm problem with my tomcat 5.0.16. i have a error message when tomcat start with the following message : java.security.AccessControlException: access denied (java.io.FilePermission C:\Tomcat\webapps\V2\WEB-INF\classes\mx4j\tools\naming\NamingService.class read

Tomcat and security manager: unexpected java.security.AccessControlException on sun linux cobalt

2002-12-03 Thread J.P.Jarolim
get one of these SecurityExceptions: java.security.AccessControlException: access denied (java.io.FilePermission /home/.sites/143/site40/web/test.txt read) (Test.txt is the file we want to read in the first part of our testsuite: File permissions 777) We looked into the tomcat docs how to setup

Re: Tomcat and security manager: unexpected java.security.AccessControlException on sun linux cobalt

2002-12-03 Thread Rasputin
* J.P.Jarolim [EMAIL PROTECTED] [1217 11:17]: java.security.AccessControlException: access denied (java.io.FilePermission /home/.sites/143/site40/web/test.txt read) We looked into the tomcat docs how to setup the security manager correctly and looked into the tomcat.policy file

Re: Tomcat and security manager: unexpected java.security.AccessControlException on sun linux cobalt

2002-12-03 Thread J.P.Jarolim
Hi - thanks for the answer; I found the following line in the description for java.io.FilePermission indicating that i could have a serious problem in understanding english (nosarkasm): A pathname that ends with /- indicates (recursively) all files and subdirectories contained in that directory.

Solved: Tomcat and security manager: unexpected java.security.AccessControlException on sun linux cobalt

2002-12-03 Thread your mom
sites. thanx for your all your help on this group, J.P.Jarolim P.S.: Keywords for other googlers like me: tomcat ignoring ignore tomcat.policy grant java server.xml security manager FilePermission java.security.AccessControlException secure security sun cobalt -- To unsubscribe, e-mail

tomcat4 startup exception -- java.security.AccessControlException

2001-12-17 Thread Xin Li
Hi, I'm running a servlet under Tomcat4. The servlet is an enhydra application. The stand alone enhydra application can be run perfectly under enhydra, but when it is run under tomcat4, it says java.security.AccessControlException: access denied (java.io.FilePermission /CatalinaHome/webapps

Re: My java.security.AccessControlException@Waterloo.be

2001-10-02 Thread Frank Lawlor
Third try since I never saw this show up: Do you need to specify a security provider in java.security, e.g., security.provider.3=com.sun.crypto.provider.SunJCE (the above is for Sun's encryption provider). Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned

REPOST: anybody? My java.security.AccessControlException@Waterloo.be

2001-09-20 Thread Cor Hofman
, but what I keep getting is the exception shown below. java.security.AccessControlException: access denied (java.security.SecurityPermission getProperty.login.configuration.provider) The code I use to authenticate a user with JBoss is the following: AppCallbackHandler handler = new AppCallbackHandler