<?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 stops working after several hours. Win 2008 server</title>
		<link>http://www.datastax.com/support-forums/topic/opscenter-stops-working-after-several-hours-win-2008-server</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 23:18:11 +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-stops-working-after-several-hours-win-2008-server" rel="self" type="application/rss+xml" />

		<item>
			<title>thobbs on "OpsCenter stops working after several hours. Win 2008 server"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-stops-working-after-several-hours-win-2008-server#post-7543</link>
			<pubDate>Sat, 17 Nov 2012 00:56:39 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">7543@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I got a chance to look into the issue, and it does appear that the OpsCenter agent has a file handle leak.  Unfortunately, I don't think there are any workarounds right now, other than periodically restarting.  We'll try to resolve the issue and get a fix into one of the next few releases.&#60;/p&#62;
&#60;p&#62;I apologize for the inconvenience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikek753 on "OpsCenter stops working after several hours. Win 2008 server"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-stops-working-after-several-hours-win-2008-server#post-7491</link>
			<pubDate>Tue, 13 Nov 2012 23:28:19 +0000</pubDate>
			<dc:creator>mikek753</dc:creator>
			<guid isPermaLink="false">7491@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;sorry, are there any updates for this matter?&#60;br /&#62;
Or should I consider Linux only for OpsCenter?&#60;/p&#62;
&#60;p&#62;So far I keep restarting OpsCenter 2-3 times / day&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "OpsCenter stops working after several hours. Win 2008 server"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-stops-working-after-several-hours-win-2008-server#post-7301</link>
			<pubDate>Wed, 31 Oct 2012 18:26:58 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">7301@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;This appears to be related to hitting an open file handle limit. This probably means there is some kind of handle leak, but if there's a way for you to raise the limit, that might help temporarily. I'll look into the issue to see if there's some kind of leak.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikek753 on "OpsCenter stops working after several hours. Win 2008 server"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-stops-working-after-several-hours-win-2008-server#post-7212</link>
			<pubDate>Tue, 30 Oct 2012 15:05:29 +0000</pubDate>
			<dc:creator>mikek753</dc:creator>
			<guid isPermaLink="false">7212@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;hi experts,&#60;/p&#62;
&#60;p&#62;Cassandra (multi nodes) and OpsCenter are installed and running on Win 2008 servers.&#60;br /&#62;
When OpsCenter starts it works Ok, however after an hour or two it stops.&#60;br /&#62;
I see the same error in opscenter log&#60;/p&#62;
&#60;p&#62;2012-10-30 07:51:52-0700 []  INFO: Malformed file descriptor found.  Preening lists.&#60;br /&#62;
2012-10-30 07:51:52-0700 [] Unhandled Error&#60;br /&#62;
	Traceback (most recent call last):&#60;br /&#62;
	  File &#34;C:\dev\tools\DataStax\opscenter\lib\py-win32\2.7\twisted\application\app.py&#34;, line 390, in startReactor&#60;br /&#62;
	    self.config, oldstdout, oldstderr, self.profiler, reactor)&#60;br /&#62;
	  File &#34;C:\dev\tools\DataStax\opscenter\lib\py-win32\2.7\twisted\application\app.py&#34;, line 311, in runReactorWithLogging&#60;br /&#62;
	    reactor.run()&#60;br /&#62;
	  File &#34;C:\dev\tools\DataStax\opscenter\lib\py-win32\2.7\twisted\internet\base.py&#34;, line 1158, in run&#60;br /&#62;
	    self.mainLoop()&#60;br /&#62;
	  File &#34;C:\dev\tools\DataStax\opscenter\lib\py-win32\2.7\twisted\internet\base.py&#34;, line 1170, in mainLoop&#60;br /&#62;
	    self.doIteration(t)&#60;br /&#62;
	--- &#38;lt;exception caught here&#38;gt; ---&#60;br /&#62;
	  File &#34;C:\dev\tools\DataStax\opscenter\lib\py-win32\2.7\twisted\internet\selectreactor.py&#34;, line 104, in doSelect&#60;br /&#62;
	    [], timeout)&#60;br /&#62;
	  File &#34;C:\dev\tools\DataStax\opscenter\lib\py-win32\2.7\twisted\internet\selectreactor.py&#34;, line 40, in win32select&#60;br /&#62;
	    r, w, e = select.select(r, w, w, timeout)&#60;br /&#62;
	exceptions.ValueError: too many file descriptors in select()&#60;/p&#62;
&#60;p&#62;From my env:&#60;/p&#62;
&#60;p&#62;JAVA_HOME=c:\jdk16&#60;/p&#62;
&#60;p&#62;Path=C:\dev\tools\DataStax\python\;c:\jdk16\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\&#60;/p&#62;
&#60;p&#62;PYTHONPATH=C:\dev\tools\DataStax\opscenter\src\lib\python2.7\site-packages;C:\dev\tools\DataStax\opscenter\lib\py;C:\dev\tools\DataStax\opscenter\lib\py-win32\2&#60;br /&#62;
.7;&#60;/p&#62;
&#60;p&#62;What I'm missing?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
