I just tried deploying our new web-application to the textdrive server and we got the following message: Application error Rails application failed to start properly Does anyone know what that is normally cause by? I am getting nothing in my logs? Does that make sense? Is it a permission problem? Does this error happen before any of the models and config files are even loaded? What happened to those more descriptive messages? I really want to go home :-(. Can someone help please?
Check the shebang line in dispatch.cgi and make sure that it''s pointing to a ruby executable that actually exists. Also check your apache log files (not the rails ones) to see if there''s anything useful in there. -- Mando On 6/3/05, John Kopanas <john.kopanas-O1KSuMybMhqBUy7/sJONFg@public.gmane.org> wrote:> > I just tried deploying our new web-application to the textdrive > server and we got the following message: > Application error > > Rails application failed to start properly > > Does anyone know what that is normally cause by? > I am getting nothing in my logs? Does that make sense? > Is it a permission problem? > Does this error happen before any of the models and config files are > even loaded? What happened to those more descriptive messages? > > I really want to go home :-(. Can someone help please? > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >_______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
Wow... that is exactly what it was... thanks!!!! On 4-Jun-05, at 12:10 PM, Mando Escamilla wrote:> Check the shebang line in dispatch.cgi and make sure that it''s > pointing to a ruby executable that actually exists. > > Also check your apache log files (not the rails ones) to see if > there''s anything useful in there. > > -- > Mando > > On 6/3/05, John Kopanas <john.kopanas-O1KSuMybMhqBUy7/sJONFg@public.gmane.org> wrote: I just > tried deploying our new web-application to the textdrive > server and we got the following message: > Application error > > Rails application failed to start properly > > Does anyone know what that is normally cause by? > I am getting nothing in my logs? Does that make sense? > Is it a permission problem? > Does this error happen before any of the models and config files are > even loaded? What happened to those more descriptive messages? > > I really want to go home :-(. Can someone help please? > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >