Mongrel Cluster fails to start?

You should start your server from the root directory of your application.

Sorry that was a typo: I am starting it from the app_directory: * cd rails_app_path * mongrel_rails cluster::start – Govind N Aug 29 '10 at 12:58.

I suppose that I was getting this error due to permissions issue. All the files in the app/config folder were owned by mongrel user and I was trying to start it with root user. I had switched to passenger and I was getting the same issue with passenger.

The issue is now resolved - I made the admin user as the owner of all the files in the app and then started the server with user as admin. We have decided to use passenger instead of mongrel as mongrel_cluster does seem to be broken in 2.3.8 - we are getting an ActionController::InvalidAuthenticityToken error with mongrel which we don't get on passenger or webrick. So finally its passenger+nginx for us.

Cheers! Govind Naroji.

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