Hi Justin,
I just tried launching a cluster. Here's the bug report.
Cheers,
Damian
eads_at_argentina:~/work/repo/StarCluster$ starcluster -d -c
~/.starcluster/config2 start -b 0.40 eyes
StarCluster - (
http://web.mit.edu/starcluster)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster_at_mit.edu
Usage: start [options] <cluster_template> <tagname>
Start a new cluster
Example:
starcluster start largecluster physics
This will launch a cluster tagged "physics" using the
settings from the cluster template "largecluster" defined
in the configuration file
starcluster: error: please specify a <cluster_template> and <tagname>
eads_at_argentina:~/work/repo/StarCluster$ starcluster -d -c
~/.starcluster/config2 start -b 0.40 mycluster eyes
StarCluster - (
http://web.mit.edu/starcluster)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster_at_mit.edu
awsutils.py:46 - DEBUG - creating self._conn w/
connection_authenticator kwargs = {'path': '/', 'region': None,
'port': None, 'is_secure': True}
>>> Validating cluster settings...
awsutils.py:46 - DEBUG - creating self._conn w/
connection_authenticator kwargs = {'path': '/', 'region': None,
'port': None, 'is_secure': True}
>>> Cluster settings are valid
>>> Starting cluster...
>>> Launching a 7-node cluster...
>>> Launching master node...
>>> Master AMI: ami-8b38d6e2
>>> Creating security group _at_sc-eyes...
[SpotInstanceRequest:sir-f5edce04]
>>> Launching worker nodes...
>>> Node AMI: ami-8b38d6e2
[SpotInstanceRequest:sir-24678803, SpotInstanceRequest:sir-95cb3c03,
SpotInstanceRequest:sir-be803403, SpotInstanceRequest:sir-68038a03,
SpotInstanceRequest:sir-8d9d2c03, SpotInstanceRequest:sir-449b7803]
>>> Waiting for cluster to start...\Traceback (most recent call last):
File "build/bdist.linux-i686/egg/starcluster/cli.py", line 965, in main
sc.execute(args)
File "build/bdist.linux-i686/egg/starcluster/cli.py", line 181, in execute
scluster.start(create=not self.opts.no_create)
File "build/bdist.linux-i686/egg/starcluster/utils.py", line 26, in wrapper
res = func(*arg, **kargs)
File "build/bdist.linux-i686/egg/starcluster/cluster.py", line 537, in start
while not self.is_cluster_up():
File "build/bdist.linux-i686/egg/starcluster/cluster.py", line 480,
in is_cluster_up
nodes = self.running_nodes
File "build/bdist.linux-i686/egg/starcluster/cluster.py", line 416,
in running_nodes
for node in self.nodes:
File "build/bdist.linux-i686/egg/starcluster/cluster.py", line 389, in nodes
if node.id == master.id:
AttributeError: 'NoneType' object has no attribute 'id'
cli.py:973 - ERROR - Oops! Looks like you've found a bug in StarCluster
cli.py:974 - ERROR - Please submit this bug to starcluster_at_mit.edu
eads_at_argentina:~/work/repo/StarCluster$
Received on Fri Apr 30 2010 - 05:31:06 EDT