[OPEN-ILS-DEV] SIP Problem

John van Rassel jvanrassel at innisfil.ca
Thu Nov 18 08:51:42 EST 2010


This is the error that comes up:
Can't locate object method "internal_id" via package "OpenILS::SIP::Patron" at Sip/MsgType.pm line 978.

Any advice on how to proceed?

Thanks,
John van Rassel
Manager of Information Technology
Innisfil Public Library

From: open-ils-dev-bounces at list.georgialibraries.org [mailto:open-ils-dev-bounces at list.georgialibraries.org] On Behalf Of Bill Erickson
Sent: Wednesday, November 17, 2010 3:26 PM
To: Evergreen Development Discussion List
Subject: Re: [OPEN-ILS-DEV] SIP Problem


On Wed, Nov 17, 2010 at 2:42 PM, John van Rassel <jvanrassel at innisfil.ca<mailto: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<mailto: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/20101118/8e1fc656/attachment.htm 


More information about the Open-ils-dev mailing list