[OPEN-ILS-GENERAL] ***SPAM*** Error at Autogen.sh

Soulliere, Robert robert.soulliere at mohawkcollege.ca
Fri Feb 17 09:56:06 EST 2012


Hi 현탁,

I believe you no longer need the -c option for the autogen command. You should be able to run it as:

autogen.sh -u

In regards to the error:
Exception: OpenSRF::EX::Session 2012-02-17T17:05:40 OpenSRF::Transport /usr/local/share/perl/5.10.1/OpenSRF/Transport.pm:83 Session Error: router at private.localhost/open-ils.cstore IS NOT CONNECTED TO THE NETWORK!!!

I wonder if you could try starting apache before running autogen.sh? I vaguely remember someone mentioning that starting apache before autogen is required. I think I also experienced this during recent upgrades.

Regards,
Robert


Robert Soulliere, BA (Hons), MLIS
Systems Librarian
Mohawk College Library
robert.soulliere at mohawkcollege.ca
Telephone: 905 575 1212 x3936
Fax: 905 575 2011
________________________________________
From: open-ils-general-bounces at list.georgialibraries.org [open-ils-general-bounces at list.georgialibraries.org] On Behalf Of 윤현탁 [dhtmxh at gmail.com]
Sent: February 17, 2012 3:15 AM
To: open-ils-general at list.georgialibraries.org
Subject: [OPEN-ILS-GENERAL] ***SPAM*** Error at Autogen.sh

Hi all.
I trying to install Evergreen, but I fail on and on..
Problem is it:
opensrf at tak-desktop:/openils/bin$ ./autogen.sh -c /openils/conf/opensrf_core.xml -u
./autogen.sh: 잘못된 옵션 -- c
Updating Evergreen organization tree and IDL

Updating fieldmapper
 -> /openils/var/web/opac/common/js//fmall.js
Updating web_fieldmapper
 -> /openils/var/web/opac/common/js//fmcore.js
Updating OrgTree
Exception: OpenSRF::EX::Session 2012-02-17T17:05:40 OpenSRF::Transport /usr/local/share/perl/5.10.1/OpenSRF/Transport.pm:83 Session Error: router at private.localhost/open-ils.cstore IS NOT CONNECTED TO THE NETWORK!!!
opensrf at tak-desktop:/openils/bin$

I ordered './autogen.sh -c /openils/conf/opensrf_core.xml -u', but it says '-c' is invalid option (잘못된 옵션).

And when I ordered 'settings-tester.pl<http://settings-tester.pl>', everything is OK.
opensrf at tak-desktop:~/Evergreen-ILS-2.1.1/Open-ILS/src/support-scripts$ settings-tester.pl<http://settings-tester.pl>
1..5
ok 1 - use OpenSRF::Utils::Config;
ok 2 - use UNIVERSAL::require;
ok 3 - use Getopt::Long;
ok 4 - use MARC::Record;
ok 5 - use Net::Domain;
LWP::UserAgent version 5.834
XML::LibXML version 1.70
XML::LibXML::XPathContext version 1.70
XML::LibXSLT version 1.70
Net::Server::PreFork version 0.97
Cache::Memcached version 1.28
Class::DBI version 3.0.17
Class::DBI::AbstractSearch version 0.07
Template version 2.20
DBD::Pg version 2.16.1
Net::Z3950::ZOOM version 1.25
MARC::Record version 2.0.3
MARC::Charset version 1.1
MARC::File::XML version 0.93
Text::Aspell version 0.04
CGI version 3.43
DateTime::TimeZone version 1.10
DateTime version 0.52
DateTime::Format::ISO8601 version 0.06
DateTime::Format::Mail version 0.3001
Unix::Syslog version 1.1
GD::Graph3d version 0.63
JavaScript::SpiderMonkey version 0.20
Log::Log4perl version 1.26
Email::Send version 2.198
Text::CSV version 1.16
Text::CSV_XS version 0.70
Spreadsheet::WriteExcel::Big version 2.36
Tie::IxHash version 1.21
Parse::RecDescent version 1.963
SRU version 0.99
JSON::XS version 2.32
UUID::Tiny version 1.03
Business::CreditCard::Object version 1.00
Net::Z3950::Simple2ZOOM version 1.04

Checking /openils/conf/opensrf_core.xml for Evergreen services:
* OK: Found a public Evergreen service in /openils/conf/opensrf_core.xml

Checking Jabber connection for user opensrf, domain private.localhost
* Jabber successfully connected

Checking Jabber connection for user opensrf, domain public.localhost
* Jabber successfully connected

Checking Jabber connection for user router, domain public.localhost
* Jabber successfully connected

Checking Jabber connection for user router, domain private.localhost
* Jabber successfully connected

Checking database connections
* /opensrf/default/reporter/setup :: Successfully connected to database dbi:Pg:dbname=evergreen;host=localhost;port=5432
  * Database has the expected server encoding UTF8.
* /opensrf/default/apps/open-ils.storage/app_settings/databases :: Successfully connected to database dbi:Pg:dbname=evergreen;host=localhost;port=5432
  * Database has the expected server encoding UTF8.
* /opensrf/default/apps/open-ils.cstore/app_settings :: Successfully connected to database dbi:Pg:dbname=evergreen;host=localhost;port=5432
  * Database has the expected server encoding UTF8.
* /opensrf/default/apps/open-ils.pcrud/app_settings :: Successfully connected to database dbi:Pg:dbname=evergreen;host=localhost;port=5432
  * Database has the expected server encoding UTF8.
* /opensrf/default/apps/open-ils.reporter-store/app_settings :: Successfully connected to database dbi:Pg:dbname=evergreen;host=localhost;port=5432
  * Database has the expected server encoding UTF8.

Checking database drivers to ensure <driver> matches <language>
* OK SIP from telephony section.
* OK SIP from telephony section.
* OK: Pg language is undefined for reporter base configuration
* OK: Pg language is undefined for reporter base configuration
* OK: Pg language is perl in /opensrf/default/apps/open-ils.storage/language
* OK: pgsql language is C in /opensrf/default/apps/open-ils.cstore/language
* OK: pgsql language is C in /opensrf/default/apps/open-ils.pcrud/language
* OK: pgsql language is C in /opensrf/default/apps/open-ils.qstore/language
* OK: pgsql language is C in /opensrf/default/apps/open-ils.reporter-store/language

Checking postgresql version
psql (PostgreSQL) 9.0.5
명령행 편집을 위해 지원하는 기능:

Checking libdbi and libdbi-drivers
  * OK - found locally installed libdbi.so and libdbdpgsql.so in shared library path

Checking hostname
 * OK: found hostname 'localhost' in <hosts> section of opensrf.xml

What is the problem? I can connect srfsh by order 'request opensrf.math add 2 2' and received a data. But 'autogen.sh' is fail on and on.

This E-mail contains privileged and confidential information intended
only for the individual or entity named in the message.  If the reader
of this message is not the intended recipient, or the agent responsible
to deliver it to the intended recipient, you are hereby notified that
any review, dissemination, distribution or copying of this communication
is prohibited.  If this communication was received in error, please
notify the sender by reply E-mail immediately, and delete and destroy
the original message.


More information about the Open-ils-general mailing list