On Tue, Aug 12, 2008 at 8:09 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote:

> Can you suggest ways to troubleshoot the problem I am having?
>
> I can neither get my war file, nor an exploded dir tree to start (tomcat
> 5.5)
>
> In the [catalina] log file I see these errors, which I believed related to
> a corrupt archive file. Having removed the archive, and replaced with a dir
> tree - I see the same errors.
>
> application failed to start : Error in dependencyCheck
> java.util.zip.ZipException: invalid entry CRC
>
> Where should I start to troubleshoot? I assume web.xml and server.xml are
> important - but really, I would like to know what kind of error I should be
> looking for.
>

You didn't mention what OS you're on, but if it's Linux you could start
Tomcat via strace and see which file it is dealing with right before the
error occurs, maybe it is a corrupt .jar file or something (on Solaris you
could do the same thing with truss).

Reply via email to