2013-06-05 59 views
1

如果我想設置的Datastax卡桑德拉集羣(社區版)我得到這個錯誤,我已經使用這個:錯誤與DataStax Commuity在Amazon EC2上

http://www.datastax.com/docs/1.2/install/install_ami

[EXEC] 06/05/13-10:52:05 sudo rm -rf /etc/motd 
[EXEC] 06/05/13-10:52:05 sudo touch /etc/motd 
[INFO] Started with user data set to: 
[INFO] --clustername myDSCcluster --totalnodes 3 --version community 
[INFO] Using instance type: m1.large 
[ERROR] Exception seen in ds1_launcher.py: 

Traceback (most recent call last): 

    File "/home/ubuntu/datastax_ami/ds1_launcher.py", line 31, in initial_configurations  
    ds2_configure.run() 
    File "/home/ubuntu/datastax_ami/ds2_configure.py", line 932, in run  
    File "/home/ubuntu/datastax_ami/ds2_configure.py", line 125, in get_ec2_data  
    File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen 
    return _opener.open(url, data, timeout)  
    File "/usr/lib/python2.7/urllib2.py", line 406, in open 
    response = meth(req, response)  
    File "/usr/lib/python2.7/urllib2.py", line 519, in http_response 
    'http', request, response, code, msg, hdrs)  
    File "/usr/lib/python2.7/urllib2.py", line 444, in error 
    return self._call_chain(*args) 
    File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain 
    result = func(*args) 
    File "/usr/lib/python2.7/urllib2.py", line 527, in http_error_default 
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) 

HTTPError: HTTP Error 404: Not Found 
+0

你好丹尼,歡迎來到stackoverflow。無論何時您發佈代碼,如果您使用代碼標籤'{}',這將非常有用。 –

回答

1

這好像你可能試圖在VPC內啓動集羣,但不支持該集羣。

但是,我注意到我們沒有特別提到VPC的不支持。我會確保我們得到修復。

+0

嗨華金,VPC是否還不支持?我面臨同樣的問題,不知道如何啓動不在VPC上的EC2實例。謝謝 – Thomas