I just grabbed the OpenACS-4 pre-alpha tar-ball snapshot and
installed following Vinod's Brief Installation Guide except for
PostgreSQL 7.1 which I already had installed. Aolserver compiled and
installed nicely (after I got hold of libxml2). With a few trials on
the nsd.tcl init file (renamed to leifjensen.tcl) I could start nsd
ending with 'accepting connection' displaying only a notice about
multiple defined function:
[10/Sep/2001:19:05:25][14009.1024][-main-] Notice: Multiple definition
of util_memoize in /web/leifj
ensen/packages/acs-tcl/tcl/memoize-procs.tcl and
/web/leifjensen/packages/acs-bootstrap-installer/bootstrap.tcl
[10/Sep/2001:19:05:25][14009.1024][-main-] Notice: Installation is not
complete - sourcing the installer.
[10/Sep/2001:19:05:25][14009.1024][-main-] Notice: tclinit: sourcing
'/web/leifjensen/tcl/zz-postload.tcl'
[10/Sep/2001:19:05:25][14009.1024][-main-] Notice: Sourcing files for
postload...
[10/Sep/2001:19:05:25][14009.1024][-main-] Notice: Done.
[10/Sep/2001:19:05:25][14009.1024][-main-] Notice: Executing
initialization code blocks...
[10/Sep/2001:19:05:25][14009.1024][-main-] Notice: QD=Postload files
to load: /web/leifjensen/www/index-oracle.xql
/web/leifjensen/www/index-postgresql.xql /web/leifjensen/www/index.xql
[10/Sep/2001:19:05:25][14009.1024][-main-] Notice: QD=Postload files
to load:
[10/Sep/2001:19:05:25][14009.1024][-main-] Warning: keepalive:
insufficient maxkeepalive 0: keepaliv
e disabled
[10/Sep/2001:19:05:25][14009.3076][-nssock-] Notice: nssock: waiting
for startup
[10/Sep/2001:19:05:26][14009.1024][-main-] Notice: nsmain:
AOLserver/3.2+ad12 running
[10/Sep/2001:19:05:26][14009.1024][-main-] Notice: nsmain: security
info: uid=500, euid=500, gid=500
, egid=500
[10/Sep/2001:19:05:26][14009.2051][-sched-] Notice: sched: starting
[10/Sep/2001:19:05:26][14009.3076][-nssock-] Notice: nssock: starting
[10/Sep/2001:19:05:26][14009.3076][-nssock-] Notice: nssock: listening
on http://fw:8080 (192.168.47.10:8080)
[10/Sep/2001:19:05:26][14009.3076][-nssock-] Notice: nssock: accepting
connections
When I try to connect to it from my browser, I get the follow error:
[10/Sep/2001:19:05:35][14009.4101][-conn0-] Error: Error sourcing
/web/leifjensen/packages/acs-boots
trap-installer/installer/index.tcl:
invalid command name "ns_getform"
while executing
"ns_getform"
(procedure "ad_page_contract" line 305)
invoked from within
"ad_page_contract {
If no database driver is available, the acs-kernel libraries may
not have
been loaded (which is fine, since index.tcl will..."
(file
"/web/leifjensen/packages/acs-bootstrap-installer/installer/index.tcl"
line 1)
invoked from within
"source $__file "
I checked that the file exists and seems ok, read/write for nsadmin
(who are starting the aolserver). I have checked the database log and
it shows the connection is working although the 'leifjensen' database
is still totally empty as when I created it.
I haven't been able to figure out where this ns_getform should be.
Any ideas?
Leif
Request notifications