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 A9AAB1844B for ; Fri, 30 Oct 2015 14:55:30 +0000 (UTC) Received: (qmail 43009 invoked by uid 500); 30 Oct 2015 14:48:28 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 42975 invoked by uid 500); 30 Oct 2015 14:48:28 -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 42962 invoked by uid 99); 30 Oct 2015 14:48:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2015 14:48:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C62382C1F56 for ; Fri, 30 Oct 2015 14:48:27 +0000 (UTC) Date: Fri, 30 Oct 2015 14:48:27 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-8804) Startup error on Windows 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-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson resolved CASSANDRA-8804. ---------------------------------------- Resolution: Not A Problem Fix Version/s: (was: 2.1.x) No. > Startup error on Windows > ------------------------ > > Key: CASSANDRA-8804 > URL: https://issues.apache.org/jira/browse/CASSANDRA-8804 > Project: Cassandra > Issue Type: Bug > Reporter: Philip Thompson > Labels: Windows > Attachments: node1.log > > > The dtest snapshot_test.py:TestArchiveCommitlog.test_archive_commitlog_with_active_commitlog is failing on windows, with the following exception when starting Cassandra: > {code} > java.lang.ExceptionInInitializerError: null > at org.apache.cassandra.db.Memtable.(Memtable.java:66) ~[main/:na] > at org.apache.cassandra.db.DataTracker.init(DataTracker.java:377) ~[main/:na] > at org.apache.cassandra.db.DataTracker.(DataTracker.java:54) ~[main/:na] > at org.apache.cassandra.db.ColumnFamilyStore.(ColumnFamilyStore.java:316) ~[main/:na] > at org.apache.cassandra.db.ColumnFamilyStore.createColumnFamilyStore(ColumnFamilyStore.java:478) ~[main/:na] > at org.apache.cassandra.db.ColumnFamilyStore.createColumnFamilyStore(ColumnFamilyStore.java:449) ~[main/:na] > at org.apache.cassandra.db.Keyspace.initCf(Keyspace.java:324) ~[main/:na] > at org.apache.cassandra.db.Keyspace.(Keyspace.java:277) ~[main/:na] > at org.apache.cassandra.db.Keyspace.open(Keyspace.java:119) ~[main/:na] > at org.apache.cassandra.db.Keyspace.open(Keyspace.java:96) ~[main/:na] > at org.apache.cassandra.db.SystemKeyspace.checkHealth(SystemKeyspace.java:560) ~[main/:na] > at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:228) [main/:na] > at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:468) [main/:na] > at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:557) [main/:na] > Caused by: java.lang.IllegalArgumentException: Malformed \uxxxx encoding. > at java.util.Properties.loadConvert(Properties.java:568) ~[na:1.7.0_60] > at java.util.Properties.load0(Properties.java:391) ~[na:1.7.0_60] > at java.util.Properties.load(Properties.java:341) ~[na:1.7.0_60] > at org.apache.cassandra.db.commitlog.CommitLogArchiver.(CommitLogArchiver.java:81) ~[main/:na] > at org.apache.cassandra.db.commitlog.CommitLog.(CommitLog.java:62) ~[main/:na] > at org.apache.cassandra.db.commitlog.CommitLog.(CommitLog.java:55) ~[main/:na] > ... 14 common frames omitted > {code} > Attached is the node's log file. -- This message was sent by Atlassian JIRA (v6.3.4#6332)