[OPEN-ILS-DEV] error message from direct_ingest.pl script
Nella Lall
ndlall at ucalgary.ca
Thu Mar 20 13:33:28 EDT 2008
Dan,
Okay, I did that and noted it for the future, thanks.
Now using direct_ingest.pl gives me a new error, sigh--not sure if that
is progress or not.
Attempting to build a client session as a server Session ID
[1206032858.562428391.22319051264], remote_id
[evergreen at eg-server/opensrf.settings_drone_at_eg-server_30019] at
/openils/lib/perl5//OpenSRF/AppSession.pm line 97, <> line 1.
Couldn't process record: * ! EXCEPTION ! *
TYPE: OpenSRF::EX::Session
Mess: Session Error
Mess: Transport::handler(): No AppSession object returned from
server_build()
Loc.: 67 main
Loc.: direct_ingest.pl
Time: Thu Mar 20 11:07:42 2008
(I'm beginning to feel like I should have multiple pseudonyms for this
list so you won't get tired of answering all of my questions!)
Nella
Dan Scott wrote:
> On 20/03/2008, Nella Lall <ndlall at ucalgary.ca> wrote:
>
>> When using the direct_ingest.pl script (part of the importing bib
>> records into evergreen steps) I am getting this message for each record
>> it tries to process:
>>
>> Couldn't process record: * ! EXCEPTION ! *
>> TYPE: OpenSRF::EX::Session
>> Mess: Session Error
>> Mess: router at eg-server/open-ils.cstore IS NOT CONNECTED TO THE NETWORK!!!
>> Loc.: 68 main
>> Loc.: direct_ingest.pl
>> Time: Thu Mar 20 08:55:23 2008
>>
>> I was able to successfully use this direct_ingest.pl script in the past
>> before I did the restore of my evergeen database to an empty state.
>>
>> I have walked through all the install steps and do not see that any were
>> missed after the first install of 1.2.0 and after the attempt to upgrade
>> to 1.2.1.4.
>> I have done a stop and restart of system as in:
>>
>> sudo -u opensrf /openils/bin/osrf_ctl.sh -c
>> /openils/conf/opensrf_core.xml -a stop_all
>> sudo -u opensrf /openils/bin/osrf_ctl.sh -c
>> /openils/conf/opensrf_core.xml -a start_all
>>
>> Can some kind soul tell me where shall I look or what I should try next?
>>
>
> Hi Nella:
>
> The short answer is don't use start_all - there is a race condition
> between the Perl and C services that in many cases will prevent the C
> services from starting if you don't give the Perl services a few
> seconds to initialize first. So try this instead:
>
> sudo -u opensrf /openils/bin/osrf_ctl.sh -c
> /openils/conf/opensrf_core.xml -a stop_all
>
> sudo -u opensrf /openils/bin/osrf_ctl.sh -c
> /openils/conf/opensrf_core.xml -a start_router
>
> sudo -u opensrf /openils/bin/osrf_ctl.sh -c
> /openils/conf/opensrf_core.xml -a start_perl
>
> sudo -u opensrf /openils/bin/osrf_ctl.sh -c
> /openils/conf/opensrf_core.xml -a start_c
>
>
More information about the Open-ils-dev
mailing list