我已经根据他们网站上给出的在 AWS 云实例上运行的 Ubuntu 18.04 安装了 griddb:https ://docs.griddb.net/gettingstarted/using-source-code/#starting-operations 同样在我的 bin 中我有所有的命令作为:
# cd bin/
# ls
gs_adduser gs_joincluster gs_passwd gs_stat gs_stopnode util.py
gs_deluser gs_leavecluster gs_startnode gs_stopcluster log.py
但是当我启动我的集群时,我不知道为什么它在 gs_startnode 文件中显示错误为
# gs_startnode -u admin/admin -w
ERROR: Traceback (most recent call last):
File "/root/griddb/bin/gs_startnode", line 122, in <module>
proc = subprocess.Popen(command, stdout=f, stderr=f)
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_childraise child_exception
OSError: [Errno 2] No such file or directory
当我正在为某个项目学习 GridDB 时,谁能告诉我如何解决这个问题?