<?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: Not able to launch OpsCenter. Lot of errors in log files.</title>
		<link>http://www.datastax.com/support-forums/topic/not-able-to-launch-opscenter-lot-of-errors-in-log-files</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 12:19:19 +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/not-able-to-launch-opscenter-lot-of-errors-in-log-files" rel="self" type="application/rss+xml" />

		<item>
			<title>nickmbailey on "Not able to launch OpsCenter. Lot of errors in log files."</title>
			<link>http://www.datastax.com/support-forums/topic/not-able-to-launch-opscenter-lot-of-errors-in-log-files#post-75</link>
			<pubDate>Wed, 18 May 2011 15:51:14 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">75@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;A similar problem was seen here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.datastax.com/support-forums/topic/not-able-to-launch-opscenter-lot-of-errors-in-log-files&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/support-forums/topic/not-able-to-launch-opscenter-lot-of-errors-in-log-files&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can you see if that is your problem as well?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mohitanchlia on "Not able to launch OpsCenter. Lot of errors in log files."</title>
			<link>http://www.datastax.com/support-forums/topic/not-able-to-launch-opscenter-lot-of-errors-in-log-files#post-68</link>
			<pubDate>Wed, 18 May 2011 00:34:34 +0000</pubDate>
			<dc:creator>mohitanchlia</dc:creator>
			<guid isPermaLink="false">68@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;on 7.4
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "Not able to launch OpsCenter. Lot of errors in log files."</title>
			<link>http://www.datastax.com/support-forums/topic/not-able-to-launch-opscenter-lot-of-errors-in-log-files#post-58</link>
			<pubDate>Tue, 17 May 2011 17:32:37 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">58@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;That log snippet indicates two errors. One was related to creating the necessary OpsCenter keyspace and another with the jython process we use to talk to jmx. Its hard to debug the problem with just that log snippet.&#60;/p&#62;
&#60;p&#62;What version of Cassandra are you on?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mohitanchlia on "Not able to launch OpsCenter. Lot of errors in log files."</title>
			<link>http://www.datastax.com/support-forums/topic/not-able-to-launch-opscenter-lot-of-errors-in-log-files#post-50</link>
			<pubDate>Mon, 16 May 2011 19:48:25 +0000</pubDate>
			<dc:creator>mohitanchlia</dc:creator>
			<guid isPermaLink="false">50@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;When I look at opscenter logs I see this:&#60;/p&#62;
&#60;p&#62;2011-05-16 12:30:30-0700 [-] Unhandled error in Deferred:&#60;br /&#62;
2011-05-16 12:30:30-0700 [-] Unhandled Error&#60;br /&#62;
        Traceback (most recent call last):&#60;br /&#62;
          File &#34;/usr/lib/python2.6/site-packages/twisted/internet/defer.py&#34;, line 388, in errback&#60;br /&#62;
            self._startRunCallbacks(fail)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/site-packages/twisted/internet/defer.py&#34;, line 455, in _startRunCallbacks&#60;br /&#62;
            self._runCallbacks()&#60;br /&#62;
          File &#34;/usr/lib/python2.6/site-packages/twisted/internet/defer.py&#34;, line 542, in _runCallbacks&#60;br /&#62;
            current.result = callback(current.result, *args, **kw)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/site-packages/twisted/internet/defer.py&#34;, line 1076, in gotResult&#60;br /&#62;
            _inlineCallbacks(r, g, deferred)&#60;br /&#62;
        --- &#38;lt;exception caught here&#38;gt; ---&#60;br /&#62;
          File &#34;/usr/lib/python2.6/site-packages/twisted/internet/defer.py&#34;, line 1018, in _inlineCallbacks&#60;br /&#62;
            result = result.throwExceptionIntoGenerator(g)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/site-packages/twisted/python/failure.py&#34;, line 349, in throwExceptionIntoGenerator&#60;br /&#62;
            return g.throw(self.type, self.value, self.tb)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/site-packages/opscenterd/CassandraService.py&#34;, line 174, in createKeyspaceFromConfigIfNeeded&#60;/p&#62;
&#60;p&#62;          File &#34;/usr/lib/python2.6/site-packages/twisted/internet/defer.py&#34;, line 1018, in _inlineCallbacks&#60;br /&#62;
            result = result.throwExceptionIntoGenerator(g)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/site-packages/twisted/python/failure.py&#34;, line 349, in throwExceptionIntoGenerator&#60;br /&#62;
            return g.throw(self.type, self.value, self.tb)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/site-packages/opscenterd/Cluster.py&#34;, line 559, in collectNodeList&#60;/p&#62;
&#60;p&#62;          File &#34;/usr/lib/python2.6/site-packages/twisted/internet/defer.py&#34;, line 1018, in _inlineCallbacks&#60;br /&#62;
            result = result.throwExceptionIntoGenerator(g)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/site-packages/twisted/python/failure.py&#34;, line 349, in throwExceptionIntoGenerator&#60;br /&#62;
            return g.throw(self.type, self.value, self.tb)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/site-packages/opscenterd/Cluster.py&#34;, line 530, in call_with_any_jmxconn&#60;/p&#62;
&#60;p&#62;        exceptions.KeyError: 0&#60;/p&#62;
&#60;p&#62;2011-05-16 12:30:30-0700 [-] JmxJythonService is now in state &#34;dying&#34;&#60;br /&#62;
2011-05-16 12:30:30-0700 [-] closed&#60;br /&#62;
2011-05-16 12:30:30-0700 [-] Unhandled error in Deferred:&#60;br /&#62;
2011-05-16 12:30:30-0700 [-] Unhandled Error&#60;br /&#62;
        Traceback (most recent call last):&#60;br /&#62;
        Failure: opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown: lost connection&#60;/p&#62;
&#60;p&#62;2011-05-16 12:30:30-0700 [-] Unhandled error in Deferred:&#60;br /&#62;
2011-05-16 12:30:30-0700 [-] Unhandled Error&#60;br /&#62;
        Traceback (most recent call last):&#60;br /&#62;
        Failure: opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown: lost connection&#60;/p&#62;
&#60;p&#62;2011-05-16 12:30:30-0700 [-] Unhandled error in Deferred:&#60;br /&#62;
2011-05-16 12:30:30-0700 [-] Unhandled Error&#60;br /&#62;
        Traceback (most recent call last):&#60;br /&#62;
        Failure: opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown: lost connection&#60;/p&#62;
&#60;p&#62;2011-05-16 12:30:30-0700 [-] Unhandled error in Deferred:&#60;br /&#62;
2011-05-16 12:30:30-0700 [-] Unhandled Error&#60;br /&#62;
        Traceback (most recent call last):&#60;br /&#62;
        Failure: opscenterd.jmxadapt.JmxJythonService.JmxJythonShutdown: lost connection&#60;/p&#62;
&#60;p&#62;2011-05-16 12:30:30-0700 [-] Unhandled error in Deferred:&#60;br /&#62;
2011-05-16 12:30:30-0700 [-] Unhandled Error&#60;br /&#62;
        Traceback (most recent call last):&#60;br /&#62;
2011-05-16 12:30:30-0700 [-] JmxJythonService is now in state &#34;dead&#34;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
