Error starting nginx and passenger 3 for Rails app on Suse Linux
Posted
by
thesis
on Server Fault
See other posts from Server Fault
or by thesis
Published on 2010-12-27T20:04:33Z
Indexed on
2010/12/27
20:56 UTC
Read the original article
Hit count: 628
I have configured passenger on SuSe Linux using simple configuration procedure (calling passenger command and then installing all libraries wich are needed), but now it throws an error.. Is there any solutions how to fix it?
test@linux-p1g4:~/test_app/myapp> passenger start
*** ERROR ***
Could not start Passenger Nginx core:
[alert]: could not open error log file: open()
"/tmp/passenger-standalone.22737/logs/error.log" failed (2: No such file or
directory)
[alert]: Unable to start the Phusion Passenger watchdog because its executable
(/var/lib/passenger-standalone/3.0.2-x86_64-ruby1.8.7-linux-gcc4.5.0-1002/suppor
t/agents/PassengerWatchdog) does not exist. This probably means that your
Phusion Passenger installation is broken or incomplete, or that your
'passenger_root' directive is set to the wrong value. Please reinstall Phusion
Passenger or fix your 'passenger_root' directive, whichever is applicable. (-1:
Unknown error 18446744073709551615)
Stopping web server... done
© Server Fault or respective owner