错误-Apache Cassandra Datastax OpsCenter社区版Windows Noobie

错误-Apache Cassandra Datastax OpsCenter社区版Windows Noobie,cassandra,datastax-enterprise,opscenter,Cassandra,Datastax Enterprise,Opscenter,我在两台不同的计算机上使用Datastax Community Edition(Datastax-Community-64bit_1.2.6.msi)时遇到错误—两种情况下都是Windows 7—OpsCentre不工作。这是安装后立即进行的操作,除了按照安装向导进行操作外,我没有做任何其他操作。OpsCenter在浏览器中完成加载后会弹出以下错误(“localhost:88888”): 加载事件时出错:ClusterServices实例没有属性 “事件存储” 为了提供一些背景知识,我想使用Ca

我在两台不同的计算机上使用Datastax Community Edition(Datastax-Community-64bit_1.2.6.msi)时遇到错误—两种情况下都是Windows 7—OpsCentre不工作。这是安装后立即进行的操作,除了按照安装向导进行操作外,我没有做任何其他操作。OpsCenter在浏览器中完成加载后会弹出以下错误(“localhost:88888”):

加载事件时出错:ClusterServices实例没有属性 “事件存储”

为了提供一些背景知识,我想使用Cassandra后端开发一个ASP.NET MVC应用程序,并试图以[Chipper.NET app][1]为例来掌握它

非常感谢,, H

----opscenterd.log的前几行

2013-07-31 15:51:39+0800 []  INFO: Log opened.
2013-07-31 15:51:39+0800 []  INFO: twistd 10.2.0 (C:\Program Files\DataStax Community\python\python.exe 2.7.2) starting up.
2013-07-31 15:51:39+0800 []  INFO: reactor class: twisted.internet.selectreactor.SelectReactor.
2013-07-31 15:51:39+0800 []  INFO: Logging level set to 'info'
2013-07-31 15:51:39+0800 []  INFO: OpsCenter version: 3.1.1
2013-07-31 15:51:39+0800 []  INFO: Compatible agent version: 3.1.1
2013-07-31 15:51:39+0800 []  INFO: Loading per-cluster config file C:\Program Files\DataStax Community\opscenter\conf\clusters\local.conf
2013-07-31 15:51:39+0800 []  INFO: HTTP BASIC authentication disabled
2013-07-31 15:51:39+0800 []  INFO: Starting webserver with ssl disabled.
2013-07-31 15:51:39+0800 []  INFO: SSL disabled
2013-07-31 15:51:39+0800 []  INFO: opscenterd.WebServer.OpsCenterdWebServer starting on 8888
2013-07-31 15:51:39+0800 []  INFO: Starting factory <opscenterd.WebServer.OpsCenterdWebServer instance at 0x028E9C60>
2013-07-31 15:51:39+0800 []  INFO: Unhandled error in Deferred:
2013-07-31 15:51:39+0800 [] Unhandled Error
    Traceback (most recent call last):
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\scripts\_twistw.py", line 47, in postApplication
        app.startApplication(self.application, not self.config['no_save'])
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\application\app.py", line 653, in startApplication
        service.IService(application).startService()
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\application\service.py", line 277, in startService
        service.startService()
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 1141, in unwindGenerator
        return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
    --- <exception caught here> ---
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 1020, in _inlineCallbacks
        result = g.send(result)
      File "build/lib/python2.7/site-packages/opscenterd/OpsCenterdService.py", line 54, in startService

      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\application\service.py", line 277, in startService
        service.startService()
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\application\service.py", line 277, in startService
        service.startService()
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\application\internet.py", line 110, in startService
        self._port = self._getPort()
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\application\internet.py", line 131, in _getPort
        'listen%s' % (self.method,))(*self.args, **self.kwargs)
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\posixbase.py", line 419, in listenTCP
        p.startListening()
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\tcp.py", line 857, in startListening
        raise CannotListenError, (self.interface, self.port, le)
    twisted.internet.error.CannotListenError: Couldn't listen on 127.0.0.1:61619: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions.

2013-07-31 15:51:48+0800 [] ERROR: Problem while calling EventsController: ClusterServices instance has no attribute 'event_store'
2013-07-31 15:51:48+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 1020, in _inlineCallbacks
        result = g.send(result)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1198, in EventsController

2013-07-31 15:51:48+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:48+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:51:48+0800 [] ERROR: Problem while calling StorageCapacityController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:48+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 316, in StorageCapacityController

2013-07-31 15:51:48+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:48+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:51:48+0800 [] ERROR: Problem while calling MissingAgentsController: ClusterServices instance has no attribute 'agents'
2013-07-31 15:51:48+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1523, in MissingAgentsController

2013-07-31 15:51:49+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:49+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:51:49+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:49+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:51:49+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:49+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:51:49+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:49+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:51:49+0800 []  INFO: No handlers could be found for logger "orbited.proxy.ProxyIncomingProtocol"
2013-07-31 15:51:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:51:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:51:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:51:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:51:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:51:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:51:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:52:48+0800 [] ERROR: Problem while calling EventsController: ClusterServices instance has no attribute 'event_store'
2013-07-31 15:52:48+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 1020, in _inlineCallbacks
        result = g.send(result)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1198, in EventsController

2013-07-31 15:52:48+0800 [] ERROR: Problem while calling MissingAgentsController: ClusterServices instance has no attribute 'agents'
2013-07-31 15:52:48+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1523, in MissingAgentsController

2013-07-31 15:52:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:52:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:52:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:52:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:52:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:52:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:52:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:52:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:52:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:52:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:52:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:52:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:53:49+0800 [] ERROR: Problem while calling EventsController: ClusterServices instance has no attribute 'event_store'
2013-07-31 15:53:49+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 1020, in _inlineCallbacks
        result = g.send(result)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1198, in EventsController

2013-07-31 15:53:49+0800 [] ERROR: Problem while calling MissingAgentsController: ClusterServices instance has no attribute 'agents'
2013-07-31 15:53:49+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1523, in MissingAgentsController

2013-07-31 15:53:50+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:53:50+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:53:51+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:53:51+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:53:52+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:53:52+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:53:53+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:53:53+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:53:54+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:53:54+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:53:55+0800 [] ERROR: Problem while calling MetricsAggregateController: ClusterServices instance has no attribute 'cluster'
2013-07-31 15:53:55+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1445, in MetricsAggregateController

2013-07-31 15:54:49+0800 [] ERROR: Problem while calling MissingAgentsController: ClusterServices instance has no attribute 'agents'
2013-07-31 15:54:49+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 133, in maybeDeferred
        result = f(*args, **kw)

      File "build/lib/python2.7/site-packages/opscenterd/WebServer.py", line 1523, in MissingAgentsController

2013-07-31 15:54:49+0800 [] ERROR: Problem while calling EventsController: ClusterServices instance has no attribute 'event_store'
2013-07-31 15:54:49+0800 [] ERROR: 
      File "C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py", line 1020, in _inlineCallbacks
        result = g.send(result)
2013-07-3115:51:39+0800[]信息:日志已打开。
2013-07-31 15:51:39+0800[]信息:twistd 10.2.0(C:\Program Files\DataStax Community\python\python.exe 2.7.2)正在启动。
2013-07-31 15:51:39+0800[]信息:反应堆等级:twisted.internet.selectreactor.selectreactor。
2013-07-31 15:51:39+0800[]信息:日志记录级别设置为“信息”
2013-07-31 15:51:39+0800[]信息:OpsCenter版本:3.1.1
2013-07-31 15:51:39+0800[]信息:兼容代理版本:3.1.1
2013-07-31 15:51:39+0800[]信息:按群集配置文件加载C:\Program Files\DataStax Community\opscenter\conf\clusters\local.conf
2013-07-31 15:51:39+0800[]信息:HTTP基本身份验证已禁用
2013-07-31 15:51:39+0800[]信息:正在启动禁用ssl的Web服务器。
2013-07-31 15:51:39+0800[]信息:SSL已禁用
2013-07-31 15:51:39+0800[]信息:opscenterd.WebServer.OpsCenterdWebServer从8888开始
2013-07-31 15:51:39+0800[]信息:启动工厂
2013-07-31 15:51:39+0800[]信息:延迟中未处理的错误:
2013-07-31 15:51:39+0800[]未处理的错误
回溯(最近一次呼叫最后一次):
文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\scripts\\u twistw.py”,第47行,在应用程序后
app.startApplication(self.application,而不是self.config['no_save']))
startApplication中的文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\application\app.py”,第653行
service.IService(应用程序).startService()
startService中的文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\application\service.py”,第277行
service.startService()
文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py”,第1141行,在unwindGenerator中
return _inlineCallbacks(无,f(*args,**kwargs),Deferred())
---  ---
文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py”,第1020行,在\u inlineCallbacks中
结果=g.send(结果)
文件“build/lib/python2.7/site packages/opscenterd/OpsCenterdService.py”,第54行,在startService中
startService中的文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\application\service.py”,第277行
service.startService()
startService中的文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\application\service.py”,第277行
service.startService()
startService中的文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\application\internet.py”,第110行
self.\u port=self.\u getPort()
文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\application\internet.py”,第131行,在_getPort中
'侦听%s'(self.method,)(*self.args,**self.kwargs)
listenTCP中的文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\posixbase.py”,第419行
p、 听
文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\tcp.py”,第857行,在startListening中
引发CannotListError,(self.interface、self.port、le)
twisted.internet.error.CannotListen错误:无法在127.0.0.1:61619上侦听:[Errno 10013]试图以访问权限所禁止的方式访问套接字。
2013-07-31 15:51:48+0800[]错误:调用EventsController时出现问题:ClusterServices实例没有属性“event\u store”
2013-07-31 15:51:48+0800[]错误:
文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py”,第1020行,在\u inlineCallbacks中
结果=g.send(结果)
EventsController中的文件“build/lib/python2.7/site packages/opscenterd/WebServer.py”,第1198行
2013-07-31 15:51:48+0800[]错误:调用MetricsAggregateController时出现问题:ClusterServices实例没有属性“cluster”
2013-07-31 15:51:48+0800[]错误:
文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py”,第133行,maybeDeferred
结果=f(*参数,**kw)
MetricsAggregateController中的文件“build/lib/python2.7/site packages/opscenterd/WebServer.py”,第1445行
2013-07-31 15:51:48+0800[]错误:调用StorageCapacityController时出现问题:ClusterServices实例没有属性“cluster”
2013-07-31 15:51:48+0800[]错误:
文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py”,第133行,maybeDeferred
结果=f(*参数,**kw)
StorageCapacityController中的文件“build/lib/python2.7/site packages/opscenterd/WebServer.py”,第316行
2013-07-31 15:51:48+0800[]错误:调用MetricsAggregateController时出现问题:ClusterServices实例没有属性“cluster”
2013-07-31 15:51:48+0800[]错误:
文件“C:\Program Files\DataStax Community\opscenter\lib\py-win32\2.7\twisted\internet\defer.py”,第133行,maybeDeferred
结果=f(*参数,**kw)
MetricsAggregateController中的文件“build/lib/python2.7/site packages/opscenterd/WebServer.py”,第1445行
2013-07-31 15:51:48+0800[]错误:Pro