<?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: opscenter-free 2.1.2 will not start on 2012.03</title>
		<link>http://www.datastax.com/support-forums/topic/opscenter-free-212-will-not-start-on-201203</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 03:00:29 +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/opscenter-free-212-will-not-start-on-201203" rel="self" type="application/rss+xml" />

		<item>
			<title>thobbs on "opscenter-free 2.1.2 will not start on 2012.03"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-free-212-will-not-start-on-201203#post-7229</link>
			<pubDate>Tue, 30 Oct 2012 19:19:56 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">7229@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Good to hear, thanks.  I edited my comment to include the closing quote, sorry about that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dawookie on "opscenter-free 2.1.2 will not start on 2012.03"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-free-212-will-not-start-on-201203#post-7217</link>
			<pubDate>Tue, 30 Oct 2012 18:25:55 +0000</pubDate>
			<dc:creator>dawookie</dc:creator>
			<guid isPermaLink="false">7217@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;You were right, /etc/redhat-release is not part of the image.  After adding the suggested PY_DISTRO and sorting out the missing double quote it is smooth sailing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "opscenter-free 2.1.2 will not start on 2012.03"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-free-212-will-not-start-on-201203#post-7216</link>
			<pubDate>Tue, 30 Oct 2012 17:59:09 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">7216@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I believe the latest Amazon AMIs can cause problems for the distro version detection that OpsCenter does.  Can you confirm that &#60;code&#62;/etc/redhat-release&#60;/code&#62; does not exist?&#60;/p&#62;
&#60;p&#62;If it does not, there is a workaround.  Edit &#60;code&#62;/usr/share/opscenter/bin/opscenter&#60;/code&#62;, and around line 78 (just before &#60;code&#62;export PYTHONPATH=&#38;quot;...&#38;quot;&#60;/code&#62;), add the following line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;PY_DISTRO=&#38;quot;./lib/py-redhat/${PY_VER}/shared/${PY_ARCH}:./lib/py-redhat/${PY_VER}/6/${PY_ARCH}&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This will hardcode it to use RHEL 6 packages, which I believe should work for the latest Amazon AMIs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dawookie on "opscenter-free 2.1.2 will not start on 2012.03"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-free-212-will-not-start-on-201203#post-7176</link>
			<pubDate>Tue, 30 Oct 2012 00:45:06 +0000</pubDate>
			<dc:creator>dawookie</dc:creator>
			<guid isPermaLink="false">7176@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;This is on an Amazon m1.medium host using a fairly vanilla AMI based on 2012.03.3 Amazon.  I've installed python-twisted, Oracle jdk-1.6.0_35, and updated python 2.6 to 2.6-2.22.  &#60;/p&#62;
&#60;p&#62;I installed Opscenter-free from the datastax repo and changed the config to the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[webserver]
port = 8888
interface = 10.42.101.42
ssl_keyfile = /var/lib/opscenter/ssl/opscenter.key
ssl_certfile = /var/lib/opscenter/ssl/opscenter.pem
ssl_port = 8443

[logging]
level = INFO&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When I attempt to start opscenter, using 'sudo service opscenterd start', I get no log entries but I do get the following on std out.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Starting Cassandra cluster manager opscenterd
Starting opscenterdTraceback (most recent call last):
  File &#38;quot;/usr/lib64/python2.6/site-packages/twisted/application/app.py&#38;quot;, line 694, in run
    runApp(config)
  File &#38;quot;/usr/lib64/python2.6/site-packages/twisted/scripts/twistd.py&#38;quot;, line 23, in runApp
    _SomeApplicationRunner(config).run()
  File &#38;quot;/usr/lib64/python2.6/site-packages/twisted/application/app.py&#38;quot;, line 411, in run
    self.application = self.createOrGetApplication()
  File &#38;quot;/usr/lib64/python2.6/site-packages/twisted/application/app.py&#38;quot;, line 494, in createOrGetApplication
    application = getApplication(self.config, passphrase)
--- &#38;lt;exception caught here&#38;gt; ---
  File &#38;quot;/usr/lib64/python2.6/site-packages/twisted/application/app.py&#38;quot;, line 505, in getApplication
    application = service.loadApplication(filename, style, passphrase)
  File &#38;quot;/usr/lib64/python2.6/site-packages/twisted/application/service.py&#38;quot;, line 390, in loadApplication
    application = sob.loadValueFromFile(filename, &#38;#039;application&#38;#039;, passphrase)
  File &#38;quot;/usr/lib64/python2.6/site-packages/twisted/persisted/sob.py&#38;quot;, line 215, in loadValueFromFile
    exec fileObj in d, d
  File &#38;quot;bin/start_opscenter.py&#38;quot;, line 1, in &#38;lt;module&#38;gt;
    from opscenterd import opscenterd_tap
  File &#38;quot;/usr/lib/python2.6/site-packages/opscenterd/opscenterd_tap.py&#38;quot;, line 22, in &#38;lt;module&#38;gt;

  File &#38;quot;/usr/lib/python2.6/site-packages/opscenterd/Logging.py&#38;quot;, line 163, in addLogLevelsToTwisted

exceptions.AttributeError: LogPublisherWithLevels instance has no attribute &#38;#039;showwarning&#38;#039;

Failed to load application: LogPublisherWithLevels instance has no attribute &#38;#039;showwarning&#38;#039;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Am I missing some package or a configuration setting?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
