> -----Original Message-----
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
> Subject: RE: Class not found exception help in 6.0.10?
> 
> > From: Edmund Mitchell [mailto:[EMAIL PROTECTED]
> > Subject: RE: Class not found exception help in 6.0.10?
> >
> > Yes, a webapp initialization should occur when Tomcat
> > is started / restarted
> 
> So the problem you see once a week occurs only when you start Tomcat?

Oddly, we aren't seeing it when Tomcat starts -- it's usually after the
webapp has been in use for some time.

> How do you resolve the situation - by just trying to start Tomcat again?

Exactly -- restarting Tomcat always fixes the issue -- for about a week, on
average.

> Or do you take some other corrective action, such as recopying jar
> files?  (I'm speculating that there's a permissions problem in Tomcat
> accessing your jar in Tomcat's lib directory.)

No recopying of jar files is attempted.

> The set of repositories can be changed if needed by editing
> conf/catalina.properties; I presume you haven't done that.

Yes, you're correct.   And now I'm completely puzzled, because you said:

"This spot in the code should only be reached during webapp initialization,
either at Tomcat startup or redeployment, and only if both the webapp and
parent repositories don't contain the class of interest." 

So since CATALINA_HOME/lib is a parent repository (and the code is
definitely there), and since the problem does not manifest itself during
init, this exception in the logs must not be related to the problem.

Chuck, thanks very much for your help -- I'll try and look elsewhere for the
answers, but at least I can eliminate this path of investigation.

E


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to