hmm...I put localhost:11211 and I still got:

Caused by: net.spy.memcached.internal.CheckedOperationTimeoutException: Timed out waiting for operation - failing node: localhost/127.0.0.1:11211


In my repcache configuration I have each of the servers pointing to each other, I'm assuming that's right. But I'm starting to doubt myself now....

from server1:
/usr/local/bin/memcached -v -m 64 -p 11211 -u root -P /var/run/memcachedrep.pid -d -x <server 2 ipaddress>

from server2:
/usr/local/bin/memcached -v -m 64 -p 11211 -u root -P /var/run/memcachedrep.pid -d -x <server 1 ipaddress>

Laura


On 11/8/13 4:43 PM, Andrew Morgan wrote:
On Fri, 8 Nov 2013, Laura McCord wrote:

Hi Mark,

In my cas.properties file I specify the server names and memcache
details below. I admit I tried various combinations for these entries so
I am not quite certain if it's right anymore.

## memcached configuration
memcached.servers=casserver1.ucmerced.edu:11211,casserver2.ucmerced.edu:11211

If you are using repcache, then you should point each server at the localhost:11211 instance only. Don't specify both servers.

    Andy



--
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to