Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 95851 invoked from network); 7 Dec 2009 23:09:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Dec 2009 23:09:41 -0000 Received: (qmail 58134 invoked by uid 500); 7 Dec 2009 23:09:40 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 58076 invoked by uid 500); 7 Dec 2009 23:09:40 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 58066 invoked by uid 99); 7 Dec 2009 23:09:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2009 23:09:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of elecharny@gmail.com designates 74.125.78.25 as permitted sender) Received: from [74.125.78.25] (HELO ey-out-2122.google.com) (74.125.78.25) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2009 23:09:31 +0000 Received: by ey-out-2122.google.com with SMTP id 22so1263200eye.9 for ; Mon, 07 Dec 2009 15:09:11 -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 :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=xfTXegSk35LFaS2rsbdjxMgESJywhlXwwFmB1BDkcrg=; b=ruk0sR3BRTZUZ28ixefOK6Ow8ChV2cyUcoAYcHdS/zKiIKeD8oPqcBMebXyPvfN0ln iX0gisqZZ0JExa4bPN2s9Xbve++kjb2ntx0wUF90BP1m0SPfUqjGucEprgnAYt+x68FN itDx10JsLsVgtSafSND5hDKr7x4ODj4qUUMRA= 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=EUsxobtM02ZauaROR5jCJz/+j837JP79sktP3c0pf8eu+S4wE6PrrTyxIgr61EWfgg tZHva0uY1Ed3vK0m2l1CKpRxnzs3tkgeZktyl1Zs0ZpODS+8JsHS7f1qFu2t/slNCiGG Ez6m2Ossygtr3V5jt4r9dXDwyhaqSZhYC5gUQ= Received: by 10.216.90.141 with SMTP id e13mr2670728wef.166.1260227351174; Mon, 07 Dec 2009 15:09:11 -0800 (PST) Received: from emmanuel-lecharnys-MacBook-Pro.local (vol75-3-82-66-216-176.fbx.proxad.net [82.66.216.176]) by mx.google.com with ESMTPS id 28sm3540012eye.9.2009.12.07.15.09.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 07 Dec 2009 15:09:10 -0800 (PST) Message-ID: <4B1D8B15.1000208@gmail.com> Date: Tue, 08 Dec 2009 00:09:09 +0100 From: =?UTF-8?B?RW1tYW51ZWwgTMKOY2hhcm55?= User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: apacheds not starting anymore after server crash References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org werner mueller a écrit : > hello > > I'm a little desparate at the moment: we had a server crash. after > rebooting the server i tried starting the apacheDS again but it > terminates with an Input/output error in the logs (see below). > > is there a way to repair the database or re-initialize it? The only way is to remove all the .db/.lg files and to reinject all the data into the server. In other words, starting back from a backup :/ We are working on a DSR system (Disaster Recovery System) in order to be able to restore a base when it has crashed like that, it will be present in 2.0. Sorry for the inconvenience ...