Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 14217 invoked from network); 29 Jul 2009 11:44:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jul 2009 11:44:41 -0000 Received: (qmail 15740 invoked by uid 500); 29 Jul 2009 11:44:38 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 15700 invoked by uid 500); 29 Jul 2009 11:44:38 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 15684 invoked by uid 99); 29 Jul 2009 11:44:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2009 11:44:38 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of goupilpierre@gmail.com designates 74.125.78.146 as permitted sender) Received: from [74.125.78.146] (HELO ey-out-1920.google.com) (74.125.78.146) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2009 11:44:30 +0000 Received: by ey-out-1920.google.com with SMTP id 13so163045eye.12 for ; Wed, 29 Jul 2009 04:44:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=gmSLpCGw41qmLSdF4DLmjzkPhg4uUJKRNn0tvRtE5mQ=; b=LLvpIyqjNph0caZ6EglTczw5jWbdd6HzmL07lzoaOykfqqkp9xfnKTDHEgkzcRyjjt U0cxBk7ehDTVPYNTMhPjluS1BkDpBTZ6EjRUhYjZTr/p/j7d0koE1Mli4itY/hn+smj3 ZkFG0Kkscv4lg6PhoBR+hrFCRUqiD4ro4kKXc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=GPNYfCAydbGCND+xSmTMzlbiQwERb5n0VYC2arE7BFY1Yt/pJtYXMnhGvYwc37xPy+ CtoEFlmNGERICRMjNvUtCpN+m32bVvHORiEDXvoEVE0M37U8y8eebkH8+KIduL4jqaod u7WwezAi0B841iNRudGCAA1f4H09TBWRcQ2wY= MIME-Version: 1.0 Received: by 10.210.79.3 with SMTP id c3mr11467960ebb.84.1248867849122; Wed, 29 Jul 2009 04:44:09 -0700 (PDT) In-Reply-To: <507637.55463.qm@web35604.mail.mud.yahoo.com> References: <507637.55463.qm@web35604.mail.mud.yahoo.com> From: Pierre Goupil Date: Wed, 29 Jul 2009 13:43:49 +0200 Message-ID: Subject: Re: Weird Intermittent NoClassDefFound To: Tomcat Users List Content-Type: multipart/alternative; boundary=0015174c461684b36c046fd6b4d8 X-Virus-Checked: Checked by ClamAV on apache.org --0015174c461684b36c046fd6b4d8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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-loader-howto.html HTH, Pierre On Wed, Jul 29, 2009 at 1:39 PM, Chris Masters wrote: > > Hi All, > > I'm running tomcat apache-tomcat-6.0.18 with a single application that ha= s > heavy spring and hibernate usage. One of the deployments mainly deals wit= h > batch processing from Quartz. After a couple days worth of processing I > suddenly get NoClassDefFound errors (usually from some random hibernate > class) for classes that have been previously loaded. The other day it > occured with a class from JGroups (we use this for clustered cache > communication) and it spewed out *loads* of NoClassDefFound and ended up > filling up the disk. > > So, a couple questions: > > - has anyone else encountered this? > - could this be a tomcat class loader issue? > - any ideas? help? > > Thanks in advance, > > rotis23 > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --=20 Sans amis =C3=A9tait le grand ma=C3=AEtre des mondes, Eprouvait manque, ce pour quoi il cr=C3=A9a les esprits, Miroirs bienveillants de sa b=C3=A9atitude. Mais au vrai, il ne trouva aucun =C3=A9gal, Du calice du royaume total des =C3=A2mes Ecume jusqu'=C3=A0 lui l'infinit=C3=A9. (Schiller, "l'amiti=C3=A9") --0015174c461684b36c046fd6b4d8--