This project is archived and is in readonly mode.

#4921 ✓resolved
calavera

Memcached initialization errors on JRuby

Reported by calavera | June 21st, 2010 @ 05:36 PM

Actually this is not a bug in rails but a memcached java client, anyway I think it's worth preventing it.

The memcache-client for jruby assumes that the server addresses include the port but the default servers list that rails uses doesn't do it and the client raises an initialization error.

Changing just two lines of code this error can be avoided. I include the patch for doing it.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Referenced by

Pages