[OPEN-ILS-DEV] SIP Problem

Bill Erickson erickson at esilibrary.com
Wed Nov 17 15:25:59 EST 2010


On Wed, Nov 17, 2010 at 2:42 PM, John van Rassel <jvanrassel at innisfil.ca>wrote:

> Hello all,
>
> I am trying to get SIP working under Evergreen 1.6.1.2.  I think I almost
> have it but it’s no quite there
>
> When I run the tests where it gets to the patron info tests it says:
>
> 02patron_info......ok 1/8FAILED--Further testing stopped: Read failure in
> valid Patron Info no details
>
>
>
> Does anyone have any ideas why this may be happening?
>

Hi John,

The SIP server is probably crashing on something.  A good debugging tool is
to edit the oils_ctl.sh controller script (assuming that's how you start the
SIP server) and redirect SIP errors to a log file instead of /dev/null.

Change /dev/null to a real file that opensrf can write to in this line:

    perl SIPServer.pm "$OPT_SIP_CONFIG" > /dev/null 2>&1 &

Or you could just merge in this change from 2.0 which allows for a command
line error log option:

http://svn.open-ils.org/trac/ILS/changeset/17566

Hope this helps.

-b

-- 
Bill Erickson
| VP, Software Development & Integration
| Equinox Software, Inc. / Your Library's Guide to Open Source
| phone: 877-OPEN-ILS (673-6457)
| email: erickson at esilibrary.com
| web: http://esilibrary.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://libmail.georgialibraries.org/pipermail/open-ils-dev/attachments/20101117/9a841c25/attachment.htm 


More information about the Open-ils-dev mailing list