Re: Jre upgrade Issue with Tomcat 5.5 :java.util.zip.ZipException: error in opening zip file

2009-10-29 Thread selvakumar.V
files might be increased beyond the limit. After increasing the ulimit value ,it seems working fine. Thanks again for your replies Konstantin Kolinko wrote: > > 2009/10/28 selvakumar.V : >> >> drwxrwxrwx   2 casuser  casusers    1024 Oct 27 07:35 lib > > Do you have

Re: Jre upgrade Issue with Tomcat 5.5 :java.util.zip.ZipException: error in opening zip file

2009-10-28 Thread selvakumar.V
really dont know,because it was working fine in jre1.5...:thinking: Konstantin Kolinko wrote: > > 2009/10/28 selvakumar.V : >> >> drwxrwxrwx   2 casuser  casusers    1024 Oct 27 07:35 lib > > Do you have a reason why WEB-INF/lib folder is world-writable > (rwxrwxrwx)?

Re: Jre upgrade Issue with Tomcat 5.5 :java.util.zip.ZipException: error in opening zip file

2009-10-27 Thread selvakumar.V
Oct 2009 03:47:23 -0700 (PDT) > schrieb "selvakumar.V" : > >> WARNING: Could not get dir listing for >> /opt/CSCOpx/MDC/tomcat/webapps/ipm/WEB-INF > > What do you get if you type at the shell prompt: > > ls -la /opt/CSCOpx/MDC/tomcat/webapps/ipm/WE

RE: Jre upgrade Issue with Tomcat 5.5 :java.util.zip.ZipException:error in opening zip file

2009-10-27 Thread selvakumar.V
didnt change any permission and all. And we are facing that issue in 2 application only.Rest of the applications are working fine. And do you mean that the permission relate to "JRE related stuff or Application related stuff" ?. thanks, Selvakumar.V Thanks -- View th

Jre upgrade Issue with Tomcat 5.5 :java.util.zip.ZipException: error in opening zip file

2009-10-27 Thread selvakumar.V
Actually we got the Exception like below after the JRE 1.5 to JRE "1.6.0_16" migration. We have a list of jar files under WEB-INF/lib directory. And Exception had been thrown for all jar files but here I will paste a part of Exception stack trace. Can anyone help us to debug this issue. Actua