Hello there,
I am installing OpenACS 5.9 from the latest (today) installation script here http://www.openacs.org/xowiki/naviserver-openacs. I installed both naviserver and openacs.
When I first started my new instance, I got a minor error from the config file because in section
...
ns_section "ns/server/${server}/module/nsssl"
ns_param address $address
...
I had $address instead of one of the new $addres_v4 or $address_v6. Setting the variable with the addres_v4 value made me proceed.
The problem came when I tried to access the instance, as I get
invalid database id: "handle"
while executing
"ns_db releasehandle $db"
(procedure "::nsf::procs::db_release_unused_handles" line 20)
invoked from within
"db_release_unused_handles"
(procedure "::nsf::procs::apm_bootstrap_load_libraries" line 29)
invoked from within
"apm_bootstrap_load_libraries -procs acs-tcl"
Instead of the usual installation page to create the data model. Seems this has to do with nsf, but in this I am no expert. Looking into the api-doc of openacs.org for proc db_release_unused_handles I could not find references to nsf, so maybe it has to do with some installation parameter I have used (just guessing)
Any clues?
Thanks in advance
Antonio