You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the buildout to install collective.solr everythiing appears to have installed correctly. There are two directories in parts for solr-instance and solr-downloads. Also a bin/solr-instance start script is created.
When I attempt to run bin/solr-instance start, I get the following error:
Traceback (most recent call last):
File "bin/solr-instance", line 110, in
start(True)
File "bin/solr-instance", line 43, in start
stdout=logfp, stderr=logfp).pid
File "/usr/local/Plone/Python-2.6/lib/python2.6/subprocess.py", line 633, in init
errread, errwrite)
File "/usr/local/Plone/Python-2.6/lib/python2.6/subprocess.py", line 1139, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered:
After running the buildout to install collective.solr everythiing appears to have installed correctly. There are two directories in parts for solr-instance and solr-downloads. Also a bin/solr-instance start script is created.
When I attempt to run bin/solr-instance start, I get the following error:
Traceback (most recent call last):
File "bin/solr-instance", line 110, in
start(True)
File "bin/solr-instance", line 43, in start
stdout=logfp, stderr=logfp).pid
File "/usr/local/Plone/Python-2.6/lib/python2.6/subprocess.py", line 633, in init
errread, errwrite)
File "/usr/local/Plone/Python-2.6/lib/python2.6/subprocess.py", line 1139, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered: