Ruby on Rails Application and Mongrel Failing to Start?

I don't believe there is enough info here to correctly diagnose the issue.

I don't believe there is enough info here to correctly diagnose the issue. You could try running it with debugging: ruby -d . /script/server.

You will probably find an exception being raised shortly before it exits. With a bit of luck the exception will make sense to you. If that fails, try and narrow the problem scope by running a simple task (rake -T or .

/script/runner 'puts "OK"'). Worst case, try starting it up with a full debugger and set a breakpoint on NilClass#to_str / #to_s. That pesky nil in your output is the only clue I can see.

I know this is not really an answer, but I needed more space and formatting than the comments allow. – cwninja Oct 15 '09 at 21:34 For the record, I never claimed that passenger would fix anything; just that it would be helpful in determining if the problem lay in Mongrel or in his application code. – neezer Oct 15 '09 at 21:45 Sorry, did not intend to imply that.Amended.

– cwninja Oct 15 '09 at 23:12 Thanks cwninja. I'll give that a try. – Walter Lockhart Oct 15 '09 at 12:17.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions