EC2 ubuntu上的Starcluster停止工作。我没有意识到任何故意的配置更改或其他任何事情,也找不到太多的帮助。你能告诉我如果有人有什么建议吗?启动、终止甚至列出集群都是错误的。下面是我尝试列出集群时得到的错误:
ubuntu@ip-10-29-249-203:~$ starcluster listclusters
StarCluster - (http://star.mit.edu/cluster) (v. 0.94)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster@mit.edu
---------------------------------
revcls (security group: @sc-revcls)
---------------------------------
!!! ERROR - Unhandled exception occured
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/StarCluster-0.94-py2.7.egg/starcluster/cli.py", line 274, in main
sc.execute(args)
File "/usr/local/lib/python2.7/dist-packages/StarCluster-0.94-py2.7.egg/starcluster/commands/listclusters.py", line 36, in execute
show_ssh_status=self.opts.show_ssh_status)
File "/usr/local/lib/python2.7/dist-packages/StarCluster-0.94-py2.7.egg/starcluster/cluster.py", line 290, in list_clusters
nodes = cl.nodes
File "/usr/local/lib/python2.7/dist-packages/StarCluster-0.94-py2.7.egg/starcluster/cluster.py", line 720, in nodes
if n.is_master():
File "/usr/local/lib/python2.7/dist-packages/StarCluster-0.94-py2.7.egg/starcluster/node.py", line 883, in is_master
return self.alias == "master"
File "/usr/local/lib/python2.7/dist-packages/StarCluster-0.94-py2.7.egg/starcluster/node.py", line 139, in alias
aliases = aliasestxt.splitlines()[2:]
AttributeError: 'NoneType' object has no attribute 'splitlines'
!!! ERROR - Oops! Looks like you've found a bug in StarCluster
!!! ERROR - Crash report written to: /home/ubuntu/.starcluster/logs/crash-report-1183.txt
!!! ERROR - Please remove any sensitive data from the crash report
!!! ERROR - and submit it to starcluster@mit.edu发布于 2013-09-11 10:07:12
您使用的是哪个版本的StarCluster?是最新的版本还是最新的开发版本?
如果我在最新的dev版本上查看您的错误,它指的是下面这一行:
我的猜测是你的集群别名标签有问题。在任何情况下,非常奇怪的是,即使终止集群并开始一个新的集群也不能解决问题。
如果您发现更多,可以重现问题或需要更多帮助,您也可以使用StarCluster邮件列表。http://mailman.mit.edu/mailman/listinfo/starcluster
https://stackoverflow.com/questions/18664099
复制相似问题