[OPEN-ILS-DEV] Apache errors

Heymans, Wolfgang Wolfgang.Heymans at bsz-bw.de
Thu May 10 07:12:48 EDT 2007


> -----Original Message-----
> From: open-ils-dev-bounces at list.georgialibraries.org 
> [mailto:open-ils-dev-bounces at list.georgialibraries.org] On 
> Behalf Of Hennie Rautenbach
> Sent: Thursday, May 10, 2007 12:43 PM
> To: open-ils-dev at list.georgialibraries.org
> Subject: Re: [OPEN-ILS-DEV] Apache errors
>
> Have now done so, with errors:
> 
> opensrf at leo:~$ /openils/bin/autogen.sh ../conf/bootstrap.conf 
> Updating fieldmapper Updating web_fieldmapper Updating 
> OrgTree 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

That's exactly the same error I reported on April 25
http://list.georgialibraries.org/pipermail/open-ils-dev/2007-April/00070
8.html .

It was caused by an <max_requests>-entry in conf/opensrf.xml:
...
<open-ils.storage>
                <keepalive>10</keepalive>
                <stateless>1</stateless>
                <language>perl</language>

<implementation>OpenILS::Application::Storage</implementation>
                <unix_config>
                    <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>
<!-- here it is --> <max_requests>400</max_requests>
                    <min_children>1</min_children>
                    ...
You will have to remove that tag, restart opensrf and run autogen.sh
again.

The problem has been solved in Release 1.1.5, so maybe you better try
this release.

Regards
Wolfgang




More information about the Open-ils-dev mailing list