运行Solr时出错

我试图通过collective.solr安装Apache Solr for Plone。

我遵循上面的指示,并扩展我的构build:

[buildout] extends = buildout.cfg https://github.com/Jarn/collective.solr/raw/master/buildout/solr.cfg [instance] eggs += collective.solr 

bin / buildout运行良好,但是,当我尝试bin/solr-instance fg

我得到以下错误:

 Traceback (most recent call last): File "bin/solr-instance", line 114, in <module> start(False) File "bin/solr-instance", line 43, in start stdout=logfp, stderr=logfp).pid File "/usr/lib/python2.6/subprocess.py", line 633, in __init__ errread, errwrite) File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory Graceful stop 

我错过了什么/错在哪里?