At 02:00 PM 2/18/02 -0500, Delage, Dave wrote: >I got this message once when I had two different versions of a jar file in >two different locations. It took forever to debug. (The jar file was part >of the Informix JDBC driver package.) Once I deleted the wrong version, the >ZipException went away. > >Hope it helps.
It certianly did! I dug around and found a duplicate jar file. Removing it stopped the ZipException I was getting in catalina.out. However, I'm still getting the ZipException in my application log (see below). As I mentioned earlier, this doesn't seem to affect the functioning of the application, but it is very strange and I wish I knew why I was getting it. There doesn't seem to be anything wrong with the zip files themselves. Thanks!! Cindy >> >> From my application log... >> >> 2002-02-15 15:13:08 ContextConfig[/applications]: Scanning web.xml tag >> libraries >> 2002-02-15 15:13:08 ContextConfig[/applications]: URI='/mpitaglib', >> ResourcePath='/WEB-INF/tlds/mpitaglib_1_0.tld' >> 2002-02-15 15:13:08 ContextConfig[/applications]: >> tldConfigJar(/WEB-INF/tlds/mpitaglib_1_0.tld): >> java.util.zip.ZipException: >> error in opening zip file >> 2002-02-15 15:13:08 ContextConfig[/applications]: URI='/orataglib', >> ResourcePath='/WEB-INF/tlds/orataglib_1_0_3.tld' >> 2002-02-15 15:13:08 ContextConfig[/applications]: >> tldConfigJar(/WEB-INF/tlds/orataglib_1_0_3.tld): >> java.util.zip.ZipException: error in opening zip file >> 2002-02-15 15:13:08 ContextConfig[/applications]: Scanning >> library JAR files >> 2002-02-15 15:13:08 ContextConfig[/applications]: >> tldConfigJar(/WEB-INF/lib/multigen.jar): Processing entry >> 'META-INF/taglib.tld' >> 2002-02-15 15:13:08 ContextConfig[/applications]: >> tldConfigJar(/WEB-INF/lib/orataglib_1_0_3.jar): Processing entry >> 'META-INF/taglib.tld' >> >> >> >> -- >> To unsubscribe: <mailto:[EMAIL PROTECTED]> >> For additional commands: <mailto:[EMAIL PROTECTED]> >> Troubles with the list: <mailto:[EMAIL PROTECTED]> >> > >-- >To unsubscribe: <mailto:[EMAIL PROTECTED]> >For additional commands: <mailto:[EMAIL PROTECTED]> >Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
