[OPEN-ILS-DEV] Startup Help

Cory Fuchs cory.fuchs at ronank12.edu
Tue Mar 20 10:47:42 EDT 2007


Hello Everyone,

------------------------------------------------------------------------
-------

ps ax | grep -i opensrf | grep settings

20860 pts/2    S      0:00 OpenSRF master [opensrf.settings]

20863 pts/2    S      0:00 OpenSRF drone [opensrf.settings]

20864 pts/2    S      0:00 OpenSRF drone [opensrf.settings]

20865 pts/2    S      0:00 OpenSRF drone [opensrf.settings]

20866 pts/2    S      0:00 OpenSRF drone [opensrf.settings]

20867 pts/2    S      0:00 OpenSRF listener [opensrf.settings]

20873 pts/2    S      0:00 OpenSRF drone [opensrf.settings]

libsrv bin # /etc/init.d/opensrf status

 * status:  started

libsrv bin # /etc/init.d/chopchop status

 * status:  started

libsrv bin # /etc/init.d/memcached status

 * status:  started

libsrv bin # /etc/init.d/apache2 status

 * status:  started

------------------------------------------------------------------------
-------

 

Thank you for all your help.

 

Cory Fuchs

 

 

 

From: open-ils-dev-bounces at list.georgialibraries.org
[mailto:open-ils-dev-bounces at list.georgialibraries.org] On Behalf Of
Bill Erickson
Sent: Monday, March 19, 2007 3:45 PM
To: open-ils-dev at list.georgialibraries.org
Subject: Re: [OPEN-ILS-DEV] Startup Help

 

Cory,

Could you include the output of:

$ ps ax | grep -i opensrf | grep settings

Your chopchop log indicates that the settings server is not registered
with the router:

chopchop 2007-03-19 11:13:02 [INFO:18472:osrf_chat.c:304:] We have no
connection for router at localhost/opensrf.settings

-bill




On 3/19/07, Cory Fuchs <cory.fuchs at ronank12.edu> wrote:

1)
----------------------------
# netstat -apn | grep 10101
tcp        0      0 127.0.0.1:10101         0.0.0.0:*
LISTEN      16703/memcached
---------------------------- 

2) I made this change.  Also the first database directive had a driver
setting was Pg and the others were pgsql.  I tried making all three Pg
and pgsql and still got the same error.

3)
------------------------------ 
# hostname -f
libsrv
------------------------------


-----Original Message-----
From: open-ils-dev-bounces at list.georgialibraries.org 
[mailto:open-ils-dev-bounces at list.georgialibraries.org] On Behalf Of Dan
Scott
Sent: Monday, March 19, 2007 2:10 PM
To: open-ils-dev at list.georgialibraries.org
Subject: Re: [OPEN-ILS-DEV] Startup Help

Cory, a couple of possible things from opensrf.xml:

1) Check what port memcached is running on; your config in opensrf.xml 
says 10101, but on several distributions I've seen it typically
defaults to 11211.

2) Check your first <databases> entry -- it's missing a <port> setting
and the <client_encoding> should be UTF-8 

Also, make sure the output of "hostname -f" really is libsrv :)

Dan

On 19/03/07, Cory Fuchs <cory.fuchs at ronank12.edu> wrote:
> Attached are my three config files. 
>
> Thank you again for all your help.
>
> Cory Fuchs
> Ronan School District #30
>
>
> -----Original Message-----
> From: open-ils-dev-bounces at list.georgialibraries.org
> [mailto:open-ils-dev-bounces at list.georgialibraries.org] On Behalf Of
Don
> McMorris
> Sent: Monday, March 19, 2007 12:56 PM
> To: open-ils-dev at list.georgialibraries.org
> Subject: Re: [OPEN-ILS-DEV] Startup Help
>
> I don't think I can help much on this one (just saying this more as a 
> prompt to let the "real" guys know ;)).  Sending us your current
> configs might be helpful there too.  If there are any passwords that
> you'd rather not tell the world about, you may want to censor a little

> bit ;)
>
> --Don
>
> On 3/19/07, Cory Fuchs <cory.fuchs at ronank12.edu> wrote:
> >
> >
> >
> > Hello Everyone, 
> >
> >
> >
> > I have gotten further.   I can connect to the router (chopchop) now.
> It was
> > a configuration error of course.  Under Chopchop config in
> opensrf_core.xml 
> > the listen address was the IP address of the server not loclahost
and
> config
> > of the router was localhost.
> >
> >
> >
> > Well at least the startup goes further. 
> >
> >
> >
> > ---------------------
> >
> > /etc/init.d/chopchop start
> >
> >  * Starting chopchop ...
> >
> > Attempting to launch ChopChop with: 
> >
> > domain: localhost
> >
> > port: 5222
> >
> > listen address: 127.0.0.1
> >
> > log level: 3
> >
> > log file: /var/log/openils/osrfsys.log 
> >               [ ok ]
> >
> > ---------------------
> >
> > ---------------------
> >
> > tail /var/log/openils/osrfsys.log
> >
> > chopchop 2007-03-19 11:13:01 [INFO:18472:osrf_chat.c:719:] 
> > mylogin at localhost/client_at_libsrv_18750 successfully logged in
> >
> > chopchop 2007-03-19 11:13:01 [INFO:18472:osrf_chat.c:278:] Sending
> message
> > on local connection
> >
> > from: mylogin at localhost/client_at_libsrv_18750
> >
> > to: router at localhost/opensrf.settings
> >
> > chopchop 2007-03-19 11:13:01 [INFO:18472:osrf_chat.c:304:] We have 
no
> > connection for router at localhost/opensrf.settings
> >
> > chopchop 2007-03-19 11:13:02 [INFO:18472:osrf_chat.c:719:]
> > mylogin at localhost/client_at_libsrv_18752 successfully logged in 
> >
> > chopchop 2007-03-19 11:13:02 [INFO:18472:osrf_chat.c:278:] Sending
> message
> > on local connection
> >
> > from: mylogin at localhost/client_at_libsrv_18752
> > 
> > to: router at localhost/opensrf.settings
> >
> > chopchop 2007-03-19 11:13:02 [INFO:18472:osrf_chat.c:304:] We have
no
> > connection for router at localhost/opensrf.settings
> > 
> > -------------------
> >
> >
> >
> > Starting Opesrf
> >
> >
> >
> > -------------------
> >
> > /etc/init.d/opensrf start 
> >
> >  * Starting OpenSRF ...
> >
> > su: Authentication service cannot retrieve authentication info.
> >
> > (Ignored)
> >
> > Starting OpenSRF Router 
> >
> > Starting OpenSRF Perl
> >
> >  * Server type: Net::Server::PreFork
> >
> >  * System boostrap
> >
> >  * Starting UnixServer for open-ils.cat.. .
> >
> > ************** Starting UnixServer and Listener lines omitted for
> > Briefty********************
> >
> > * System is ready...
> >
> > Starting OpenSRF C 
> >
> > Loading OpenSRF host libsrv with bootstrap config
> > /etc/openils/opensrf_core.xml and config context opensrf
> >
> > /usr/libexec/openils/bin/osrf_ctl.sh: line 134: 19042 
> > Segmentation fault      opensrf-c $(hostname -f) $OPT_C_CONFIG
opensrf
> >                        [ ok ]
> >
> > ------------------
> >
> >
> >
> > When I run the autogen.sh script
> >
> >
> >
> > ------------------
> >
> > ./autogen.sh /etc/openils/bootstrap.conf
> >
> > Updating fieldmapper
> >
> > Connection to Settings Failed    * ! EXCEPTION ! * 
> >
> > TYPE: OpenSRF::EX::Session
> >
> > Mess: Session Error
> >
> > Mess: router at localhost/opensrf.settings IS NOT CONNECTED TO THE
> NETWORK!!!
> > 
> > Loc.: 89 OpenSRF::Utils::SettingsClient
> >
> > Loc.:
> > /usr/lib/perl5/vendor_perl/5.8.8/OpenSRF/Utils/SettingsClient.pm
> >
> > Time: Mon Mar 19 11:23:20 2007
> >
> >  :  ***
> >
> >   * ! EXCEPTION ! *
> >
> > TYPE: OpenSRF::EX::Session
> >
> > Mess: Session Error
> >
> > Mess: router at localhost /opensrf.settings IS NOT CONNECTED TO THE
> NETWORK!!!
> >
> > Loc.: 91 OpenSRF::Utils::SettingsClient
> >
> > Loc.:
> > /usr/lib/perl5/vendor_perl/5.8.8/OpenSRF/Utils/SettingsClient.pm 
> >
> > Time: Mon Mar 19 11:23:20 2007
> >
> > Updating web_fieldmapper
> >
> > Connection to Settings Failed    * ! EXCEPTION ! *
> >
> > TYPE: OpenSRF::EX::Session 
> >
> > Mess: Session Error
> >
> > Mess: router at localhost/opensrf.settings IS NOT CONNECTED TO THE
> NETWORK!!!
> >
> > Loc.: 89 OpenSRF::Utils::SettingsClient 
> >
> > Loc.:
> > /usr/lib/perl5/vendor_perl/5.8.8/OpenSRF/Utils/SettingsClient.pm
> >
> > Time: Mon Mar 19 11:23:20 2007
> >
> >  :  ***
> >
> >   * ! EXCEPTION ! * 
> >
> > TYPE: OpenSRF::EX::Session
> >
> > Mess: Session Error
> >
> > Mess: router at localhost/opensrf.settings IS NOT CONNECTED TO THE
> NETWORK!!!
> > 
> > Loc.: 91 OpenSRF::Utils::SettingsClient
> >
> > Loc.:
> > /usr/lib/perl5/vendor_perl/5.8.8/OpenSRF/Utils/SettingsClient.pm
> >
> > Time: Mon Mar 19 11:23:20 2007
> >
> > Updating OrgTree
> >
> > Connection to Settings Failed    * ! EXCEPTION ! *
> >
> > TYPE: OpenSRF::EX::Session
> >
> > Mess: Session Error
> > 
> > Mess: router at localhost/opensrf.settings IS NOT CONNECTED TO THE
> NETWORK!!!
> >
> > Loc.: 89 OpenSRF::Utils::SettingsClient
> >
> > Loc.:
> > /usr/lib/perl5/vendor_perl/5.8.8/OpenSRF/Utils/SettingsClient.pm 
> >
> > Time: Mon Mar 19 11:23:21 2007
> >
> >  :  ***
> >
> >   * ! EXCEPTION ! *
> >
> > TYPE: OpenSRF::EX::Session
> >
> > Mess: Session Error 
> >
> > Mess: router at localhost/opensrf.settings IS NOT CONNECTED TO THE
> NETWORK!!!
> >
> > Loc.: 91 OpenSRF::Utils::SettingsClient
> >
> > Loc.:
> > /usr/lib/perl5/vendor_perl/5.8.8/OpenSRF/Utils/SettingsClient.pm 
> >
> > Time: Mon Mar 19 11:23:21 2007
> >
> > Updating OrgTree HTML
> >
> > Connection to Settings Failed    * ! EXCEPTION ! *
> >
> > TYPE: OpenSRF::EX::Session 
> >
> > Mess: Session Error
> >
> > Mess: router at localhost/opensrf.settings IS NOT CONNECTED TO THE
> NETWORK!!!
> >
> > Loc.: 89 OpenSRF::Utils::SettingsClient 
> >
> > Loc.:
> > /usr/lib/perl5/vendor_perl/5.8.8/OpenSRF/Utils/SettingsClient.pm
> >
> > Time: Mon Mar 19 11:23:22 2007
> >
> >  :  ***
> >
> >   * ! EXCEPTION ! * 
> >
> > TYPE: OpenSRF::EX::Session
> >
> > Mess: Session Error
> >
> > Mess: router at localhost/opensrf.settings IS NOT CONNECTED TO THE
> NETWORK!!!
> > 
> > Loc.: 91 OpenSRF::Utils::SettingsClient
> >
> > Loc.:
> > /usr/lib/perl5/vendor_perl/5.8.8/OpenSRF/Utils/SettingsClient.pm
> >
> > Time: Mon Mar 19 11:23:22 2007
> >
> > Done
> >
> > ------------------
> >
> >
> >
> > I get the same errors in the opensrf.settings.log file.
> >
> >
> >
> > I have verified that hostname -f and the config opensrf.xml.
> >
> >
> >
> > I also have stateless set to 1 in the opensrf.xml based on a
previous
> post
> > about a similar error. 
> >
> >
> >
> >
> >
> > Cory Fuchs
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>




-- 
Bill Erickson
PINES Systems Developer
Georgia Public Library Service
billserickson at gmail.com
http://open-ils.org 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.georgialibraries.org/pipermail/open-ils-dev/attachments/20070320/bab973b7/attachment-0001.html


More information about the Open-ils-dev mailing list