Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 56101 invoked from network); 19 Mar 2010 13:50:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Mar 2010 13:50:02 -0000 Received: (qmail 40090 invoked by uid 500); 19 Mar 2010 13:50:02 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 40059 invoked by uid 500); 19 Mar 2010 13:50:02 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 40052 invoked by uid 99); 19 Mar 2010 13:50:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Mar 2010 13:50:01 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bpendleton.derby@gmail.com designates 72.14.220.157 as permitted sender) Received: from [72.14.220.157] (HELO fg-out-1718.google.com) (72.14.220.157) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Mar 2010 13:49:54 +0000 Received: by fg-out-1718.google.com with SMTP id 19so272254fgg.13 for ; Fri, 19 Mar 2010 06:49:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=yI1DvuUtBEt7qYtkLzkCNk6RaH7l+OXsK3Pl05FTCm8=; b=KlQpPVtHjvGDWSFdIENoF99LiWOH6dXOUJAwLQ1QYhe6kX9v9KTC19IyWKk7M27wok 6jdUfFG0RBo1O87vpyLryvZbtOtxZzwmUrF/6urL7tQhaZFIHKY61ThBiY2WhZBQMa3y WxzYpOTP4O71Eage2AOX18R8OA39gW6rsuMqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=K7e++ypA5E8yzbdjf6G6nFWz6ASZN1tKhCx+CS23vbac0Eia4DXDN9DUnLRbw92TZT VQbawZ6F2mSdTC5nYIWrhkUd1kycNbHEyg16n5b1uoe5Dw4rfCW9tBTo+StHiA6ocz6n 7GA3btJOsEZBwmqrzzt0RaG2sWgBBOMLvwbXw= Received: by 10.87.66.15 with SMTP id t15mr1311536fgk.37.1269006573293; Fri, 19 Mar 2010 06:49:33 -0700 (PDT) Received: from [192.168.0.100] (c-67-170-231-73.hsd1.ca.comcast.net [67.170.231.73]) by mx.google.com with ESMTPS id 14sm825722fxm.9.2010.03.19.06.49.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 19 Mar 2010 06:49:32 -0700 (PDT) Message-ID: <4BA380E2.1070206@gmail.com> Date: Fri, 19 Mar 2010 06:49:22 -0700 From: Bryan Pendleton User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Derby Discussion Subject: Re: Debugging lock timeouts - versuchen01X References: <1f5d398f1003011116n663ac9e1i151c26601215cf83@mail.gmail.com> <1f5d398f1003011334h5cec9f5qee13e93c418b9bdb@mail.gmail.com> <1f5d398f1003030020i7c9ff727q1b9a4c02d1dc524d@mail.gmail.com> <1f5d398f1003030252k412a19efi26ee4106f0439d39@mail.gmail.com> <1f5d398f1003030401t653e410ahcbed4fa877df6fa8@mail.gmail.com> <4B8E5D84.2070807@Sun.COM> <1f5d398f1003172305o3ef9c62fx4e7a1dfc98cfae91@mail.gmail.com> <1f5d398f1003190626t1256d185g5a37703080fbd4ae@mail.gmail.com> In-Reply-To: <1f5d398f1003190626t1256d185g5a37703080fbd4ae@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > What I do is I iterate over the db folder and delete all contents, as > returned by the java.io API. > > I delete the db in the tearDown, see it deleted, but then in setup I'm > told that it already exists. Do you delete the db folder itself? Or just its contents? Try making sure that the entire db folder is gone; perhaps an empty folder is causing the "db exists" problem that you are seeing. thanks, bryan