Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 79945 invoked from network); 6 Oct 2009 17:13:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 17:13:43 -0000 Received: (qmail 24798 invoked by uid 500); 6 Oct 2009 17:13:40 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 24770 invoked by uid 500); 6 Oct 2009 17:13:40 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 24741 invoked by uid 99); 6 Oct 2009 17:13:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 17:13:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 17:13:30 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MvDb3-0001UQ-Sk for user@geronimo.apache.org; Tue, 06 Oct 2009 10:13:09 -0700 Message-ID: <25772925.post@talk.nabble.com> Date: Tue, 6 Oct 2009 10:13:09 -0700 (PDT) From: ericp56 To: user@geronimo.apache.org Subject: Re: A lock could not be obtained within the time requested In-Reply-To: <6BFCD729-0597-44CC-AC84-DBDEDDD992EC@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: eric.phetteplace@twcable.com References: <25771661.post@talk.nabble.com> <6BFCD729-0597-44CC-AC84-DBDEDDD992EC@yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org I'm using 2.1.3. There is no stack trace that's useful. It's just that there are lock on the table, even there is nothing being monitored, or listed as being monitored under monitoring: Running this command in ActiveMRCDB: select * from SYSCS_DIAG.STATEMENT_CACHE I see lots of entries like this: SELECT S.statsValueList AS statsValueList, M.statsNameList AS statsNameList, S.snapshot_time AS snapshot_time, M.mbeanName AS mbeanName FROM Statistics S, MBeans M WHERE S.snapshot_time=1242698019775 AND S.mbeanId=M.id In ArchiveMRCDB, I see lots of these: INSERT INTO Statistics (snapshot_time, statsValueList, mbeanId) VALUES (1242875019775,'0,0,0,-1,0,0,0,0,0,0,1',68) Apparently there's still a flurry of monitoring activity going on. Eric -- View this message in context: http://www.nabble.com/A-lock-could-not-be-obtained-within-the-time-requested-tp25771661s134p25772925.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.