<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 10.00.9200.16736"></HEAD>
<BODY style="FONT: 10pt Segoe UI; MARGIN: 4px 4px 1px">
<DIV>Hello </DIV>
<DIV>I've just installed the updated version of Starcluster (version&nbsp;0.94.3).</DIV>
<DIV>&nbsp;</DIV>
<DIV>However, when I tried to access the cluster that&nbsp;I had set up in the previous version, I received the following bug report.&nbsp; Could someone advise on what I should do please?&nbsp;&nbsp; The cluster had been terminated before I ran this.</DIV>
<DIV>&nbsp;</DIV>
<DIV>In case it's relevant, I'm running this under Windows 7 and following previous problems (see posting dated 14/11/13), I used the command pip install starcluster to install the latest version. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks in advance</DIV>
<DIV>&nbsp;</DIV>
<DIV>Emilia</DIV>
<DIV>&nbsp;</DIV>
<DIV>---------- SYSTEM INFO ----------<BR>StarCluster: 0.94.2<BR>Python: 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)]<BR>Platform: Windows-7-6.1.7601-SP1<BR>boto: 2.18.0<BR>paramiko: 1.12.0<BR>Crypto: 2.6</DIV>
<DIV>&nbsp;</DIV>
<DIV>---------- CRASH DETAILS ----------<BR>Command: starcluster-script.py start thibela-build</DIV>
<DIV>&nbsp;</DIV>
<DIV>2013-11-27 12:20:43,398 PID: 8868 config.py:567 - DEBUG - Loading config<BR>2013-11-27 12:20:43,413 PID: 8868 config.py:138 - DEBUG - Loading file: C:\Users\user\.starcluster\config<BR>2013-11-27 12:20:43,430 PID: 8868 awsutils.py:74 - DEBUG - creating self._conn w/ connection_authenticator kwargs = {'proxy_user': None, 'proxy_pass': None, 'proxy_port': None, 'proxy': None, 'is_secure': True, 'path': '/', 'region': None, 'validate_certs': True, 'port': None}<BR>2013-11-27 12:20:45,539 PID: 8868 start.py:197 - INFO - Using default cluster template: smallcluster<BR>2013-11-27 12:20:45,539 PID: 8868 cluster.py:1660 - INFO - Validating cluster template settings...<BR>2013-11-27 12:20:47,316 PID: 8868 cluster.py:982 - DEBUG - Launch map: node001 (ami: ami-9b9ebaf2, type: m1.small)...<BR>2013-11-27 12:20:47,316 PID: 8868 cluster.py:982 - DEBUG - Launch map: node001 (ami: ami-9b9ebaf2, type: m1.small)...<BR>2013-11-27 12:20:47,365 PID: 8868 cluster.py:801 - DEBUG - Userdata size in KB: 0.54<BR>2013-11-27 12:20:47,365 PID: 8868 cluster.py:1677 - INFO - Cluster template settings are valid<BR>2013-11-27 12:20:47,365 PID: 8868 cluster.py:1498 - INFO - Starting cluster...<BR>2013-11-27 12:20:47,365 PID: 8868 cluster.py:1008 - INFO - Launching a 2-node cluster...<BR>2013-11-27 12:20:47,367 PID: 8868 cluster.py:982 - DEBUG - Launch map: node001 (ami: ami-9b9ebaf2, type: m1.small)...<BR>2013-11-27 12:20:47,367 PID: 8868 cluster.py:1036 - DEBUG - Launching master (ami: ami-9b9ebaf2, type: m1.small)<BR>2013-11-27 12:20:47,367 PID: 8868 cluster.py:1036 - DEBUG - Launching node001 (ami: ami-9b9ebaf2, type: m1.small)<BR>2013-11-27 12:20:47,551 PID: 8868 awsutils.py:247 - INFO - Creating security group @sc-thibela-build...<BR>2013-11-27 12:20:50,388 PID: 8868 cluster.py:801 - DEBUG - Userdata size in KB: 0.55<BR>2013-11-27 12:20:51,003 PID: 8868 awsutils.py:432 - DEBUG - Forcing delete_on_termination for AMI: ami-9b9ebaf2<BR>2013-11-27 12:20:51,959 PID: 8868 cluster.py:847 - INFO - Reservation:r-a44340dd<BR>2013-11-27 12:20:51,959 PID: 8868 utils.py:624 - INFO - Waiting for instances to propagate...<BR>2013-11-27 12:20:53,334 PID: 8868 cluster.py:1298 - INFO - Waiting for cluster to come up... (updating every 30s)<BR>2013-11-27 12:20:53,561 PID: 8868 cluster.py:1255 - INFO - Waiting for all nodes to be in a 'running' state...<BR>2013-11-27 12:20:53,971 PID: 8868 cluster.py:711 - DEBUG - existing nodes: {}<BR>2013-11-27 12:20:53,971 PID: 8868 cluster.py:719 - DEBUG - adding node i-da130da1 to self._nodes list<BR>2013-11-27 12:20:54,890 PID: 8868 cluster.py:719 - DEBUG - adding node i-c4130dbf to self._nodes list<BR>2013-11-27 12:20:55,198 PID: 8868 cli.py:307 - ERROR - Unhandled exception occured<BR>Traceback (most recent call last):<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\cli.py", line 274, in main<BR>&nbsp;&nbsp;&nbsp; sc.execute(args)<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\commands\start.py", line 215, in execute<BR>&nbsp;&nbsp;&nbsp; validate_running=validate_running)<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\cluster.py", line 1485, in start<BR>&nbsp;&nbsp;&nbsp; return self._start(create=create, create_only=create_only)<BR>&nbsp; File "&lt;string&gt;", line 2, in _start<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\utils.py", line 111, in wrap_f<BR>&nbsp;&nbsp;&nbsp; res = func(*arg, **kargs)<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\cluster.py", line 1508, in _start<BR>&nbsp;&nbsp;&nbsp; self.setup_cluster()<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\cluster.py", line 1516, in setup_cluster<BR>&nbsp;&nbsp;&nbsp; self.wait_for_cluster()<BR>&nbsp; File "&lt;string&gt;", line 2, in wait_for_cluster<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\utils.py", line 111, in wrap_f<BR>&nbsp;&nbsp;&nbsp; res = func(*arg, **kargs)<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\cluster.py", line 1301, in wait_for_cluster<BR>&nbsp;&nbsp;&nbsp; self.wait_for_running_instances()<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\cluster.py", line 1256, in wait_for_running_instances<BR>&nbsp;&nbsp;&nbsp; nodes = nodes or self.get_nodes_or_raise()<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\cluster.py", line 731, in get_nodes_or_raise<BR>&nbsp;&nbsp;&nbsp; nodes = self.nodes<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\cluster.py", line 721, in nodes<BR>&nbsp;&nbsp;&nbsp; if n.is_master():<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\node.py", line 884, in is_master<BR>&nbsp;&nbsp;&nbsp; return self.alias == "master"<BR>&nbsp; File "C:\Python27\lib\site-packages\starcluster-0.94.2-py2.7.egg\starcluster\node.py", line 140, in alias<BR>&nbsp;&nbsp;&nbsp; aliases = aliasestxt.splitlines()[2:]<BR>AttributeError: 'NoneType' object has no attribute 'splitlines'<BR></DIV></BODY></HTML>