<?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; Tag: fail - Recent Posts</title>
		<link>http://www.datastax.com/support-forums/tags/fail</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 09:43:10 +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/tags/fail" rel="self" type="application/rss+xml" />

		<item>
			<title>joaquin on "aws ami"</title>
			<link>http://www.datastax.com/support-forums/topic/aws-ami#post-2959</link>
			<pubDate>Thu, 12 Jul 2012 06:31:03 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">2959@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hello pnegri,&#60;/p&#62;
&#60;p&#62;You would ideally want to launch a new cluster with the same number of nodes that you are planning on adding.&#60;/p&#62;
&#60;p&#62;Yes, you would want to merely modify all the tokens, seed ips, and set auto_bootstrap to true. Stop the service, clear the data at /raid0/cassandra/*, then start each node with 2 minutes in between, along with anything else I may be missing from the docs.&#60;/p&#62;
&#60;p&#62;I used to have this option, but we deprecated it due to an expanding QA rubric. However, the typical use case for the AMI is something of a more easy, friendly, well-configured developer tool. Once you get to expanding a cluster, that's more of an &#34;advanced&#34; scope than what the AMI was meant to handle.&#60;/p&#62;
&#60;p&#62;The expanding is also simple enough to where most cases are fairly straight forward. However, the edge cases where you're adding a new datacenter would be a bit tougher to code without some sort of manual intervention either way.&#60;/p&#62;
&#60;p&#62;Reflector.php's description can be found here:&#60;br /&#62;
&#60;a href=&#34;https://github.com/riptano/ComboAMI/blob/2.2/FILES.md#reflectorphp&#34; rel=&#34;nofollow&#34;&#62;https://github.com/riptano/ComboAMI/blob/2.2/FILES.md#reflectorphp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Tokentool is a script that provides the computation for the tokens when the cluster boots up.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Joaquin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pnegri on "aws ami"</title>
			<link>http://www.datastax.com/support-forums/topic/aws-ami#post-2936</link>
			<pubDate>Wed, 11 Jul 2012 17:36:44 +0000</pubDate>
			<dc:creator>pnegri</dc:creator>
			<guid isPermaLink="false">2936@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hey Joaquin, what do you mean by &#34;In the AWS Management Console, create a cluster with the number of nodes you want add, as described above.&#34;?&#60;/p&#62;
&#60;p&#62;Create a new cluster with a different name from the running one? Stop all, and then reconfigure and join?&#60;/p&#62;
&#60;p&#62;Wouldnt be better if we could supply our tokens when launching the new AMIs? Something like a manager or a URL to auto assign these?&#60;/p&#62;
&#60;p&#62;Also, whats the purpose of reflector.php and tokentook?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "aws ami"</title>
			<link>http://www.datastax.com/support-forums/topic/aws-ami#post-2596</link>
			<pubDate>Mon, 02 Jul 2012 21:05:52 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">2596@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I received a forwarded email about your concerns between the 2.1 and 2.2 AMIs. Both AMI's are nearly identical and most of the changes were small edge cases and a complete rewrite for cleaner code. But both are compatible on a higher level.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Joaquin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "aws ami"</title>
			<link>http://www.datastax.com/support-forums/topic/aws-ami#post-2589</link>
			<pubDate>Mon, 02 Jul 2012 19:25:14 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">2589@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;This shouldn't have happened due to this line that ensures new versions will never been installed:&#60;br /&#62;
&#60;a href=&#34;https://github.com/riptano/ComboAMI/blob/2.2/ds2_configure.py#L743&#34; rel=&#34;nofollow&#34;&#62;https://github.com/riptano/ComboAMI/blob/2.2/ds2_configure.py#L743&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To remove the node, simple run a &#60;code&#62;nodetool decommission&#60;/code&#62; on the node. If this fails, you can kill the node and run a &#60;code&#62;nodetool removetoken&#60;/code&#62; that will remove the entire token and any data that may be on the node, so use cautiously.&#60;/p&#62;
&#60;p&#62;For the full documentation on how to expand an AMI cluster, see:&#60;br /&#62;
&#60;a href=&#34;http://www.datastax.com/docs/1.1/install/expand_ami&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/1.1/install/expand_ami&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But do note that you will have to set the &#60;code&#62;--release&#60;/code&#62; switch appropriately:&#60;br /&#62;
&#60;a href=&#34;https://github.com/riptano/ComboAMI/blob/2.2/SWITCHES.md&#34; rel=&#34;nofollow&#34;&#62;https://github.com/riptano/ComboAMI/blob/2.2/SWITCHES.md&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Joaquin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>denov on "aws ami"</title>
			<link>http://www.datastax.com/support-forums/topic/aws-ami#post-2588</link>
			<pubDate>Mon, 02 Jul 2012 18:57:34 +0000</pubDate>
			<dc:creator>denov</dc:creator>
			<guid isPermaLink="false">2588@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;somehow after a reboot of my aws datastax 2.1 instance i found that it upgraded cassandra from 1.0.7 to 1.1.1. &#60;/p&#62;
&#60;p&#62;how do i replace this node? it seem like the ami is only for setting up clusters and not for adding single nodes?&#60;/p&#62;
&#60;p&#62;thanks,&#60;br /&#62;
deno
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "Issue starting opscenterd service"</title>
			<link>http://www.datastax.com/support-forums/topic/issue-starting-opscenterd-service#post-869</link>
			<pubDate>Mon, 19 Dec 2011 17:41:59 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">869@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Just to be clear, the Amazon Linux AMI is not a supported distro for OpsCenter.&#60;/p&#62;
&#60;p&#62;bonami:&#60;/p&#62;
&#60;p&#62;It looks like you're using the 64 bit version of the AMI.  You'll need to change the steps that nehc gave to be:&#60;/p&#62;
&#60;p&#62;1) Install openssl 0.9.8&#60;br /&#62;
sudo yum install openssl098e-0.9.8e-17.7.amzn1.x86_64&#60;/p&#62;
&#60;p&#62;2) Change to /usr/lib64 and manually create following two symbolic links:&#60;br /&#62;
sudo ln -s libssl.so.0.9.8e libssl.so.0.9.8&#60;br /&#62;
sudo ln -s libcrypto.so.0.9.8e libcrypto.so.0.9.8
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Issue starting opscenterd service"</title>
			<link>http://www.datastax.com/support-forums/topic/issue-starting-opscenterd-service#post-866</link>
			<pubDate>Mon, 19 Dec 2011 08:19:01 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">866@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I have followed the steps given by nehc ,but having the same issue in Amazone AMI&#60;/p&#62;
&#60;p&#62;./src/lib/python2.6/site-packages:./lib/py:./lib/py-debian/2.6/amd64:&#60;br /&#62;
Traceback (most recent call last):&#60;br /&#62;
  File &#34;/usr/share/OpsCenter/opscenter-1.3.1/lib/py-debian/2.6/amd64/twisted/application/app.py&#34;, line 631, in run&#60;br /&#62;
    runApp(config)&#60;br /&#62;
  File &#34;/usr/share/OpsCenter/opscenter-1.3.1/lib/py-debian/2.6/amd64/twisted/scripts/twistd.py&#34;, line 23, in runApp&#60;br /&#62;
    _SomeApplicationRunner(config).run()&#60;br /&#62;
  File &#34;/usr/share/OpsCenter/opscenter-1.3.1/lib/py-debian/2.6/amd64/twisted/application/app.py&#34;, line 374, in run&#60;br /&#62;
    self.application = self.createOrGetApplication()&#60;br /&#62;
  File &#34;/usr/share/OpsCenter/opscenter-1.3.1/lib/py-debian/2.6/amd64/twisted/application/app.py&#34;, line 439, in createOrGetApplication&#60;br /&#62;
    application = getApplication(self.config, passphrase)&#60;br /&#62;
--- &#38;lt;exception caught here&#38;gt; ---&#60;br /&#62;
  File &#34;/usr/share/OpsCenter/opscenter-1.3.1/lib/py-debian/2.6/amd64/twisted/application/app.py&#34;, line 450, in getApplication&#60;br /&#62;
    application = service.loadApplication(filename, style, passphrase)&#60;br /&#62;
  File &#34;/usr/share/OpsCenter/opscenter-1.3.1/lib/py-debian/2.6/amd64/twisted/application/service.py&#34;, line 400, in loadApplication&#60;br /&#62;
    application = sob.loadValueFromFile(filename, 'application', passphrase)&#60;br /&#62;
  File &#34;/usr/share/OpsCenter/opscenter-1.3.1/lib/py-debian/2.6/amd64/twisted/persisted/sob.py&#34;, line 210, in loadValueFromFile&#60;br /&#62;
    exec fileObj in d, d&#60;br /&#62;
  File &#34;bin/start_opscenter.py&#34;, line 1, in &#38;lt;module&#38;gt;&#60;br /&#62;
    from opscenterd import opscenterd_tap&#60;br /&#62;
  File &#34;build/lib/python2.6/site-packages/opscenterd/opscenterd_tap.py&#34;, line 16, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;  File &#34;build/lib/python2.6/site-packages/opscenterd/Config.py&#34;, line 392, in init_config&#60;/p&#62;
&#60;p&#62;  File &#34;build/lib/python2.6/site-packages/opscenterd/events/plugins/CassandraStore.py&#34;, line 12, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;  File &#34;build/lib/python2.6/site-packages/opscenterd/CassandraService.py&#34;, line 17, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;  File &#34;build/lib/python2.6/site-packages/opscenterd/Cluster.py&#34;, line 14, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;  File &#34;build/lib/python2.6/site-packages/opscenterd/AgentServer.py&#34;, line 23, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;  File &#34;build/lib/python2.6/site-packages/opscenterd/HttpUtils.py&#34;, line 10, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;  File &#34;/usr/share/OpsCenter/opscenter-1.3.1/lib/py-debian/2.6/amd64/OpenSSL/__init__.py&#34;, line 11, in &#38;lt;module&#38;gt;&#60;br /&#62;
    import rand, crypto, SSL, tsafe&#60;br /&#62;
exceptions.ImportError: libssl.so.0.9.8: cannot open shared object file: No such file or directory&#60;/p&#62;
&#60;p&#62;Failed to load application: libssl.so.0.9.8: cannot open shared object file: No such file or directory
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Issue starting opscenterd service"</title>
			<link>http://www.datastax.com/support-forums/topic/issue-starting-opscenterd-service#post-859</link>
			<pubDate>Thu, 15 Dec 2011 19:34:42 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">859@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I noticed that this issue was &#34;resolved&#34; at the top. In which version of the OpsCenter was it resolved? I still had the same problem with v1.3.1. But thanks for the posts here for providing clues. Here are steps to fix the problem in AWS Linx AMI:&#60;br /&#62;
&#60;a href=&#34;http://randomizedsort.blogspot.com/2011/12/fixing-libssl-and-libcrypto-errors-in.html&#34; rel=&#34;nofollow&#34;&#62;http://randomizedsort.blogspot.com/2011/12/fixing-libssl-and-libcrypto-errors-in.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It will help users if the docs can specify the libssl and libcrypto versions required instead of just stating &#34;openssl&#34; like below:&#60;br /&#62;
&#60;a href=&#34;http://www.datastax.com/docs/opscenter/install_opscenter#opscenter-installation-prerequisites&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/opscenter/install_opscenter#opscenter-installation-prerequisites&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Issue starting opscenterd service"</title>
			<link>http://www.datastax.com/support-forums/topic/issue-starting-opscenterd-service#post-740</link>
			<pubDate>Wed, 23 Nov 2011 01:44:41 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">740@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;A great material on a short dress, will surely keep them cool on a summer's evening.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Issue starting opscenterd service"</title>
			<link>http://www.datastax.com/support-forums/topic/issue-starting-opscenterd-service#post-719</link>
			<pubDate>Fri, 18 Nov 2011 16:14:22 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">719@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Installing version 0.9.8 of libssl should get you up and running.  &#60;code&#62;apt-get install libssl0.9.8&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Issue starting opscenterd service"</title>
			<link>http://www.datastax.com/support-forums/topic/issue-starting-opscenterd-service#post-713</link>
			<pubDate>Fri, 18 Nov 2011 02:40:52 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">713@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;oh, I am sorry, my computer I am using running Backtrack, the computer I am running Cassandra and installing opscenter is Ubuntu 11.10, I use your command and this is its output&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;ii libssl1.0.0  1.0.0e-2ubuntu4
SSL shared libraries&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mbulman on "Issue starting opscenterd service"</title>
			<link>http://www.datastax.com/support-forums/topic/issue-starting-opscenterd-service#post-703</link>
			<pubDate>Thu, 17 Nov 2011 17:01:05 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">703@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;It should be okay.  Can you find out what versions of libssl you have installed by running &#60;code&#62;dpkg -l &#124; grep libssl&#60;/code&#62; ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Issue starting opscenterd service"</title>
			<link>http://www.datastax.com/support-forums/topic/issue-starting-opscenterd-service#post-701</link>
			<pubDate>Thu, 17 Nov 2011 16:54:34 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">701@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I am using backtrack 5 based on ubuntu 10.04, is it ok ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Issue starting opscenterd service"</title>
			<link>http://www.datastax.com/support-forums/topic/issue-starting-opscenterd-service#post-700</link>
			<pubDate>Thu, 17 Nov 2011 16:16:12 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">700@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;shenwoo, what operating system are you running?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Issue starting opscenterd service"</title>
			<link>http://www.datastax.com/support-forums/topic/issue-starting-opscenterd-service#post-693</link>
			<pubDate>Thu, 17 Nov 2011 08:07:15 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">693@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I have the same problem when I start opscenter, hope you guys can give me a hint&#60;/p&#62;
&#60;p&#62; service opscenterd start&#60;/p&#62;
&#60;p&#62;Traceback (most recent call last):&#60;br /&#62;
  File &#34;/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/application/app.py&#34;, line 631, in run&#60;br /&#62;
    runApp(config)&#60;br /&#62;
  File &#34;/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/scripts/twistd.py&#34;, line 23, in runApp&#60;br /&#62;
    _SomeApplicationRunner(config).run()&#60;br /&#62;
  File &#34;/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/application/app.py&#34;, line 374, in run&#60;br /&#62;
    self.application = self.createOrGetApplication()&#60;br /&#62;
  File &#34;/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/application/app.py&#34;, line 439, in createOrGetApplication&#60;br /&#62;
    application = getApplication(self.config, passphrase)&#60;br /&#62;
--- &#38;lt;exception caught here&#38;gt; ---&#60;br /&#62;
  File &#34;/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/application/app.py&#34;, line 450, in getApplication&#60;br /&#62;
    application = service.loadApplication(filename, style, passphrase)&#60;br /&#62;
  File &#34;/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/application/service.py&#34;, line 400, in loadApplication&#60;br /&#62;
    application = sob.loadValueFromFile(filename, 'application', passphrase)&#60;br /&#62;
  File &#34;/usr/share/opscenter/lib/py-debian/2.7/i386/twisted/persisted/sob.py&#34;, line 210, in loadValueFromFile&#60;br /&#62;
    exec fileObj in d, d&#60;br /&#62;
  File &#34;/usr/share/opscenter/bin/start_opscenter.py&#34;, line 1, in &#38;lt;module&#38;gt;&#60;br /&#62;
    from opscenterd import opscenterd_tap&#60;br /&#62;
  File &#34;/usr/lib/python2.7/dist-packages/opscenterd/opscenterd_tap.py&#34;, line 16, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;  File &#34;/usr/lib/python2.7/dist-packages/opscenterd/Config.py&#34;, line 392, in init_config&#60;/p&#62;
&#60;p&#62;  File &#34;/usr/lib/python2.7/dist-packages/opscenterd/events/plugins/CassandraStore.py&#34;, line 12, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;  File &#34;/usr/lib/python2.7/dist-packages/opscenterd/CassandraService.py&#34;, line 17, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;  File &#34;/usr/lib/python2.7/dist-packages/opscenterd/Cluster.py&#34;, line 14, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;  File &#34;/usr/lib/python2.7/dist-packages/opscenterd/AgentServer.py&#34;, line 23, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;  File &#34;/usr/lib/python2.7/dist-packages/opscenterd/HttpUtils.py&#34;, line 10, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;  File &#34;/usr/share/opscenter/lib/py-debian/2.7/i386/OpenSSL/__init__.py&#34;, line 11, in &#38;lt;module&#38;gt;&#60;br /&#62;
    import rand, crypto, SSL, tsafe&#60;br /&#62;
exceptions.ImportError: libssl.so.0.9.8: cannot open shared object file: No such file or directory&#60;/p&#62;
&#60;p&#62;Failed to load application: libssl.so.0.9.8: cannot open shared object file: No such file or directory
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
