<?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: Cassandra does not startup</title>
		<link>http://www.datastax.com/support-forums/topic/cassandra-does-not-startup</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 20:40:13 +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/cassandra-does-not-startup" rel="self" type="application/rss+xml" />

		<item>
			<title>alexism on "Cassandra does not startup"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-does-not-startup#post-7493</link>
			<pubDate>Wed, 14 Nov 2012 06:12:52 +0000</pubDate>
			<dc:creator>alexism</dc:creator>
			<guid isPermaLink="false">7493@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hey there,&#60;/p&#62;
&#60;p&#62;I just the same issue. Any recommendations on how to recover from it without deleting all column families.&#60;br /&#62;
I have 2 nodes down (out of 6). On a running node, I can't find the faulty id in system.schema_columnfamilies (using CQL).&#60;/p&#62;
&#60;p&#62;any help would be highly appreciated!&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Srini on "Cassandra does not startup"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-does-not-startup#post-6407</link>
			<pubDate>Tue, 11 Sep 2012 08:06:20 +0000</pubDate>
			<dc:creator>Srini</dc:creator>
			<guid isPermaLink="false">6407@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I think the fix is in V 1.2.0 beta 1
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Srini on "Cassandra does not startup"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-does-not-startup#post-6405</link>
			<pubDate>Tue, 11 Sep 2012 08:03:52 +0000</pubDate>
			<dc:creator>Srini</dc:creator>
			<guid isPermaLink="false">6405@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;My Posts are not getting added...&#60;/p&#62;
&#60;p&#62;This is already a fixed issue. Refer Cassandra Bug Fix List
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Srini on "Cassandra does not startup"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-does-not-startup#post-6401</link>
			<pubDate>Tue, 11 Sep 2012 05:29:05 +0000</pubDate>
			<dc:creator>Srini</dc:creator>
			<guid isPermaLink="false">6401@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I think this might be related to below bug which is already fixed in 1.2 version, per below links&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://issues.apache.org/jira/browse/CASSANDRA-3794&#34; rel=&#34;nofollow&#34;&#62;https://issues.apache.org/jira/browse/CASSANDRA-3794&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;https://issues.apache.org/jira/browse/CASSANDRA-4251&#34; rel=&#34;nofollow&#34;&#62;https://issues.apache.org/jira/browse/CASSANDRA-4251&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kkopalle on "Cassandra does not startup"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-does-not-startup#post-6369</link>
			<pubDate>Mon, 10 Sep 2012 04:52:31 +0000</pubDate>
			<dc:creator>kkopalle</dc:creator>
			<guid isPermaLink="false">6369@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hello All,&#60;/p&#62;
&#60;p&#62;I am trying to bring Cassandra up in a two node cluster. Both nodes fail at start up with the following exception:&#60;/p&#62;
&#60;p&#62;ERROR 10:13:21,306 Exception encountered during startup&#60;br /&#62;
java.lang.IllegalArgumentException: value already present: 1001&#60;br /&#62;
        at com.google.common.base.Preconditions.checkArgument(Preconditions.java&#60;br /&#62;
:115)&#60;br /&#62;
        at com.google.common.collect.AbstractBiMap.putInBothMaps(AbstractBiMap.j&#60;br /&#62;
ava:111)&#60;br /&#62;
        at com.google.common.collect.AbstractBiMap.put(AbstractBiMap.java:96)&#60;br /&#62;
        at com.google.common.collect.HashBiMap.put(HashBiMap.java:84)&#60;br /&#62;
        at org.apache.cassandra.config.Schema.load(Schema.java:398)&#60;br /&#62;
        at org.apache.cassandra.config.Schema.load(Schema.java:119)&#60;br /&#62;
        at org.apache.cassandra.config.Schema.load(Schema.java:104)&#60;br /&#62;
        at org.apache.cassandra.config.DatabaseDescriptor.loadSchemas(DatabaseDe&#60;br /&#62;
scriptor.java:537)&#60;br /&#62;
        at org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCa&#60;br /&#62;
ssandraDaemon.java:182)&#60;br /&#62;
        at org.apache.cassandra.service.AbstractCassandraDaemon.activate(Abstrac&#60;br /&#62;
tCassandraDaemon.java:353)&#60;br /&#62;
        at org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java&#60;br /&#62;
:106)&#60;/p&#62;
&#60;p&#62;Thank you for your help in resolving this, in advance.&#60;br /&#62;
Regards,&#60;br /&#62;
Kishore
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
