Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78696D7EF for ; Tue, 5 Feb 2013 20:57:13 +0000 (UTC) Received: (qmail 1667 invoked by uid 500); 5 Feb 2013 20:57:13 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 1633 invoked by uid 500); 5 Feb 2013 20:57:13 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 1624 invoked by uid 99); 5 Feb 2013 20:57:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 20:57:13 +0000 Date: Tue, 5 Feb 2013 20:57:13 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-5196) IllegalStateException thrown when running new installation with old data directories MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-5196: ----------------------------------------- Fix Version/s: 1.2.2 > IllegalStateException thrown when running new installation with old data directories > ------------------------------------------------------------------------------------ > > Key: CASSANDRA-5196 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5196 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.2.1 > Environment: CentOS 5.5 > Reporter: Robbie Strickland > Assignee: Aleksey Yeschenko > Priority: Minor > Fix For: 1.2.2 > > Attachments: 5196.txt > > > If you install 1.2.1 when there are existing data directories, the scrub operation fails, throwing this exception: > ERROR [main] 2013-01-29 15:05:06,564 FileUtils.java (line 373) Stopping the gossiper and the RPC server > ERROR [main] 2013-01-29 15:05:06,564 CassandraDaemon.java (line 387) Exception encountered during startup > java.lang.IllegalStateException: No configured daemon > at org.apache.cassandra.service.StorageService.stopRPCServer(StorageService.java:314) > at org.apache.cassandra.io.util.FileUtils.handleFSError(FileUtils.java:375) > at org.apache.cassandra.db.Directories.(Directories.java:113) > at org.apache.cassandra.db.Directories.create(Directories.java:91) > at org.apache.cassandra.db.ColumnFamilyStore.scrubDataDirectories(ColumnFamilyStore.java:403) > at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:174) > at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:370) > at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:413) > This condition should produce a more reasonable exception. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira