hi, I have a rail app running in development mode, and I usually start it by "mongrel_rails start" in the development directory. It always run ok when I first start it or even many hours after that. However, the next day ... it will stop responding, the browser stops at "Waiting for reply", and no page show up. Any idea how I get more debug information on where it went wrong? Thanks Oliver --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
BTW - logs/mongrel.log and development.log didn''t have any failed information. On Feb 26, 12:13 pm, "Oliver" <fwa...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi, > > I have a rail app running in development mode, and I usually start it > by "mongrel_rails start" in the development directory. > > It always run ok when I first start it or even many hours after that. > However, the next day ... it will stop responding, the browser stops > at "Waiting for reply", and no page show up. > > Any idea how I get more debug information on where it went wrong? > > Thanks > > Oliver--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
On 2/26/07, Oliver <fwang2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have a rail app running in development mode, and I usually start it > by "mongrel_rails start" in the development directory. > > It always run ok when I first start it or even many hours after that. > However, the next day ... it will stop responding, the browser stops > at "Waiting for reply", and no page show up. > > Any idea how I get more debug information on where it went wrong?The mongrel FAQ has a few things you should try: http://mongrel.rubyforge.org/faq.html J. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---