我有一个现有的 Cassandra 集群(Datastax Community v2.1,Linux)。我已经在单独的机器(Win)上下载了 2.0.10,只是为了使用 Opscenter(v5)。我通过简单地添加一个或多个节点的 IP 地址来添加(“管理”)现有集群,但收到以下错误消息:
Error creating cluster: c is undefined
Error getting basic OpsCenter information: Unable to load http://opscenter.datastax.com/latest-version?1411551302156 status: 0
此后,页面变黑,没有任何可见内容。
我可以看到 Opscenter 已在 opscenterd.log 文件中检测到所有节点。我在日志文件中也看不到任何错误或警告(除了忽略计划作业...仅使用 DSE)。它为我的集群生成一个 conf 文件,我在日志文件中看到的最后一件事是:
2014-09-24 10:57:11+0100 [] INFO: Starting to update agents' configuration
2014-09-24 10:57:11+0100 [preprod_group_a] INFO: OpsCenter starting up.
2014-09-24 10:57:11+0100 [] DEBUG: Persisting config file E:\Program Files\DataStax Community\opscenter\conf\clusters\preprod_group_a.conf
2014-09-24 10:57:11+0100 [] INFO: Finished starting new cluster services for preprod_group_a
2014-09-24 10:57:11+0100 [preprod_group_a] INFO: Stopping repair servic
之后就什么都没有了。有什么想法吗?
注意:如果我在其中一个 Linux 节点上安装 Opscenter,它可以正常运行 - 但我们希望在实时环境中避免这种情况