<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Topic: Unable to start dsc-cassandra-1.1.2</title>
		<link>http://www.datastax.com/support-forums/topic/unable-to-start-dsc-cassandra-112</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 00:50:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/unable-to-start-dsc-cassandra-112" rel="self" type="application/rss+xml" />

		<item>
			<title>bhanu_regmi on "Unable to start dsc-cassandra-1.1.2"</title>
			<link>http://www.datastax.com/support-forums/topic/unable-to-start-dsc-cassandra-112#post-6697</link>
			<pubDate>Thu, 27 Sep 2012 06:09:51 +0000</pubDate>
			<dc:creator>bhanu_regmi</dc:creator>
			<guid isPermaLink="false">6697@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;on which OS are you trying to run Cassandra?&#60;br /&#62;
if windows which version 32 bit or 64?&#60;br /&#62;
if 32 please try this with 64 bit and enjoy..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vs on "Unable to start dsc-cassandra-1.1.2"</title>
			<link>http://www.datastax.com/support-forums/topic/unable-to-start-dsc-cassandra-112#post-6668</link>
			<pubDate>Wed, 26 Sep 2012 11:46:38 +0000</pubDate>
			<dc:creator>vs</dc:creator>
			<guid isPermaLink="false">6668@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I was attempting to update existing Cassandra with the latest version when I ran into this problem. However, things worked fine once I deleted the contents of saved_caches, data and commitlog directory and restarted the server.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
VS
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "Unable to start dsc-cassandra-1.1.2"</title>
			<link>http://www.datastax.com/support-forums/topic/unable-to-start-dsc-cassandra-112#post-6416</link>
			<pubDate>Tue, 11 Sep 2012 15:42:16 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">6416@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;It looks like you are trying to run DataStax Community which does not come with CFS support. That is only included in DataStax Enterprise.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudy on "Unable to start dsc-cassandra-1.1.2"</title>
			<link>http://www.datastax.com/support-forums/topic/unable-to-start-dsc-cassandra-112#post-6121</link>
			<pubDate>Wed, 22 Aug 2012 07:55:19 +0000</pubDate>
			<dc:creator>boudy</dc:creator>
			<guid isPermaLink="false">6121@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Is this a new install? The compaction strategy(CFSCompactionStrategy) has been added in one of the later versions.&#60;/p&#62;
&#60;p&#62;Bou
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vs on "Unable to start dsc-cassandra-1.1.2"</title>
			<link>http://www.datastax.com/support-forums/topic/unable-to-start-dsc-cassandra-112#post-6072</link>
			<pubDate>Wed, 15 Aug 2012 10:56:00 +0000</pubDate>
			<dc:creator>vs</dc:creator>
			<guid isPermaLink="false">6072@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
   I am attempting to start the server, but it fails with the following exception.&#60;/p&#62;
&#60;p&#62;~/dsc-cassandra-1.1.2$ sudo bin/cassandra&#60;br /&#62;
:&#60;br /&#62;
:&#60;br /&#62;
ERROR 16:21:57,762 Exception encountered during startup&#60;br /&#62;
java.lang.RuntimeException: org.apache.cassandra.config.ConfigurationException: Unable to find compaction strategy class 'com.datastax.bdp.hadoop.cfs.compaction.CFSCompactionStrategy'&#60;br /&#62;
	at org.apache.cassandra.config.Avro.cfFromAvro(Avro.java:159)&#60;br /&#62;
	at org.apache.cassandra.config.Avro.ksFromAvro(Avro.java:92)&#60;br /&#62;
	at org.apache.cassandra.db.DefsTable.loadFromStorage(DefsTable.java:217)&#60;br /&#62;
	at org.apache.cassandra.config.DatabaseDescriptor.loadSchemas(DatabaseDescriptor.java:520)&#60;br /&#62;
	at org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandraDaemon.java:182)&#60;br /&#62;
	at org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassandraDaemon.java:353)&#60;br /&#62;
	at org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:106)&#60;br /&#62;
Caused by: org.apache.cassandra.config.ConfigurationException: Unable to find compaction strategy class 'com.datastax.bdp.hadoop.cfs.compaction.CFSCompactionStrategy'&#60;br /&#62;
	at org.apache.cassandra.utils.FBUtilities.classForName(FBUtilities.java:434)&#60;br /&#62;
	at org.apache.cassandra.config.CFMetaData.createCompactionStrategy(CFMetaData.java:773)&#60;br /&#62;
	at org.apache.cassandra.config.Avro.cfFromAvro(Avro.java:155)&#60;br /&#62;
	... 6 more&#60;br /&#62;
...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
