Chris Lowis wrote:
> Does anybody have experience with running ferret on dreamhost ?
> 
> My app is running ok until I install the acts_as_ferret plugin, at which 
> point I get "Rails application failed to start properly" errors. I've 
> used script/console to confirm that I can require 'ferret' and make a 
> new Index object . Everything appears to be ok in that respect. 
> Unfortunately there is nothing logged in these circumstances, except :
> 
> [Wed Aug 16 07:10:23 2006] [error] [client 152.78.115.107] FastCGI: comm 
> with (dynamic) server 
> "/home/c_lowis/residence-review.com/public/dispatch.fcgi" aborted: 
> (first read) idle timeout (120 sec)
> [Wed Aug 16 07:10:23 2006] [error] [client 152.78.115.107] FastCGI: 
> incomplete headers (0 bytes) received from server 
> "/home/c_lowis/residence-review.com/public/dispatch.fcgi"
> 
> in the "apache" type logs that dreamhost gives me . Through trial and 
> error I am fairly sure it is ferret that is causing this, as when I 
> remove the plugin the site works ok.
> 
> I am using ferret 0.9.5 . As far as I can see dispatch.fcgi is not 
> starting.
> 
> Would appreciate any comments,
> 
> Chris

What made the FCGI work for me was:

- Creating the development database
- Re-commenting out the RAILS_ENV line in environment.rb

Although, I was thinking that this would make it a 'development' env,
yet, to my astonismed, it was the production that kicked in.

I haven't had the time to isolate this, but, I finally got it to work.
Good Luck.

- Tamer Salama

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to