[OPEN-ILS-DEV] autogen.sh creates an empty OrgTree.js

Heymans, Wolfgang Wolfgang.Heymans at bsz-bw.de
Fri Apr 27 11:39:11 EDT 2007


Hi Dan,

maybe I got it:
I copied the conf-dir from your VMware image to our Debian installation
and it worked :-)
Finally I found one significant difference in my 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>
                    ...

My opensrf.xml had an additional <max_requests> tag. I double checked
it:
- with this tag the storage_listener will not start
- without it, it creates it's socket and logfile, and up it goes...

I checked the distribution, the tag lives in
./Evergreen-ILS-1.1.3/Open-ILS/examples/opensrf.xml.example

Thanks again for your VMware image and your assistance and 
Have a nice weekend
(I'm going to start mine now, we are some hours ahead ;-)

Wolfgang

> -----Original Message-----
> From: open-ils-dev-bounces at list.georgialibraries.org 
> [mailto:open-ils-dev-bounces at list.georgialibraries.org] On 
> Behalf Of Dan Scott
> Sent: Friday, April 27, 2007 4:13 PM
> To: open-ils-dev at list.georgialibraries.org
> Subject: Re: [OPEN-ILS-DEV] autogen.sh creates an empty OrgTree.js
> 
> Hi Wolfgang:
> 
> Okay, that all looks good.
> 
> Can you tell if the schema was created in your database?
> 
> psql -U postgres openils
> # \dn
> 
> ... should result in a long list of schemas like actor, 
> action, asset, auditor...
> 
> Dan
> 
> On 26/04/07, Heymans, Wolfgang <Wolfgang.Heymans at bsz-bw.de> wrote:
> > Hi Dan,
> >
> > here are the requested values in my conf files:
> >
> > > bootstrap.conf:
> > > What is the value of list:domains?
> >         list:domains = localhost
> > >
> > > opensrf.xml:
> > > What is the first element inside <hosts>?
> >         <debian.bsz-bw.de>
> >
> > > opensrf_core.xml:
> > > What is contained within <router>?
> >         <router>localhost</router>
> > > What is contained within <domain>?
> >         <domain>localhost</domain>
> >
> > > Finally, what is the value returned by running the 
> following command 
> > > at the command line?
> > >
> > > perl -MNet::Domain=hostfqdn -e "print hostfqdn();"
> >         debian.bsz-bw.de
> >
> > Thanks for your assistance!
> > Wolfgang
> >
> >
> >
> 
> 
> --
> Dan Scott
> Laurentian University
> 
> 
> 




More information about the Open-ils-dev mailing list