<?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: Problem occuring during Evaluating  DataStax  OpsCenter</title>
		<link>http://www.datastax.com/support-forums/topic/problem-occuring-during-evaluating-datastax-opscenter</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 21:51:50 +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/problem-occuring-during-evaluating-datastax-opscenter" rel="self" type="application/rss+xml" />

		<item>
			<title>nickmbailey on "Problem occuring during Evaluating  DataStax  OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/problem-occuring-during-evaluating-datastax-opscenter#post-846</link>
			<pubDate>Wed, 14 Dec 2011 06:39:53 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">846@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;This could be caused by a number of problems. The most common is a misconfiguration in the thrift interface or port. In '/etc/opscenter/opscenterd.conf' you should set the 'seed_hosts' property to the same interface which 1 or 2 of nodes in your cluster are listening on. Also if you changed the rpc_port in your cassandra configuration you should update the api_port setting in your opscenter conf accordingly. These interfaces and ports will need to be open in any firewalls you have set up.&#60;/p&#62;
&#60;p&#62;If that configuration doesn't seem to be the issue here, please attach the contents of '/var/log/opscenter/opscenterd.log', and I can further debug what the problem might be.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Problem occuring during Evaluating  DataStax  OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/problem-occuring-during-evaluating-datastax-opscenter#post-844</link>
			<pubDate>Wed, 14 Dec 2011 06:27:34 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">844@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hello Mr. Nick,&#60;/p&#62;
&#60;p&#62;opsCenter has started successfully after making above changes that you have posted but still it is not able to connect to cassandra please suggest.&#60;/p&#62;
&#60;p&#62;Following error occurred in browser window&#60;/p&#62;
&#60;p&#62;====================================================================================&#60;br /&#62;
Error Loading OpsCenter x&#60;/p&#62;
&#60;p&#62;OpsCenter has not established a connection to your Cassandra cluster.&#60;/p&#62;
&#60;p&#62;If you have just started or restarted OpsCenter, allow a moment for it to connect and then refresh your browser. If you are still having problems connecting, make sure that OpsCenter is correctly configured to connect to your Cassandra cluster, and then restart OpsCenter.&#60;br /&#62;
==========================================================================
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "Problem occuring during Evaluating  DataStax  OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/problem-occuring-during-evaluating-datastax-opscenter#post-839</link>
			<pubDate>Tue, 13 Dec 2011 18:38:01 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">839@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Are you running on a RHEL 5.x system? There is a known bug with correctly setting the python path on RHEL 5.x systems. An upcoming release fixes the problem, however in the meantime you can add the following line to '/etc/default/opscenterd'.&#60;/p&#62;
&#60;p&#62;export PYTHONPATH='/usr/share/opscenter/lib/py-redhat/2.6/5/amd64/'&#60;/p&#62;
&#60;p&#62;If your machine is 32 bit rather than 64 bit you should replace 'amd64' with 'i386' in the line above. Let me know if that doesn't resolve the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Problem occuring during Evaluating  DataStax  OpsCenter"</title>
			<link>http://www.datastax.com/support-forums/topic/problem-occuring-during-evaluating-datastax-opscenter#post-838</link>
			<pubDate>Tue, 13 Dec 2011 13:49:54 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">838@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;While evaluating datastax we go step by step as given in website and even cassandra got running successfully but while starting opsCenter.&#60;/p&#62;
&#60;p&#62;following error occurred please help me out so that we can evaluate it and move forward to next step.&#60;/p&#62;
&#60;p&#62;========================================================================================&#60;br /&#62;
service opscenterd restart    [FAILED]&#60;br /&#62;
Restarting Cassandra cluster manager opscenterd&#60;br /&#62;
Stopping opscenterd                                        [FAILED]&#60;br /&#62;
Starting opscenterdTraceback (most recent call last):&#60;br /&#62;
  File &#34;/usr/share/opscenter/lib/py-redhat/2.6/shared/amd64/twisted/application/app.py&#34;, line 631, in run&#60;br /&#62;
    runApp(config)&#60;br /&#62;
  File &#34;/usr/share/opscenter/lib/py-redhat/2.6/shared/amd64/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-redhat/2.6/shared/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/lib/py-redhat/2.6/shared/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/lib/py-redhat/2.6/shared/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/lib/py-redhat/2.6/shared/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/lib/py-redhat/2.6/shared/amd64/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.6/site-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.6/site-packages/opscenterd/Config.py&#34;, line 392, in init_config&#60;/p&#62;
&#60;p&#62;  File &#34;/usr/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;/usr/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;/usr/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;/usr/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;/usr/lib/python2.6/site-packages/opscenterd/HttpUtils.py&#34;, line 10, in &#38;lt;module&#38;gt;&#60;/p&#62;
&#60;p&#62;exceptions.ImportError: No module named OpenSSL&#60;/p&#62;
&#60;p&#62;Failed to load application: No module named OpenSSL&#60;br /&#62;
                                                [FAILED]&#60;br /&#62;
=======================================================================================
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
