Re: Weird Intermittent NoClassDefFound

2009-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 7/29/2009 5:18 PM, Chris Masters wrote: > Thanks for the quick reply Pierre - I've been reading up since, > checked and my installation is OK. > > However, I think I may have found the problem. Sometimes a class > loader will throw a NoClas

Re: Weird Intermittent NoClassDefFound

2009-07-29 Thread Chris Masters
oing. Thanks, Chris - Original Message From: Pierre Goupil To: Tomcat Users List Sent: Wednesday, July 29, 2009 12:43:49 PM Subject: Re: Weird Intermittent NoClassDefFound Hello, I've never encountered such a situation myself, but it may be because of a duplicate jar in your c

RE: Weird Intermittent NoClassDefFound

2009-07-29 Thread Martin Gainty
aucune responsabilité pour le contenu fourni. > Date: Wed, 29 Jul 2009 04:39:50 -0700 > From: roti...@yahoo.com > Subject: Weird Intermittent NoClassDefFound > To: users@tomcat.apache.org > > > Hi All, > > I'm running tomcat apache-tomcat-6.0.18 with a single app

Re: Weird Intermittent NoClassDefFound

2009-07-29 Thread Pierre Goupil
Hello, I've never encountered such a situation myself, but it may be because of a duplicate jar in your classpath. As you may know, looking in WEB-INF/lib should not be enough. Maybe you should have a look at this, in order to know where to look : http://tomcat.apache.org/tomcat-6.0-doc/class-l

Weird Intermittent NoClassDefFound

2009-07-29 Thread Chris Masters
Hi All, I'm running tomcat apache-tomcat-6.0.18 with a single application that has heavy spring and hibernate usage. One of the deployments mainly deals with batch processing from Quartz. After a couple days worth of processing I suddenly get NoClassDefFound errors (usually from some random hi