Hello,
I am working on a project to use Starcluster to interface with Eucalyptus.
I am able to reproduce the "Failed to bind the following fields:" error
using version 0.93 but when I try using the source code development version
I get the following error:
StarCluster - (
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
"/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cli.py",
line 257, in main
sc.execute(args)
File
"/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/commands/start.py",
line 147, in execute
load_plugins=create)
File
"/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cluster.py",
line 98, in get_cluster_or_none
return self.get_cluster(cluster_name, **kwargs)
File
"/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/cluster.py",
line 45, in get_cluster
group = self.ec2.get_security_group(clname)
File
"/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/awsutils.py",
line 217, in get_security_group
filters={'group-name': groupname})[0]
File
"/usr/lib/python2.6/site-packages/StarCluster-0.9999-py2.6.egg/starcluster/awsutils.py",
line 229, in get_security_groups
return self.conn.get_all_security_groups(filters=filters)
File
"/usr/lib/python2.6/site-packages/boto-2.6.0-py2.6.egg/boto/ec2/connection.py",
line 2200, in get_all_security_groups
[('item', SecurityGroup)], verb='POST')
File
"/usr/lib/python2.6/site-packages/boto-2.6.0-py2.6.egg/boto/connection.py",
line 966, in get_list
response = self.make_request(action, params, path, verb)
File
"/usr/lib/python2.6/site-packages/boto-2.6.0-py2.6.egg/boto/connection.py",
line 952, in make_request
return self._mexe(http_request)
File
"/usr/lib/python2.6/site-packages/boto-2.6.0-py2.6.egg/boto/connection.py",
line 872, in _mexe
raise e
SSLError: [Errno 1] _ssl.c:490: error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
!!! ERROR - Check your internet connection?
Any help would be greatly appreciated.
-Rob
Received on Thu Dec 20 2012 - 11:25:50 EST