[OPEN-ILS-DEV] Install 1.2 rc2, can not Finalize the OPAC

Scott McKellar mck9 at swbell.net
Wed Aug 1 00:09:49 EDT 2007


For what it's worth:

The message from osrf_app_session.c:142 appears to be the first 
indication of a problem.  Following it is a cascade of other
messages issued as as the stack unwinds, providing further 
information about the context in which the error occurred.

(The first three messages come from Perl modules with which I am not
familiar, but they look like normal informational messages.)

The message from osrf_app_session.c:142 indicates that opensrf was
waiting for a message from across the network, and never got it,
or at least got tired of waiting and gave up.

The message was expected from eg-server.mydomain.com, as specified
by the first command line parameter supplied to opensrf.

The message from osrf_system.c is a little misleading.  The program
read the configuration file just fine, but it was unable to get
further settings from eg-server.mydomain.com.

My guess is that, one way or another, you used an example hostname
from the instructions instead of substituting the hostname of the
server you're actually using.

Scott McKellar
http://home.swbell.net/mck9/ct/

--- M Z <michael.hx.z at gmail.com> wrote:

> Hi, All
> 
> I checked the osrfsys.log file when start Start OpenILS: sudo -u
> opensrf
> /openils/bin/osrf_ctl.sh -c /openils/conf/opensrf_core.xml -a
> start_all
> 
> found some errors:
> 
> =============================
> [2007-7-31 21:17:9] open-ils.storage [INFO:8017:Client.pm:275:]
> timed_read()
> read 28 bytes of data
> [2007-7-31 21:17:9] open-ils.storage [INFO:8017:Pg.pm:64:] Attmpting
> to
> connet to evergreen at eg-server
> [2007-7-31 21:17:9] open-ils.storage [INFO:8017:Pg.pm:94:] Connected
> to
> MASTER db evergreen at eg-server
> opensrf 2007-07-31 21:18:01 [INFO:7987:osrf_app_session.c:142:]
> Returning
> NULL from app_request_recv after timeout
> opensrf 2007-07-31 21:18:01 [ERR :7987:osrf_settings.c:48:] No
> osrf_message
> received from host eg-server.mydomain.com (timeout?)
> opensrf 2007-07-31 21:18:01 [ERR :7987:osrf_settings.c:67:] Unable to
> load
> config for host eg-server.mydomain.com
> opensrf 2007-07-31 21:18:01 [ERR :7987:osrf_system.c:77:] Unable to
> retrieve
> settings for host eg-server.mydomain.com from configuration file
> /openils/conf/opensrf_core.xml
> opensrf 2007-07-31 21:18:01 [ERR :7987:opensrf.c:25:] Server Loop
> returned
> an error condition, exiting with -1
> =====================
> 
> Any helps appreciated.
> 
> Michael
> 



More information about the Open-ils-dev mailing list