[OPEN-ILS-DEV] Exception running autogen.sh
Karen Collier
kcollier at kent.lib.md.us
Tue Jul 17 14:35:21 EDT 2007
Following is a brief sample of the 500 million or so nearly identical errors in osrfsys.log.
[2007-7-17 14:20:10] -e [ERR :20691:Inbound.pm:156:] Inbound received no data from the Jabber socket in process()
[2007-7-17 14:20:10] -e [ERR :30286:Inbound.pm:156:] Inbound received no data from the Jabber socket in process()
[2007-7-17 14:20:10] -e [ERR :31963:Inbound.pm:156:] Inbound received no data from the Jabber socket in process()
[2007-7-17 14:20:10] -e [ERR :30294:Inbound.pm:156:] Inbound received no data from the Jabber socket in process()
And next is what appeared in the srfsh log after running
srfsh# request open-ils.storage open-ils.storage.direct.actor.org_unit.retrieve 1
srfsh 2007-07-17 12:03:44 [DEBG:22220:socket_bundle.c:367:] removing socket 3
srfsh 2007-07-17 14:25:14 [INFO:25921:osrf_system.c:267:] Bootstrapping system with domain eg-server.kent.lib.md.us, port 5222, and unixpath (none)
srfsh 2007-07-17 14:25:52 [DEBG:25921:osrf_app_session.c:222:] open-ils.storage session is stateless
srfsh 2007-07-17 14:25:52 [DEBG:25921:osrf_app_session.c:234:] Building a new client session with id [open-ils.storage] [1184696752.115218.118469675225921]
srfsh 2007-07-17 14:25:52 [DEBG:25921:osrf_app_session.c:418:] AppSession connecting to router at eg-server.kent.lib.md.us/open-ils.storage
srfsh 2007-07-17 14:25:52 [DEBG:25921:osrf_app_session.c:374:] App Session [open-ils.storage] [1184696752.115218.118469675225921] resetting remote id to router at eg-server.kent.lib.md.us/open-ils.storage
srfsh 2007-07-17 14:25:52 [DEBG:25921:osrf_app_session.c:554:] AppSession in queue_wait with timeout 0
srfsh 2007-07-17 14:25:52 [DEBG:25921:osrf_app_session.c:374:] App Session [open-ils.storage] [1184696752.115218.118469675225921] resetting remote id to router at eg-server.kent.lib.md.us/open-ils.storage
srfsh 2007-07-17 14:25:52 [INFO:25921:osrf_app_session.c:522:] [open-ils.storage] sent 80 bytes of data to router at eg-server.kent.lib.md.us/open-ils.storage
srfsh 2007-07-17 14:25:52 [DEBG:25921:osrf_app_session.c:525:] Sent: [/*--S osrfMessage--*/{"threadTrace":"0","type":"CONNECT"}/*--E osrfMessage--*/]
srfsh 2007-07-17 14:25:52 [DEBG:25921:osrf_app_session.c:554:] AppSession in queue_wait with timeout 5
srfsh 2007-07-17 14:25:57 [DEBG:25921:osrf_app_session.c:554:] AppSession in queue_wait with timeout 0
srfsh 2007-07-17 14:25:57 [WARN:25921:srfsh.c:539:] Unable to connect to remote service open-ils.storage
Thanks,
Karen
----- Original Message -----
From: Bill Erickson <billserickson at gmail.com>
To: open-ils-dev at list.georgialibraries.org
Sent: Tue, 17 Jul 2007 12:39:24 -0400
Subject: Re: [OPEN-ILS-DEV] Exception running autogen.sh
> On 7/17/07, Karen Collier <kcollier at kent.lib.md.us> wrote:
> >
> > 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?
>
>
> [snip]
>
>
> > 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!!!
> >
> >
> This indicates the open-ils.cstore processes are not running (or not
> functioning correctly). A lot of times this has to do with database
> connectivity issues. If there are DB problems, there should be errors in
> your osrfsys.log (or wherever you are directing the log files). "grep ERR
> osrfsys.log" may give you some useful info.
>
> If the following srfsh query works, it indicates a problem with the C libs
> in particular, most likely a libdbi problem of some sort:
>
> srfsh# request open-ils.storage
> open-ils.storage.direct.actor.org_unit.retrieve 1
>
> Hope this help.
>
> -bill
>
>
More information about the Open-ils-dev
mailing list