A production app is generally working well with memcached and Rails 2.1, but we''re seeing this error about 10 times a day: ### No connection to server [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/vendor/ memcache-client-1.5.0/memcache.rb:663:in `request_setup'' ### From the logs, it looks for all the world as though memcached hadn''t been running, but it certainly was. There''s nothing in the memcached log about this. Can anyone advise? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Anyone get a solution for this? Im seeing the same thing with a rails 2.1 deploy. Tried with memcache-client gem installed locally and part of active support and both get this connection problem intermittently. On Jul 30, 8:05 am, Aramis Kester <AramisKes...-hRtevi7K+EU+Va1GwOuvDg@public.gmane.org> wrote:> A production app is generally working well with memcached and Rails > 2.1, but we''re seeing this error about 10 times a day: > > ### > No connection to server > [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/vendor/ > memcache-client-1.5.0/memcache.rb:663:in `request_setup'' > ### > > From the logs, it looks for all the world as though memcached hadn''t > been running, but it certainly was. There''s nothing in the memcached > log about this. > > Can anyone advise?--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
On Wed, Jul 30, 2008 at 8:05 AM, Aramis Kester <AramisKester-hRtevi7K+EU+Va1GwOuvDg@public.gmane.org> wrote:> > A production app is generally working well with memcached and Rails > 2.1, but we''re seeing this error about 10 times a day: > > ### > No connection to server > [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/vendor/ > memcache-client-1.5.0/memcache.rb:663:in `request_setup'' > ### > > From the logs, it looks for all the world as though memcached hadn''t > been running, but it certainly was. There''s nothing in the memcached > log about this. > > Can anyone advise?Consider switching to http://github.com/37signals/libmemcached_store ;) jeremy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---