Re: crash on startup: java.util.zip.ZipException: Permission denied

2003-09-03 Thread Joseph Shraibman
I've discovered the problem is that I have a symlink to bsh-1.3b2.jar (beanshell) in shared/lib. I don't know why that is a problem but it is. I tried both 1.3.0 and 2.0b1 and they both have the problem, but 1.2b7 does not Joseph Shraibman wrote: I've been running tomcat 4.1.18 on rh9 with

crash on startup: java.util.zip.ZipException: Permission denied

2003-09-02 Thread Joseph Shraibman
I've been running tomcat 4.1.18 on rh9 with jdk 1.4.2 for a while. Suddenly today trying to start tomcat results in: java.util.zip.ZipException: Permission denied at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.init(ZipFile.java:112) at

Re: crash on startup: java.util.zip.ZipException: Permission denied

2003-09-02 Thread Filip Hanik
check your permissions on your libraries in WEB-INF/lib did you copy them in under a different user? Filip - Original Message - From: Joseph Shraibman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 7:05 PM Subject: crash on startup: java.util.zip.ZipException

Re: crash on startup: java.util.zip.ZipException: Permission denied

2003-09-02 Thread Joseph Shraibman
Even if that would cause a webapp not to load, it wouldn't keep tomcat from starting, would it? Filip Hanik wrote: check your permissions on your libraries in WEB-INF/lib did you copy them in under a different user? Filip - To

Re: crash on startup: java.util.zip.ZipException: Permission denied

2003-09-02 Thread Filip Hanik
PROTECTED] Sent: Tuesday, September 02, 2003 7:14 PM Subject: Re: crash on startup: java.util.zip.ZipException: Permission denied Even if that would cause a webapp not to load, it wouldn't keep tomcat from starting, would it? Filip Hanik wrote: check your permissions on your libraries in WEB-INF/lib

Re: crash on startup: java.util.zip.ZipException: Permission denied

2003-09-02 Thread Joseph Shraibman
Filip Hanik wrote: actually looking at the stack trace, looks like a tomcat classloader, so this could be related to jar files in common/lib and server/lib and yes, this would keep tomcat from starting :) Filip All of those have global read permission, and haven't changed recently. So why would