Hello,
I keep getting the following error when I try to boot up a cluster on AWS.
Any ideas? I've attached my config file, with account info removed. I'm
using the development version of starcluster, and the Enthought python
package.
thanks,
Sean
nsit-dhcp-205-208-076-085:~ seanmgibbons$ starcluster start
myclusterStarCluster - (
http://star.mit.edu/cluster) (v. 0.9999)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster_at_mit.edu
!!! ERROR - Connection error:
Traceback (most recent call last):
File
"/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cli.py",
line 257, in main
sc.execute(args)
File
"/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/commands/start.py",
line 144, in execute
scluster = self.cm.get_cluster_group_or_none(tag)
File
"/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py",
line 213, in get_cluster_group_or_none
return self.get_cluster_security_group(group_name)
File
"/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py",
line 209, in get_cluster_security_group
return self.ec2.get_security_group(gname)
File
"/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/awsutils.py",
line 217, in get_security_group
filters={'group-name': groupname})[0]
File
"/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/awsutils.py",
line 229, in get_security_groups
return self.conn.get_all_security_groups(filters=filters)
File
"/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/boto-2.9.4-py2.7.egg/boto/ec2/connection.py",
line 2263, in get_all_security_groups
[('item', SecurityGroup)], verb='POST')
File
"/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/boto-2.9.4-py2.7.egg/boto/connection.py",
line 1035, in get_list
response = self.make_request(action, params, path, verb)
File
"/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/boto-2.9.4-py2.7.egg/boto/connection.py",
line 981, in make_request
return self._mexe(http_request)
File
"/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/boto-2.9.4-py2.7.egg/boto/connection.py",
line 901, in _mexe
raise e
SSLError: [Errno 1] _ssl.c:504: error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Received on Tue May 28 2013 - 12:30:43 EDT