[OPEN-ILS-DEV] 1.4.0 almost working

Jon Legree jon at ylpl.lib.ca.us
Mon Apr 6 23:24:18 EDT 2009


Hi Jeff,

Thanks for the response. I forgot to mention the autogen errors:

opensrf at kissinger:/openils/bin$ ./autogen.sh -c
/openils/conf/opensrf_core.xml -u
Updating fieldmapper
Exception: OpenSRF::EX::JabberDisconnected 2009-04-06T20:19:43
OpenSRF::Utils::SettingsClient
/usr/local/share/perl/5.10.0/OpenSRF/Utils/SettingsClient.pm:103
JabberDisconnected Exception: This JabberClient instance is no longer
connected to the server
Updating web_fieldmapper
Exception: OpenSRF::EX::JabberDisconnected 2009-04-06T20:19:49
OpenSRF::Utils::SettingsClient
/usr/local/share/perl/5.10.0/OpenSRF/Utils/SettingsClient.pm:103
JabberDisconnected Exception: This JabberClient instance is no longer
connected to the server
Updating OrgTree
Exception: OpenSRF::EX::JabberDisconnected 2009-04-06T20:19:55
OpenSRF::Utils::SettingsClient
/usr/local/share/perl/5.10.0/OpenSRF/Utils/SettingsClient.pm:103
JabberDisconnected Exception: This JabberClient instance is no longer
connected to the server
cp: cannot stat `/openils/var/web/opac/common/js//en-US/OrgTree.js': No such
file or directory
Updating OrgTree HTML
Exception: OpenSRF::EX::JabberDisconnected 2009-04-06T20:20:01
OpenSRF::Utils::SettingsClient
/usr/local/share/perl/5.10.0/OpenSRF/Utils/SettingsClient.pm:103
JabberDisconnected Exception: This JabberClient instance is no longer
connected to the server
Updating locales selection HTML
Exception: OpenSRF::EX::JabberDisconnected 2009-04-06T20:20:07
OpenSRF::Utils::SettingsClient
/usr/local/share/perl/5.10.0/OpenSRF/Utils/SettingsClient.pm:103
JabberDisconnected Exception: This JabberClient instance is no longer
connected to the server
Updating Search Groups
Exception: OpenSRF::EX::JabberDisconnected 2009-04-06T20:20:13
OpenSRF::Utils::SettingsClient
/usr/local/share/perl/5.10.0/OpenSRF/Utils/SettingsClient.pm:103
JabberDisconnected Exception: This JabberClient instance is no longer
connected to the server
Refreshing proximity of org units
Exception: OpenSRF::EX::JabberDisconnected 2009-04-06T20:20:19
OpenSRF::Utils::SettingsClient
/usr/local/share/perl/5.10.0/OpenSRF/Utils/SettingsClient.pm:103
JabberDisconnected Exception: This JabberClient instance is no longer
connected to the server

Done


Jon Legree
Information & Technology Services Manager
Yorba Linda Public Library
18181 Imperial Highway
Yorba Linda, CA 92886
714.777.2873.119
http://www.ylpl.lib.ca.us
 
 

-----Original Message-----
From: open-ils-dev-bounces at list.georgialibraries.org
[mailto:open-ils-dev-bounces at list.georgialibraries.org] On Behalf Of Jeff
Godin
Sent: Monday, April 06, 2009 8:10 PM
To: open-ils-dev at list.georgialibraries.org
Subject: Re: [OPEN-ILS-DEV] 1.4.0 almost working


On Mon, 6 Apr 2009, Jon Legree wrote:

> I think I'm real close to a working installation of version 1.4.0 on
ubuntu
> intrepid. Everything seems to work when I test the connection using the
> installation instructions, and when I run the settings-tester.pl script,
> everything looks OK:

[snip settings-tester output]

>
> The staff client will load, but I get the following errors:
[snip]
> {"message":"au is not defined"

Have you run autogen.sh?

from the wiki (server:1.4.0:install):

As the opensrf user, generate the Web files needed by the staff client and
catalogue and update the organization unit proximity (you need to do this
each time you change the library hierarchy in config.cgi):

cd /openils/bin
./autogen.sh -c /openils/conf/opensrf_core.xml -u

The output should look something like this:
Updating fieldmapper
Updating web_fieldmapper
Updating OrgTree
removing OrgTree from the cache for locale hy-AM...
removing OrgTree from the cache for locale cs-CZ...
removing OrgTree from the cache for locale en-CA...
removing OrgTree from the cache for locale en-US...
removing OrgTree from the cache for locale fr-CA...
Updating OrgTree HTML
Updating locales selection HTML
Updating Search Groups
Refreshing proximity of org units
Successfully updated the organization proximity
Done

Give that a try, then try restarting the staff client.

If you get errors when trying to run autogen.sh, please pass them to the
list.

If there are no errors and the staff client still throws the same error,
I'd suggest capturing apache error log entries that are generated when you
attempt to run the staff client. This can be as easy as running tail -f on
the log file, then starting the staff client.

Good luck, and I hope this helps!

-jeff



More information about the Open-ils-dev mailing list