I am having quite a time with a project. I had a server up and running
without a problem. I then started to deploy a project to a separate
directory and then the original project crashed so the web site is
offline. When I read the error log file I see this:
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- fastthread (LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
from
/usr/local/rubygems/gems/gems/passenger-2.2.2/lib/phusion_passenger/utils.rb:27
from
/usr/local/rubygems/gems/gems/passenger-2.2.2/bin/passenger-spawn-server:53:in
`require'
from
/usr/local/rubygems/gems/gems/passenger-2.2.2/bin/passenger-spawn-server:53
[ pid=3600 file=ext/apache2/Hooks.cpp:566 time=2009-06-30 07:46:08.773
]:
Unexpected error in mod_passenger: Cannot spawn application
'/home/deploy/projectname': The spawn server has exited unexpectedly.
Backtrace:
in 'virtual boost::shared_ptr<Passenger::Application::Session>
Passenger::ApplicationPoolServer::Client::get(const
Passenger::PoolOptions&)' (ApplicationPoolServer.h:430)
in 'int Hooks::handleRequest(request_rec*)' (Hooks.cpp:449)
I do not know how to fix this. It says it’s looking for fastthread, but
if I list my local gems it’s in the list. There’s a thought that a
GEM_PATH needs to be configured or something, but I am not certain how
to do this there either.
This is on a CentOS system.
THANKS!!!!!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---