Hello,
No matter the cluster is started or stopped, once I type "starcluster
listcluster", it lists following information. Is this a bug or may be
just a misoperation? Thanks.
Junwei
//////////////==Start===/////////////////
junwei_at_junwei-desktop:~$ starcluster listclusters
StarCluster - (
http://web.mit.edu/starcluster)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster_at_mit.edu
-------------------------------------------------
volumecreator (security group: _at_sc-volumecreator)
-------------------------------------------------
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/starcluster/cli.py", line 1075, in
main
sc.execute(args)
File "build/bdist.linux-x86_64/egg/starcluster/cli.py", line 432, in
execute
cluster.list_clusters(cfg)
File "build/bdist.linux-x86_64/egg/starcluster/cluster.py", line 148,
in list_clusters
print 'Launch time: %s' % master.launch_time
AttributeError: 'NoneType' object has no attribute 'launch_time'
cli.py:1098 - ERROR - Oops! Looks like you've found a bug in StarCluster
cli.py:1099 - ERROR - Debug file written to: /tmp/starcluster-debug.log
cli.py:1100 - ERROR - Please submit this file, minus any private
information,
cli.py:1101 - ERROR - to starcluster_at_mit.edu
////////////=====The End====/////////////
Received on Wed Jun 02 2010 - 13:36:59 EDT