Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 29705 invoked from network); 9 Jul 2009 14:44:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jul 2009 14:44:49 -0000 Received: (qmail 33755 invoked by uid 500); 9 Jul 2009 14:44:58 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 33676 invoked by uid 500); 9 Jul 2009 14:44:58 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 33666 invoked by uid 99); 9 Jul 2009 14:44:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 14:44:58 +0000 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.221.199 as permitted sender) Received: from [209.85.221.199] (HELO mail-qy0-f199.google.com) (209.85.221.199) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 14:44:50 +0000 Received: by qyk37 with SMTP id 37so143481qyk.10 for ; Thu, 09 Jul 2009 07:44:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=cOYKCfTEs/C+a/T51KG6lKEZRN5AVjRhE/Iwj0/uZe0=; b=lUmElOqb64ramWWVgLejLPTwVtMUndkNZE7RYnjZj8exBDGMEJGCJSncTFy+9pww2+ LdPTHvGuDCCAM17xcmTpd2UXmUuj4HDoorUcdsH7YtlKCBW92tOa/MAsaVB+8oVx5rvq nsWJIiBKuPKL4+DLFBxohM/CiagitzZkEOJis= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=EKRQHL+dwwtDp2Go80KFXP9nODeSEjGnyJTMBKFn67qzfSRlOn/M3baA93yF0eM4kH dTpNRRjLTneHXJG3a8q0faHOXXKinHGFvgzuuXlPrs5pexCuntyhPngKzCg0HSw560Z3 i25LPFYqsxzxjfcwRIERI7bbHJ8YZ5YLzcHEU= MIME-Version: 1.0 Received: by 10.224.20.9 with SMTP id d9mr478701qab.228.1247150669098; Thu, 09 Jul 2009 07:44:29 -0700 (PDT) In-Reply-To: <-3959649614391666209@unknownmsgid> References: <-3959649614391666209@unknownmsgid> From: Wendy Smoak Date: Thu, 9 Jul 2009 07:44:09 -0700 Message-ID: Subject: Re: derby DB not found or lost after server crash To: users@continuum.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jul 9, 2009 at 7:09 AM, Martin Sudmann wrote: > We are running Continuum 1.3.1 on Linux and Tomcat, with the built-in derby > DB. > > Our server crashed due to a power failure. After power up and restart of > Continuum and Tomcat, the application asked to create an admin user, just > like as it was a new installation. All former users and projects seem to be > lost. Check that the database directories/files do exist, then verify that the configuration is pointing to that location. If you need to change the config, stop the app first. Restoring from a backup is an option, if you have one. -- Wendy