On Thu, Aug 12, 2004 at 02:30:37PM -0700, Techs wrote:
: We're running tomcat 4.1 on redhat linux 9, when I try to start the service
: it it fails. The following is located in the catalina.out file:
:  
: java.util.zip.ZipException: No such file or directory
:         at java.util.zip.ZipFile.open(Native Method)
:         at java.util.zip.ZipFile.<init>(ZipFile.java:112)
:         at java.util.jar.JarFile.<init>(JarFile.java:127)
:         at java.util.jar.JarFile.<init>(JarFile.java:65)
:         at
: org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(Unknown
: Source)

Likely a permissions problem in one of the directories mentioned below.
This has bitten me before...


: Anybody have a clue? I haven't really working with tomcat before, don't know
: where to start to look? If it gave the name of a conf file error or the
: actual file that was missing that would be a help...

Given the class, likely it's one of the Tomcat standard repositories
(common/lib or shared/lib) or your webapp's WEB-INF/lib.

(This is based on a hunch; I have *not* read the code ;)

-QM
        

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to