<?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: No command &#039;dse&#039; found</title>
		<link>http://www.datastax.com/support-forums/topic/no-command-dse-found</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 18:21:48 +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/no-command-dse-found" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "No command &#039;dse&#039; found"</title>
			<link>http://www.datastax.com/support-forums/topic/no-command-dse-found#post-673</link>
			<pubDate>Mon, 14 Nov 2011 21:18:31 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">673@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Does the following make sense? What is the issue with log4j and MX4J?&#60;/p&#62;
&#60;p&#62;~$ sudo dse cassandra&#60;br /&#62;
[sudo] password for bigd:&#60;br /&#62;
bigd@cassandra3:~$ log4j:WARN No appenders could be found for logger (org.apache.cassandra.service.AbstractCassandraDaemon).&#60;br /&#62;
log4j:WARN Please initialize the log4j system properly.&#60;br /&#62;
log4j:WARN See &#60;a href=&#34;http://logging.apache.org/log4j/1.2/faq.html#noconfig&#34; rel=&#34;nofollow&#34;&#62;http://logging.apache.org/log4j/1.2/faq.html#noconfig&#60;/a&#62; for more info.&#60;br /&#62;
 INFO 13:13:56,037 Logging initialized&#60;br /&#62;
 INFO 13:13:56,159 Creating new commitlog segment /media/bigd/commitlog/CommitLog-1321305236159.log&#60;br /&#62;
 INFO 13:13:56,170 Couldn't detect any schema definitions in local storage.&#60;br /&#62;
 INFO 13:13:56,171 Found table data in data directories. Consider using the CLI to define your schema.&#60;br /&#62;
 INFO 13:13:56,179 No commitlog files found; skipping replay&#60;br /&#62;
 INFO 13:13:56,182 Cassandra version: 1.0.0&#60;br /&#62;
 INFO 13:13:56,182 Thrift API version: 19.17.0&#60;br /&#62;
 INFO 13:13:56,182 Loading persisted ring state&#60;br /&#62;
 INFO 13:13:56,186 Starting up server gossip&#60;br /&#62;
 INFO 13:13:56,205 Enqueuing flush of Memtable-LocationInfo@732533575(197/246 serialized/live bytes, 4 ops)&#60;br /&#62;
 INFO 13:13:56,206 Writing Memtable-LocationInfo@732533575(197/246 serialized/live bytes, 4 ops)&#60;br /&#62;
 INFO 13:13:56,442 Completed flushing /media/bigd/data/system/LocationInfo-h-1-Data.db (305 bytes)&#60;br /&#62;
 INFO 13:13:56,463 Starting Messaging Service on /192.168.1.107:7000&#60;br /&#62;
 INFO 13:13:56,479 Saved token not found. Using 127605887595351923798765477786913079296 from configuration&#60;br /&#62;
 INFO 13:13:56,480 Enqueuing flush of Memtable-LocationInfo@1071335501(53/66 serialized/live bytes, 2 ops)&#60;br /&#62;
 INFO 13:13:56,481 Writing Memtable-LocationInfo@1071335501(53/66 serialized/live bytes, 2 ops)&#60;br /&#62;
 INFO 13:13:56,657 Completed flushing /media/bigd/data/system/LocationInfo-h-2-Data.db (163 bytes)&#60;br /&#62;
 INFO 13:13:56,660 Node /192.168.1.107 state jump to normal&#60;br /&#62;
 INFO 13:13:56,660 Bootstrap/Replace/Move completed! Now serving reads.&#60;br /&#62;
 INFO 13:13:56,662 Will not load MX4J, mx4j-tools.jar is not in the classpath
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "No command &#039;dse&#039; found"</title>
			<link>http://www.datastax.com/support-forums/topic/no-command-dse-found#post-661</link>
			<pubDate>Fri, 11 Nov 2011 18:39:24 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">661@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;No, those libraries are not required to start DSE.&#60;/p&#62;
&#60;p&#62;Did you try running the commands that Nate suggested?  In Unix/Linux, to run executables that are not in your path (directories like /bin, /usr/bin, /usr/local/bin, etc), you need to prefix the filename with path (which is just './' if it's in the current directory).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "No command &#039;dse&#039; found"</title>
			<link>http://www.datastax.com/support-forums/topic/no-command-dse-found#post-657</link>
			<pubDate>Fri, 11 Nov 2011 16:54:02 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">657@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Just wonder if it could be caused by not doing those steps outlined here for JNA &#38;amp; mx4j (sudo aptitude install libjna-java libmx4j-java):&#60;br /&#62;
&#60;a href=&#34;https://sites.google.com/a/techlabs.accenture.com/cassandra/home/installcassandra07&#34; rel=&#34;nofollow&#34;&#62;https://sites.google.com/a/techlabs.accenture.com/cassandra/home/installcassandra07&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zznate on "No command &#039;dse&#039; found"</title>
			<link>http://www.datastax.com/support-forums/topic/no-command-dse-found#post-635</link>
			<pubDate>Tue, 08 Nov 2011 21:01:03 +0000</pubDate>
			<dc:creator>zznate</dc:creator>
			<guid isPermaLink="false">635@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;By default, you have to invoke the command like so:&#60;br /&#62;
./dse &#60;/p&#62;
&#60;p&#62;Or from a directory up:&#60;br /&#62;
./bin/dse&#60;/p&#62;
&#60;p&#62;You can add ~/datastax/dse-1.0-3/bin/dse to your path as well so you can invoke it directly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "No command &#039;dse&#039; found"</title>
			<link>http://www.datastax.com/support-forums/topic/no-command-dse-found#post-634</link>
			<pubDate>Tue, 08 Nov 2011 20:59:56 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">634@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Were you perhaps looking for dsetool?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.datastax.com/docs/1.0/datastax_enterprise/about_hive#setting-the-job-tracker-node-for-hive&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/1.0/datastax_enterprise/about_hive#setting-the-job-tracker-node-for-hive&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "No command &#039;dse&#039; found"</title>
			<link>http://www.datastax.com/support-forums/topic/no-command-dse-found#post-633</link>
			<pubDate>Tue, 08 Nov 2011 20:58:06 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">633@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;usr@ubuntu:~/datastax/dse-1.0-3/bin$ dse --help&#60;br /&#62;
No command 'dse' found, did you mean:&#60;br /&#62;
 Command 'dsh' from package 'dsh' (universe)&#60;br /&#62;
 Command 'ds9' from package 'saods9' (universe)&#60;br /&#62;
dse: command not found
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
