Why did cherokee-admin-launcher crash?

Posted by DarenW on Server Fault See other posts from Server Fault or by DarenW
Published on 2011-03-19T04:58:57Z Indexed on 2011/03/19 8:11 UTC
Read the original article Hit count: 422

Filed under:
|
|

I'm trying out the Cherokee http server on a seemingly fine machine. Following simple set-up instructions, I tried running cherokee-admin-launcher but it printed error messages and hung up. Ctrl-C did not kill it; I had to kill -9 it from another xterm. OTOH, cherokee-admin ran fine (or at least got a lot further). What is the problem with python and cherokee-admin-launcher, and how to fix it?

[root@iron rc.d]# cherokee-admin-launcher 
Checking TCP port 9090 availability.. OK
Launching: LD_LIBRARY_PATH=/usr/lib /usr/sbin/cherokee-admin
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 530, in __bootstrap_inner
    self.run()
  File "/usr/bin/cherokee-admin-launcher", line 209, in run
    return self._run_guts()
  File "/usr/bin/cherokee-admin-launcher", line 217, in _run_guts
    env=self.environ, close_fds=True)
  File "/usr/lib/python2.7/subprocess.py", line 672, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1202, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory


^C
^C

© Server Fault or respective owner

Related posts about python

Related posts about crash