See also: ************* oot@li904-206:~/Evergreen-ILS-2.7.4# Open-ILS/src/support-scripts/ settings-tester.pl 1..7 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; ok 6 - use Locale::Maketext::Lexicon; ok 7 - use Template::Plugin::POSIX; LWP::UserAgent version 6.05 XML::LibXML version 2.0108 XML::LibXML::XPathContext version 2.0108 XML::LibXSLT version 1.84 Cache::Memcached version 1.30 Class::DBI version 3.0.17 Class::DBI::AbstractSearch version 0.07 Template version 2.24 DBD::Pg version 2.19.3 Net::Z3950::ZOOM version 1.26 MARC::Record version 2.0.6 MARC::Charset version 1.35 MARC::File::XML version 1.0.2 Text::Aspell version 0.09 CGI version 3.63 DateTime::TimeZone version 1.63 DateTime version 1.06 DateTime::Format::ISO8601 version 0.08 DateTime::Format::Mail version 0.3001 Unix::Syslog version 1.1 GD::Graph3d version 0.63 JavaScript::SpiderMonkey version 0.21 Log::Log4perl version 1.41 Email::Send version 2.198 Text::CSV version 1.32 Text::CSV_XS version 1.02 Excel::Writer::XLSX version 0.76 Tie::IxHash version 1.23 Parse::RecDescent version 1.967009 SRU version 1.01 JSON::XS version 2.34 UUID::Tiny version 1.04 Business::CreditCard version 0.32 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 Use of uninitialized value $@ in concatenation (.) or string at /usr/local/share/perl/5.18.2/OpenSRF/Transport/SlimJabber/Client.pm line 162, <DATA> line 35. * Error connecting to jabber: SCALAR(0xe01568) Checking Jabber connection for user opensrf, domain public.localhost Use of uninitialized value $@ in concatenation (.) or string at /usr/local/share/perl/5.18.2/OpenSRF/Transport/SlimJabber/Client.pm line 162, <DATA> line 35. * Error connecting to jabber: SCALAR(0xe01568) Checking Jabber connection for user router, domain public.localhost Use of uninitialized value $@ in concatenation (.) or string at /usr/local/share/perl/5.18.2/OpenSRF/Transport/SlimJabber/Client.pm line 162, <DATA> line 35. * Error connecting to jabber: SCALAR(0xe01568) Checking Jabber connection for user router, domain private.localhost Use of uninitialized value $@ in concatenation (.) or string at /usr/local/share/perl/5.18.2/OpenSRF/Transport/SlimJabber/Client.pm line 162, <DATA> line 35. * Error connecting to jabber: SCALAR(0xe01568) Checking database connections * /opensrf/default/reporter/setup :: Successfully connected to database dbi:Pg:dbname=library;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=library;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=library;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=library;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=library;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.3.6 Checking libdbi and libdbi-drivers libdbi PostgreSQL driver not found in shared library path; you may need to edit /etc/ld.so.conf or add an entry to /etc/ld.so.conf.d/ and run 'ldconfig' as root Checking hostname * OK: found hostname 'localhost' in <hosts> section of opensrf.xml root@li904-206:~/Evergreen-ILS-2.7.4# ****************** On Thu, Mar 5, 2015 at 5:24 PM, Howard Canning <[email protected]> wrote: > > > Hi All, > I am running Ubuntu 14.04 LTS on Linode.com hosting and getting the below > error: > ############ > opensrf@li904-206:~$ osrf_control -l --start-all > Use of uninitialized value $@ in concatenation (.) or string at > /usr/local/share/perl/5.18.2/OpenSRF/Transport/SlimJabber/Client.pm line > 162. > Exception: OpenSRF::EX::Jabber 2015-03-05T22:05:38 > OpenSRF::Transport::SlimJabber::Client > /usr/local/share/perl/5.18.2/OpenSRF/Transport/SlimJabber/Client.pm:162 > Jabber Exception: Could not authenticate with Jabber server: > ############ > ....after running > > osrf_control -l --start-all > > I have followed every instruction at > http://evergreen-ils.org/documentation/install/OpenSRF/README_2_4_0.html and > http://evergreen-ils.org/documentation/install/README_2_7.html but need to > fix this error. > > I'm using: > http://evergreen-ils.org/downloads/Evergreen-ILS-2.7.4.tar.gz > > and > > http://evergreen-ils.org/downloads/opensrf-2.4.0.tar.gz > > Any ideas how to fix the issue? What should my etc/hosts value be if my > linode ip is 10.20.30.40? > > Thanks > > > > >
