Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 21687 invoked from network); 13 Sep 2007 11:22:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Sep 2007 11:22:40 -0000 Received: (qmail 85135 invoked by uid 500); 13 Sep 2007 11:22:33 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 85116 invoked by uid 500); 13 Sep 2007 11:22:33 -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 85107 invoked by uid 99); 13 Sep 2007 11:22:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2007 04:22:33 -0700 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 (athena.apache.org: domain of gcaju-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2007 11:22:30 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IVmlm-0008Cb-Tk for users@jackrabbit.apache.org; Thu, 13 Sep 2007 13:22:02 +0200 Received: from gateway.subshell.com ([212.79.22.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Sep 2007 13:22:02 +0200 Received: from christoph by gateway.subshell.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Sep 2007 13:22:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@jackrabbit.apache.org From: Christoph Kiehl Subject: Re: AW: AW: lock question Date: Thu, 13 Sep 2007 13:22:55 +0200 Lines: 17 Message-ID: References: <90a8d1c00709120520m7a54067cube70eb2732832355@mail.gmail.com> <46E7DAF4.5040704@apache.org> <90a8d1c00709120532r1b9d5906u4850df87bc6e3347@mail.gmail.com> <90a8d1c00709120607h4892412dnb0dcb5d8dd1c1500@mail.gmail.com> <46E905F4.10801@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: gateway.subshell.com User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org K�LL Claus wrote: > ok i will create a jira issue .. > > but i need a way to remove the lock from a node now. > we have files with locks in the production environment and this is a big problem. AFAIK, there is a "locks" file in your workspace directory (e.g. /workspaces/default/locks). If you shutdown your repository you can edit this file and remove the uuids in question. You could as well delete the file to get rid of all locks. If you now startup your repository the locks should be gone. I would keep a backup of this file just in case. Not sure if this helps in your situation and I would like to mention that this is quite hacky not supported etc. But we should definitely support this operation in the future. Cheers, Christoph