hi all, i''m trying to pick up a project that i havent worked on for a while. The problem is when i execute ./script/server, webrick will start but immediately quits again, with no warnings or errors. And there''s nothing in the log directory. I''ve checked that the database exists. Other rails projects are still working... any suggestions? fokke --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Fokke de Jong wrote:> hi all, > > i''m trying to pick up a project that i havent worked on for a while. > The problem is when i execute ./script/server, webrick will start but > immediately quits again, with no warnings or errors. And there''s > nothing in the log directory. I''ve checked that the database exists. > Other rails projects are still working... > any suggestions? > > fokkeMake sure any gems you required in the environment files are present. I had this problem after reinstalling rails, because I didn''t re-download the TZInfo gem. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
sometimes when webrick is silent, script/console will report the error. this happens a lot with missing libs and such -- Yan http://planyp.us http://skwpspace.com On Wed, 13 Sep 2006 04:03:13 -0500, Fokke de Jong <fokke-SGgbjikIHQ4@public.gmane.org> wrote:> > hi all, > > i''m trying to pick up a project that i havent worked on for a while. > The problem is when i execute ./script/server, webrick will start but > immediately quits again, with no warnings or errors. And there''s > nothing in the log directory. I''ve checked that the database exists. > Other rails projects are still working... > any suggestions? > > fokke--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---