On 7/13/07, Karen Collier <[EMAIL PROTECTED]> 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


[EMAIL PROTECTED]:/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
[EMAIL PROTECTED]:/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

Reply via email to