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 6A7941870E for ; Tue, 6 Oct 2015 15:59:27 +0000 (UTC) Received: (qmail 2903 invoked by uid 500); 6 Oct 2015 15:59:27 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 2871 invoked by uid 500); 6 Oct 2015 15:59:27 -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 2857 invoked by uid 99); 6 Oct 2015 15:59:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2015 15:59:27 +0000 Date: Tue, 6 Oct 2015 15:59:27 +0000 (UTC) From: "Carl Yeksigian (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-10412) Could not initialize class org.apache.cassandra.config.DatabaseDescriptor 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-10412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Yeksigian updated CASSANDRA-10412: --------------------------------------- Fix Version/s: 2.2.x > Could not initialize class org.apache.cassandra.config.DatabaseDescriptor > ------------------------------------------------------------------------- > > Key: CASSANDRA-10412 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10412 > Project: Cassandra > Issue Type: Bug > Components: Core > Environment: OS: Windows 2012 R2 > Java JRE: 1.8.0_51 > Reporter: Eric Simmons > Assignee: Carl Yeksigian > Priority: Minor > Fix For: 2.2.x > > Attachments: cassandra-env.ps1, cassandra.yaml > > > We are unable to start version 2.2.1 on our Windows 2012 R2 systems, however we can use the same environment to start version 2.1.2 > I have attached our Cassandra.yaml and cassandra-env.ps1 file for reference. I have also attached the system.log file displaying the error. > I have also included an excerpt of the log file showing the stack trace of the error. > ERROR [ScheduledTasks:1] 2015-09-29 07:03:47,482 DebuggableThreadPoolExecutor.java:242 - Error in ThreadPoolExecutor > java.lang.NoClassDefFoundError: Could not initialize class org.apache.cassandra.config.DatabaseDescriptor > at org.apache.cassandra.utils.JVMStabilityInspector.inspectThrowable(JVMStabilityInspector.java:57) ~[apache-cassandra-2.2.1.jar:2.2.1] > at org.apache.cassandra.concurrent.DebuggableScheduledThreadPoolExecutor$UncomplainingRunnable.run(DebuggableScheduledThreadPoolExecutor.java:122) ~[apache-cassandra-2.2.1.jar:2.2.1] > at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[na:1.8.0_51] > at java.util.concurrent.FutureTask.runAndReset(Unknown Source) ~[na:1.8.0_51] > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source) ~[na:1.8.0_51] > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[na:1.8.0_51] > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.8.0_51] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.8.0_51] > at java.lang.Thread.run(Unknown Source) [na:1.8.0_51] -- This message was sent by Atlassian JIRA (v6.3.4#6332)