Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-26 Thread Steve Ryder
ay as well. - Original Message - From: "Rainer Jung" To: Sent: Sunday, September 26, 2010 6:50 AM Subject: Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties On 15.09.2010 11:02, Pid wrote: On 14/09/2010 23:35, André Warnier wrote: Pid wrote: On 14/

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-26 Thread Rainer Jung
On 15.09.2010 11:02, Pid wrote: On 14/09/2010 23:35, André Warnier wrote: Pid wrote: On 14/09/2010 16:17, Steve Ryder wrote: java.security.AccessControlException: access denied (java.io.FilePermission /home/sryder/JsrSystems.info/ROOT/WEB-INF/classes/logging.properties read) When I first noti

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-15 Thread Pid
On 14/09/2010 23:35, André Warnier wrote: > Pid wrote: >> On 14/09/2010 16:17, Steve Ryder wrote: >>> java.security.AccessControlException: access denied >>> (java.io.FilePermission >>> /home/sryder/JsrSystems.info/ROOT/WEB-INF/classes/logging.properties >>> read) >>> >>> When I first noticed this

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-14 Thread André Warnier
Pid wrote: On 14/09/2010 16:17, Steve Ryder wrote: java.security.AccessControlException: access denied (java.io.FilePermission /home/sryder/JsrSystems.info/ROOT/WEB-INF/classes/logging.properties read) When I first noticed this I added the java.io.FilePermission to catalina.policy under WEB A

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-14 Thread Pid
On 14/09/2010 22:01, Steve Ryder wrote: > Thanks for your response, I really do need some help. After lots of > testing (when mail was working), I migrated my production workload to a > new server. Yesterday, Java Mail stopped working, I suspect because I > added the wrong permission in the wrong

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-14 Thread Steve Ryder
Thanks for your response, I really do need some help. After lots of testing (when mail was working), I migrated my production workload to a new server. Yesterday, Java Mail stopped working, I suspect because I added the wrong permission in the wrong place. (see #2). I have tried removing that

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-14 Thread Pid
On 14/09/2010 16:17, Steve Ryder wrote: > java.security.AccessControlException: access denied (java.io.FilePermission > /home/sryder/JsrSystems.info/ROOT/WEB-INF/classes/logging.properties read) > > When I first noticed this I added the java.io.FilePermission > to catalina.policy under WEB APP P

Re: Tomcat 5.5: java.io.FilePermission read access denied to logging.properties

2010-09-14 Thread Steve Ryder
java.security.AccessControlException: access denied (java.io.FilePermission /home/sryder/JsrSystems.info/ROOT/WEB-INF/classes/logging.properties read) When I first noticed this I added the java.io.FilePermission to catalina.policy under WEB APP PERMISSIONS grant { // Added by JSR 2010-09-13