I 've been struggling for quite a while getting capified deployment to my hostingrails account to work properly.
I actually managed recently, but now I've tried again with a new app (I changed the symlink) and have once again run into a 'we're sorry but something went wrong error'.
I checked the production log and it contains data - but it does not seem to update any longer. What is in the log right now is about 30 minutes old - and a lot of changes have been committed since then + the error in the log is not the one that I experience.
When i tail -f the production.log file, I get some cryptic fastcgi-errors displayed - but they all point to lib-files elsewhere on the server it seems?
- - - - - - - - - -
applabd@zwingli [~/apps/FrBo2008/current]$ tail -f log/production.log
/usr/local/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:77:in `process_each_request'
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:612:in `each_cgi'
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each'
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each_cgi'
/usr/local/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:76:in `process_each_request'
/usr/local/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:50:in `process!'
/usr/local/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:24:in `process!'
dispatch.fcgi:24
Rendering /home/applabd/apps/FrBo2008/releases/20080711224812/public/500.html (500 Internal Server Error)
- - - - - - - - - -
I've checked the database.yml file = OK, the .htaccess-file = OK and the environment.rb-file = OK. The fastcgi handler file seems to be okay as well.
Could anyone point me to what is going wrong? I'd really like to understand the actual cause of this kind of error - to be wiser next time a similar error gets in my way ...
Thanks and BR,
Bo