Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 57282 invoked from network); 17 Jul 2007 14:12:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jul 2007 14:12:34 -0000 Received: (qmail 95813 invoked by uid 500); 17 Jul 2007 11:25:56 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 95633 invoked by uid 500); 17 Jul 2007 11:25:55 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 95624 invoked by uid 99); 17 Jul 2007 11:25:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 04:25:55 -0700 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of sridhar.raman@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 04:25:51 -0700 Received: by wr-out-0506.google.com with SMTP id 71so1738988wri for ; Tue, 17 Jul 2007 04:25:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=djN2lhU66FTvM8O+zw6lQDo/efS6zD9J3Ga/eLctFkgc73sJ9yewjdO6KDp5Y9he+8zwvRW7zhb725t/cpMRNS66iJRzjM89iMsbyVRRIaQBxFnVv0Gi93TvQYKo4z3xd9/1zj2FSm/gr6wQ8Ar8jAGlLjYmaK/RpGoCYVEVEY8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lrKpOCNiZFpbNIiGf/VQJ6giyT+lx/h9W32/uvFdhiUIIvPUB36Mu2qeMssD88SOvEiddbiJATDAl8h3OVe9xmfVbT0azmq3dv9XAh5fZcoY1JC7P7wo9qkCplkGDxkZ6RXQQODDKCOX2WRCuGfk70FHTMkmjMpDZ/GLqLQavhs= Received: by 10.78.193.5 with SMTP id q5mr83071huf.1184671530061; Tue, 17 Jul 2007 04:25:30 -0700 (PDT) Received: by 10.78.160.18 with HTTP; Tue, 17 Jul 2007 04:25:25 -0700 (PDT) Message-ID: <227621ad0707170425r3ad07b23h68df2ac37f622568@mail.gmail.com> Date: Tue, 17 Jul 2007 16:55:25 +0530 From: "Sridhar Raman" To: users@jackrabbit.apache.org Subject: Bundle persistence error MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_63221_13974701.1184671525019" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_63221_13974701.1184671525019 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I have a node called contNode, which contains many other nodes. I am getting this error when I do a simple contNode.hasNode("tx:entities"): > 0094 [http-8080-Processor25] ERROR > org.apache.jackrabbit.core.persistence.bundle.BundleDbPersistenceManager - > failed to read bundle: dfd65242-d871-4110-828e-18a0f7553b83: > java.io.IOException: ERROR 40XD0: Container has been closed > This log is generated, and the method hasNode returns false. But if I do a hasNode after this, I get the proper response, which is true. Any idea why this might happen? This happens every time I am running our application (that uses Jackrabbit) for the first time since Tomcat is switched on. If I just call the same method again, it works fine. This problem also appears in the JCR Browser plugin for Eclipse. I have been getting this problem ever since I moved to Jackrabbit version 1.3. Can someone throw some light on the reason behind this? Thanks, Sridhar ------=_Part_63221_13974701.1184671525019--