[OPEN-ILS-GENERAL] Problems while logging onto the Evergreen server using staff-client

Dan Scott denials at gmail.com
Wed Jun 24 10:07:10 EDT 2009


Hi Dibyendra:

2009/6/24 Dibyendra Hyoju <dibyendra at gmail.com>:
> Hi everyone,
>
> I got suggestions from Jason while I was connected to IRC channel, and he
> suggested me to trace the error logs after starting opensrf services one by
> one instead of starting all the services at once.
>
> Firstly, I removed all the logs, and started the services one by one, and
> traced the error by issuing 'grep ERR /openils/var/log/*' command. After
> executing 'osrf_ctl.sh -l -a start_c', 'osrf_ctl.sh -l -a start_perl', and
> 'osrf_ctl.sh -l -a start_router',  I found errors in the log files, which I
> have posted into the URL: http://paste.lisp.org/display/82400. But, it
> surprised me as I found no errors while running the 'settings-tester.pl'
> script!

Can you try these commands in the opposite order? C depends on Perl,
and Perl depends on Router, so you need to start things up like this:

osrf_ctl.sh -l -a start_router
osrf_ctl.sh -l -a start_perl
osrf_ctl.sh -l -a start_c

-- 
Dan Scott
Laurentian University


More information about the Open-ils-general mailing list