Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 6259 invoked from network); 8 Oct 2005 13:58:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Oct 2005 13:58:43 -0000 Received: (qmail 28016 invoked by uid 500); 8 Oct 2005 13:58:42 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 28005 invoked by uid 99); 8 Oct 2005 13:58:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Oct 2005 06:58:42 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=HTML_10_20,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS,TRACKER_ID X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mpermar@gmail.com designates 66.249.82.205 as permitted sender) Received: from [66.249.82.205] (HELO xproxy.gmail.com) (66.249.82.205) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Oct 2005 06:58:45 -0700 Received: by xproxy.gmail.com with SMTP id s13so588117wxc for ; Sat, 08 Oct 2005 06:58:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=KzGMLDj9FdD7Ty/5A+4uCyMO2IuySjTEHC+04Exju6Sp3oq4UpMNYShk980fXBP+xA3Uf9ZbhUNw35mQzwB7wQ8POaQorFYR10zdXB6jwr2Dy6CLAk5BsFqmuQQ33pTcDh6o/5M982gOwCnxMkUqwcSLBJkRA+8FLTS7Vy3F56U= Received: by 10.70.90.1 with SMTP id n1mr2852802wxb; Sat, 08 Oct 2005 06:58:20 -0700 (PDT) Received: by 10.70.78.4 with HTTP; Sat, 8 Oct 2005 06:58:20 -0700 (PDT) Message-ID: <8fa1023f0510080658n559044bco792c0a1582823f4f@mail.gmail.com> Date: Sat, 8 Oct 2005 15:58:20 +0200 From: Martin Perez Reply-To: Martin Perez To: jackrabbit-dev@incubator.apache.org Subject: NoClassDefFoundException MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11586_31270763.1128779900935" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_11586_31270763.1128779900935 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline The second message, this one about a mytical exception. I found the following when trying to shutdown a repository: Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/apache/jackrabbit/core/CachingHierarchyManager$1 at org.apache.jackrabbit.core.CachingHierarchyManager.evict( CachingHierarchyManager.java:564) at org.apache.jackrabbit.core.CachingHierarchyManager.evict( CachingHierarchyManager.java:547) at org.apache.jackrabbit.core.CachingHierarchyManager.evict( CachingHierarchyManager.java:532) at org.apache.jackrabbit.core.CachingHierarchyManager.stateDiscarded( CachingHierarchyManager.java:325) at org.apache.jackrabbit.core.state.ItemState.notifyStateDiscarded( ItemState.java:262) at org.apache.jackrabbit.core.state.ItemState.discard(ItemState.java:428) at org.apache.jackrabbit.core.state.LocalItemStateManager.dispose( LocalItemStateManager.java:365) at org.apache.jackrabbit.core.state.SessionItemStateManager.dispose( SessionItemStateManager.java:274) at org.apache.jackrabbit.core.SessionImpl.logout(SessionImpl.java:1121) at org.apache.jackrabbit.core.RepositoryImpl.shutdown(RepositoryImpl.java :684) at org.apache.jackrabbit.core.jndi.BindableRepository.shutdown( BindableRepository.java:249) at org.apache.jackrabbit.core.jndi.BindableRepository$1.run( BindableRepository.java:127) Anyone could help me to find what I'm missing? Note: I have commons-collections,concurrent, xerces, log4j, lucene and many other commonly used jars. ------=_Part_11586_31270763.1128779900935--