Anybody seen this message before? I see it over and over in one of my mongrel processes log files. I''ve never seen it before today. /usr/local/bin/mongrel_rails:16Mon May 14 20:44:30 +0000 2007: Error calling Dispatcher.dispatch #<Mongrel::TimeoutError: Mongrel timed out this thread: shutdown>Thread #<Thread:0x2ae6288dbc40 sleep> is too old, killing. Thanks, Pete
Le 07-05-14 ? 17:40, Pete DeLaurentis a ?crit :> Anybody seen this message before? I see it over and over in one of > my mongrel processes log files. I''ve never seen it before today. > > /usr/local/bin/mongrel_rails:16Mon May 14 20:44:30 +0000 2007: Error > calling Dispatcher.dispatch #<Mongrel::TimeoutError: Mongrel timed > out this thread: shutdown>Thread #<Thread:0x2ae6288dbc40 sleep> is > too old, killing. > > Thanks, > Pete > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-usersHi Pete, I''ve got the same issue here on one of my RoR application. I doesn''t found the real cause nor the solution. Since this application makes complex requests on big tables (>29M records), I guess that doesn''t helps. For now, I restart mongrel servers each morning with a crontab (the timeout occurs after some running time) and timeout stop to occurs. Nicolas
Pete, i had a problem with mongrel sleeping and resulting in errors (I think 404). It essentially made it look like the app wasn''t running and then it would (reluctantly) start after a browser refresh. I can''t remember the specific error. Anyway, my solution was to create a script that polled my rails apps every 15 minutes to an hour and kept them alive. This might be something completely different, but it sounds somewhat similar. John On 5/14/07, Pete DeLaurentis <pete at nextengine.com> wrote:> > Anybody seen this message before? I see it over and over in one of > my mongrel processes log files. I''ve never seen it before today. > > /usr/local/bin/mongrel_rails:16Mon May 14 20:44:30 +0000 2007: Error > calling Dispatcher.dispatch #<Mongrel::TimeoutError: Mongrel timed > out this thread: shutdown>Thread #<Thread:0x2ae6288dbc40 sleep> is > too old, killing. > > Thanks, > Pete > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070515/9f3f74fb/attachment-0001.html