[OPEN-ILS-DEV] Exception running autogen.sh
Karen Collier
kcollier at kent.lib.md.us
Tue Jul 17 11:55:38 EDT 2007
I tried running the srfsh test you suggested. It paused for a moment and gave me a new prompt. Following is what appeared in the error log. Does anything in there tell you what's wrong and how I might fix it?
Thank you,
Karen
srfsh 2007-07-17 11:47:16 [INFO:22220:osrf_system.c:267:] Bootstrapping system with domain eg-server.kent.lib.md.us, port 5222, and unixpath (none)
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_app_session.c:222:] open-ils.cstore session is stateless
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_app_session.c:234:] Building a new client session with id [open-ils.cstore] [1184687294.514148.118468729422220]
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_app_session.c:418:] AppSession connecting to router at eg-server.kent.lib.md.us/open-ils.cstore
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_app_session.c:374:] App Session [open-ils.cstore] [1184687294.514148.118468729422220] resetting remote id to router at eg-server.kent.lib.md.us/open-ils.cstore
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_app_session.c:554:] AppSession in queue_wait with timeout 0
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_app_session.c:374:] App Session [open-ils.cstore] [1184687294.514148.118468729422220] resetting remote id to router at eg-server.kent.lib.md.us/open-ils.cstore
srfsh 2007-07-17 11:48:14 [INFO:22220:osrf_app_session.c:522:] [open-ils.cstore] sent 80 bytes of data to router at eg-server.kent.lib.md.us/open-ils.cstore
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_app_session.c:525:] Sent: [/*--S osrfMessage--*/{"threadTrace":"0","type":"CONNECT"}/*--E osrfMessage--*/]
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_app_session.c:554:] AppSession in queue_wait with timeout 5
srfsh 2007-07-17 11:48:14 [INFO:22220:transport_session.c:410:] Received <error> message with type cancel and code 503
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_stack.c:17:] Received message from transport code from router at eg-server.kent.lib.md.us/open-ils.cstore
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_stack.c:43:] Transport handler received new message
from router at eg-server.kent.lib.md.us/open-ils.cstore to evergreen at eg-server.kent.lib.md.us/__1184687236.690454_22220 with body
[/*--S osrfMessage--*/{"threadTrace":"0","type":"CONNECT"}/*--E osrfMessage--*/]
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_stack.c:73:] We received 1 messages from router at eg-server.kent.lib.md.us/open-ils.cstore
srfsh 2007-07-17 11:48:14 [WARN:22220:osrf_stack.c:84:] !!! Received Jabber layer error message
srfsh 2007-07-17 11:48:14 [WARN:22220:osrf_stack.c:94:] * Jabber Error is for top level remote id [router at eg-server.kent.lib.md.us/open-ils.cstore], no one to send my message too!!!
srfsh 2007-07-17 11:48:14 [INFO:22220:osrf_stack.c:103:] Message processing duration 0.000622
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_stack.c:106:] after msg delete
srfsh 2007-07-17 11:48:14 [DEBG:22220:osrf_app_session.c:554:] AppSession in queue_wait with timeout 5
srfsh 2007-07-17 11:48:19 [DEBG:22220:osrf_app_session.c:554:] AppSession in queue_wait with timeout 0
srfsh 2007-07-17 11:48:19 [WARN:22220:srfsh.c:539:] Unable to connect to remote service open-ils.cstore
----- Original Message -----
From: Bill Erickson <billserickson at gmail.com>
To: open-ils-dev at list.georgialibraries.org
Sent: Mon, 16 Jul 2007 09:53:55 -0400
Subject: Re: [OPEN-ILS-DEV] Exception running autogen.sh
> On 7/13/07, Karen Collier <kcollier at kent.lib.md.us> wrote:
> >
> > Any idea what could be causing this exception or how to fix it? I'm using
> > Evergreen 1.2.0 rc 1. Any help is appreciated.
> >
> > Thanks,
> > Karen Collier
> > Kent County Public Library
> >
> >
> > evergreen-admin at eg-server:/openils/bin$ sudo -u opensrf
> > /openils/bin/autogen.sh /openils/conf/opensrf_core.xml
> > Updating fieldmapper
> > Updating web_fieldmapper
> > Updating OrgTree
> > removing OrgTree from the cache...
> > Updating OrgTree HTML
> > * ! EXCEPTION ! *
> > TYPE: OpenSRF::EX::ERROR
> > Mess: System ERROR
> > Mess: * ! EXCEPTION ! *
> > Mess: TYPE: OpenSRF::DomainObject::oilsMethodException
> > Mess: Mess: <500> *** Call to [open-ils.actor.org_tree.retrieve] failed
> > for session [1184359602.1637628771.7121124883], thread trace [1]:
> > Mess: Mess: Can't use an undefined value as an ARRAY reference at
> > /openils/lib/perl5/OpenILS/Application/Actor.pm line 1041, <STDIN> line 1.
> > Mess: Mess:
> > Mess:
> > Mess: Loc.: 996 OpenSRF::AppRequest
> > Mess: Loc.: /openils/lib/perl5/OpenSRF/AppSession.pm
> > Mess: Time: Fri Jul 13 16:46:42 2007
> >
> > Loc.: 996 OpenSRF::AppRequest
> > Loc.: /openils/lib/perl5/OpenSRF/AppSession.pm
> > Time: Fri Jul 13 16:46:42 2007
> > Done
> > evergreen-admin at eg-server:/openils/bin$
>
>
>
> /openils/lib/perl5/OpenILS/Application/Actor.pm line 1041 is a call to the
> open-ils.cstore service. From this error, it looks like it didn't
> complete. You may want to make sure cstore is up and running correctly with
> srfsh.
>
> -- simple test
> srfsh# request open-ils.cstore
> open-ils.cstore.direct.actor.org_unit.retrieve 1
>
> -- the actual query that is failing
> srfsh# request open-ils.cstore
> open-ils.cstore.direct.actor.org_unit.search{"parent_ou":null},{"flesh":3,"flesh_fields":{"aou":["children"]}}
>
>
> If none of these work, there should be some errors in the logs to indicate
> why.
>
> -bill
>
>
More information about the Open-ils-dev
mailing list