- Tracey
- Posts: 3
- Starts: 4
- Wiki Edits: 0
- Location: Concord, MA, USA
This is my first time posting - and deploying a Ruby on Rails web-app, so pardon the beginner status. I have my app running at home on my local machine. I think I have carefully followed the instructions for deploying to FastCGI . My welcome screen appears, but it is only static. Unfortunately, when I log in through my application, I get a screen, with the same URL that just says Application Error Rails application failed to start properly. I checked through the wiki article, but all those issues seem to be OK. The production.log and fastcgi.crash,log don't seem to help. production sees the login and password entered, and redirects to the member controller. fastcgi doesn't record anything.
When I try ruby ./dispatch.fcgi in a shell, it quickly returns. When I look in fastcgi.crash.log, I do see error information. However, none of it seems to directly point to my code. It seems to say : split called for nil:NilClass (NoMethodError) /usr/local/ruvy/1.8/cgi.rb:898:in 'parse'
The wiki article seems to say things like this will happen if I am not in a fact cgi context. Not sure what that means.
Where to look next?
2008-03-22 04:14 PM