[OPEN-ILS-DEV] ***SPAM*** Debugging OpenSRF gateway problem on multi-server setup

James Fournie jfournie at sitka.bclibraries.ca
Mon Jun 27 14:38:44 EDT 2011


Hi Bruce,

Where are you running memcached?  You should make sure that all your
servers are pointed at the same memcached instance.  It looks like
both the drone and apache machine are looking for memcached at
127.0.0.1:11211.  This will mean that the apache server will process
user authentications and store it in its memcached, but the drone will
look for authentication sessions in its own instance of memcached and
not find it.   I would suggest running memcached on your database
server (although it doesn't matter as long as both the drone and
apache server can access it) and make memcached it is listening on
192.195.101.106:11211 instead of 127.0.0.1:11211 on that server, and
then update both opensrf.xml files to look for that memcached.

~James Fournie
BC Sitka

2011/6/27 Bruce Johnson <bruce.johnson at lyrasis.org>:
> I am currently running three servers which all run Ubuntu 10.4. I have an
> apache server that runs evergreen, Apache and Ejabberd, a drone server
> running evergreen and a database server. When I have all of the services
> running on the apache server everything runs fine when I move all services
> except for the opensrf.settings to the drone server I am no longer able to
> log into Evergreen. The names and IP addresses of the servers are listed
> below.
>
>
>
>
>
> Name    IP Address
>
> Apache 192.195.101.135
>
> Drone   192.195.101.105
>
> DB          192.195.101.106
>
>
>
>
>
> Any help would be greatly appreciated.
>
>
>
>
>
> Bruce Johnson
>
> Senior Technology Services Systems Analyst/Administrator
>
> LYRASIS
>
> bruce.johnson at lyrasis.org
>
> 404.892.0943 x2924
>
>
>
> 1438 West Peachtree Street NW
>
> Suite 200
>
> Atlanta, GA 30309
>
> Toll Free: 800.999.8558
>
> Fax: 404.892.7879
>
> www.lyrasis.org
>
>
>
> LYRASIS - Advancing Libraries Together
>
>
>
>


More information about the Open-ils-dev mailing list