[OPEN-ILS-DEV] OrgTree.js created with null size
Hennie Rautenbach
hennie at sabinet.co.za
Thu May 10 14:14:09 EDT 2007
I just upgraded from source Evergreen-ILS-1.0.5.0 to
Evergreen-ILS-1.1.5. This is in the hope that I'd get beyond the
following error (with no luck):
opensrf at leo:~$ /openils/bin/autogen.sh ../conf/bootstrap.conf
Updating fieldmapper
Updating web_fieldmapper
Updating OrgTree
removing OrgTree from the cache...
Can't call method "method_lookup" on an undefined value at
/openils/lib/perl5/OpenSRF/Application.pm line 103.
Updating OrgTree HTML
Can't call method "method_lookup" on an undefined value at
/openils/lib/perl5/OpenSRF/Application.pm line 103.
Done
It sounds from what I have read that Wolfgang managed to get it working
by using the conf files from the VMWare image. I was hoping that those
changes were integrated into 1.1.5 :-) Anyway, back to the drawing
board. I did remove the max_requests tag which is part of the config
below in openils.xml. What bothers me is that the "<max_requests>" tag
appears twice in that section. Once with value 1000 en then with value
400. Should it appear twice ?
<open-ils.storage>
<keepalive>10</keepalive>
<stateless>1</stateless>
<language>perl</language>
<implementation>OpenILS::Application::Storage</implementation>
<unix_config>
see: <max_requests>1000</max_requests>
<unix_log>storage_unix.log</unix_log>
<unix_sock>storage_unix.sock</unix_sock>
<unix_pid>storage_unix.pid</unix_pid>
see: <max_requests>400</max_requests>
<min_children>1</min_children>
<max_children>10</max_children>
<min_spare_children>1</min_spare_children>
<max_spare_children>5</max_spare_children>
</unix_config>
<app_settings>
<script_path>/openils/var/catalog/</script_path>
<scripts>
<biblio_fingerprint>biblio_fingerprint.js</biblio_fingerprint>
</scripts>
<databases>
<driver>Pg</driver>
<database>
<type>master</type>
<weight>2</weight>
<user>postgres</user>
<host>localhost</host>
<port>5432</port>
<pw>postgres</pw>
<db>evergreen</db>
<client_encoding>UTF-8</client_encoding>
</database>
</databases>
</app_settings>
</open-ils.storage>
Regards,
Hennie
More information about the Open-ils-dev
mailing list