Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Here is a passenger error logged in nginx error log. The web server is not available (saying could not spawn server...) because of this. However it seems that the server recovered itself after a short period of time.

*** Passenger ERROR (ext/common/ApplicationPool/../SpawManager.h:220): 
Could not start the spawn server: /home/dtt/.rvm/wrappers/ruby-1.9.2-p290/ruby: No such file or directory

How to fix the problem? Thanks.

share|improve this question
Does /home/dtt/.rvm/wrappers/ruby-1.9.2-p290/ruby exist? – sarnold Nov 13 '11 at 22:09
yes ,ruby does exist. – user938363 Nov 13 '11 at 23:23
How about ldd /home/dtt/.rvm/wrappers/ruby-1.9.2-p290/ruby? I believe you get the same error message if one of the required dynamic libraries is missing. – sarnold Nov 13 '11 at 23:50
Try rvm list to see which versions of ruby-1.9.2 you have installed (might have multiple releases), check to see if the .rvmrc file has the correct ruby version and gemset. Check that the gemset you are calling is actually assigned to that version of ruby-1.9.2-p290, > rvm 1.9.2-p290 > rvm gemset list – Pasted Nov 15 '11 at 12:30

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.