no fcgi process
- Briangates
- Posts: 7
- Starts: 5
- Wiki Edits: 0
- Location: Maitland,FL
Hi, I've checked the shebang in dispatch.fcgi and dispatch.rb, environment.rb is set to production, and there's no fcgi process. What is going on?
- Rahul
- Posts: 498
- Starts: 0
- Wiki Edits: 1
I checked your rails app and tried to start the fcgi process and got the following error in the production log.
====
Processing FrontPageController#index (for 122.166.14.197 at 2008-09-11 18:25:04) [GET]
Session ID: f7401f60af7636dd8334c09b2e02cde1
Parameters: {"action"=>"index", "controller"=>"front_page"}
ActiveRecord::RecordNotFound (Couldn't find School without an ID):
====
Please have a look in to your app once again.
====
Processing FrontPageController#index (for 122.166.14.197 at 2008-09-11 18:25:04) [GET]
Session ID: f7401f60af7636dd8334c09b2e02cde1
Parameters: {"action"=>"index", "controller"=>"front_page"}
ActiveRecord::RecordNotFound (Couldn't find School without an ID):
====
Please have a look in to your app once again.
2008-09-11 06:31 PM
Regards,Rahul