RE: Fwd: frequent Class unloading/classnotfound problem

2011-04-14 Thread Caldarale, Charles R
> From: S Arvind [mailto:arvindw...@gmail.com] > Subject: Re: Fwd: frequent Class unloading/classnotfound problem > Is there any relation between max-open-files in linux > and NoClassDefFoundError in runtime. There certainly can be. Are your webapps failing to close files (includ

RE: Fwd: frequent Class unloading/classnotfound problem

2011-04-14 Thread Caldarale, Charles R
> From: S Arvind [mailto:arvindw...@gmail.com] > Subject: Re: Fwd: frequent Class unloading/classnotfound problem > Exception Cause-java.lang.NoClassDefFoundError: > com/X/hcare/actions/QuickLoginModel The usual cause is either the class really doesn't exist, or that it exi

Re: Fwd: frequent Class unloading/classnotfound problem

2011-04-14 Thread S Arvind
Chris, The stack trace at the error moment requestURI-/TempContext/jsp/QuickLoginAction Exception-Servlet execution threw an exception Exception Cause-java.lang.NoClassDefFoundError: com/X/hcare/actions/QuickLoginModel javax.servlet.ServletException: Servlet execution threw an exceptio

Re: Fwd: frequent Class unloading/classnotfound problem

2011-04-14 Thread S Arvind
Hi Chris/All, Actually we are getting Exception-Servlet execution threw an exception Exception Cause-java.lang.NoClassDefFoundError: We are running tomcat in centos. Web app initially running fine, and in the high load time this error is happeningo some of the class files randomly. Is the

Re: Fwd: frequent Class unloading/classnotfound problem

2011-04-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arvind, On 4/11/2011 2:04 AM, S Arvind wrote: > Attached the screenshot of the stacktrace for additional details. This list strips most attachments, including screenshots. How about copy/paste the text? To my knowledge, Tomcat will not unload any cl

Fwd: frequent Class unloading/classnotfound problem

2011-04-10 Thread S Arvind
2011 at 12:12 PM Subject: Re: frequent Class unloading/classnotfound problem To: Tomcat Users List Chris, > So when the request comes it is sending 404 status or class-not-found exception. ->-Can you give some specifics? >>Assume we have a class called Sample.class, so when tryin

Re: frequent Class unloading/classnotfound problem

2011-04-09 Thread S Arvind
Chris, > So when the request comes it is sending 404 status or class-not-found exception. ->-Can you give some specifics? >>Assume we have a class called Sample.class, so when trying to create the object it is giving classnotfound exception. Then i have to again compile the java in the runtime

Re: frequent Class unloading/classnotfound problem

2011-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arvind, On 4/7/2011 9:32 AM, S Arvind wrote: > Recently in our web application deployed in tomcat, some weird problem is > raising very frequently. > Some of the servlet or class > in that web app

frequent Class unloading/classnotfound problem

2011-04-07 Thread S Arvind
Hi All, Recently in our web application deployed in tomcat, some weird problem is raising very frequently. Some of the servlet or class in that web app are getting unloaded. So when the request comes it is sendi