Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 99740 invoked from network); 14 Jan 2008 23:56:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2008 23:56:36 -0000 Received: (qmail 57428 invoked by uid 500); 14 Jan 2008 23:56:25 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 57399 invoked by uid 500); 14 Jan 2008 23:56:25 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 57388 invoked by uid 99); 14 Jan 2008 23:56:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 15:56:25 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.132.244 as permitted sender) Received: from [209.85.132.244] (HELO an-out-0708.google.com) (209.85.132.244) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 23:56:00 +0000 Received: by an-out-0708.google.com with SMTP id d30so643202and.79 for ; Mon, 14 Jan 2008 15:56:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=iob7VlWpTOaLk7HmVMmGL1dlALas72Xc1r+pfzRGDBM=; b=FG7HEvpIQPu7UGUJc6/HoK5z3jjGgSOVUfdwc0A9p/h4XpDpRXMQH+VJYlwkT9gw5FadJ7UvL9H+FjNPHAcULL2CJT/MgHT0ktj2f+bXJ3uEXCIoH66Kta6U+biJKgXZl3gEZy2rTao+JPTl8BETgAoYR/2lqAouw6PQJzWc+S0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=v91okHbSYnsHATguFkHcdYd1mw/opiR9e4P+1L6acjyqzO59vyHytjdgEG3sL8MTECnJmu0AP5bLBFvvRjXsu7hwpl5lB5MQsuCdjL7tn7i9gsb11OGfqPyW8hxVOaLBcT21kRl2ZRhUSP8SSThcQrRLocEJeN6wKbguipTG9qE= Received: by 10.100.231.16 with SMTP id d16mr15367722anh.23.1200354965714; Mon, 14 Jan 2008 15:56:05 -0800 (PST) Received: by 10.100.4.13 with HTTP; Mon, 14 Jan 2008 15:56:05 -0800 (PST) Message-ID: Date: Mon, 14 Jan 2008 16:56:05 -0700 From: "Wendy Smoak" To: continuum-users@maven.apache.org Subject: Re: [c1.1] derby issue with .lck files not being cleaned up In-Reply-To: <4c30ee7d0801141541i773c7d9du24be98c9cd299976@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4c30ee7d0801141541i773c7d9du24be98c9cd299976@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Jan 14, 2008 4:41 PM, Mick Knutson wrote: > I am running tomcat 5.5.25 with continuum-1.1.war and a Derby DB. ... > Every time run shutdown.sh to stop tomcat, then try to restart > running startup.sh, the following files where not cleaned up: > > /home/dapadmin/apache-tomcat-5.5.25/data/continuum/database/db.lck > /home/dapadmin/apache-tomcat-5.5.25/data/continuum/database/dbex.lck > > So I get an error that there is already a lock on the current database. > I can manually delete the locks, and restart and everything works fine. This is embedded Derby, correct? It sounds like the database isn't getting shut down properly. Is there a JIRA issue open for the problem you're having with Continuum and Oracle 10g? -- Wendy