Forum OpenACS Q&A: Re: New installation problems

Collapse
Posted by Roger Metcalf on
I grabbed oacs-4-6 about 5 hours ago, it installed fine. I installed a bunch of packages and everything seemed fine, packages got installed and mounted, until the very end. Bugtracker was the last package installed, then:
Package enabled.

Mounted an instance of the package at /bug-tracker 

HTTP/1.0 500 Internal Server Error Content-Type: text/html; charset=iso-8859-1 MIME-Version: 1.0 Date: Wed, 26 Mar 2003 18:31:13 GMT Server: AOLserver/3.3.1+ad13 Content-Length: 547 Connection: close 
Server Error
The requested URL cannot be accessed due to a system error on this server. 
The server log shows:
[26/Mar/2003:13:31:11][10101.3076][-conn0-] Notice: Invoking callback after-instantiate with command bug_tracker::install::package_instantiate  -package_id 723
NOTICE:  identifier "content_folder__register_content_type" will be truncated to "content_folder__register_conten"
[26/Mar/2003:13:31:12][10101.3076][-conn0-] Notice: callback_name = bug-tracker.FormatLogTitle
[26/Mar/2003:13:31:12][10101.3076][-conn0-] Notice: callback_name = bug-tracker.BugNotificationInfo
[26/Mar/2003:13:31:13][10101.1024][-main-] Notice: tclinit: re-initalizing tcl
[26/Mar/2003:13:31:13][10101.1024][-main-] Notice: tcl: generating interp init script
[26/Mar/2003:13:31:13][10101.3076][-conn0-] Notice: RP (91446.724 ms): error in rp_handler: serving POST /acs-admin/apm/packages-install-4 
	ad_url "/acs-admin/apm/packages-install-4" maps to file "/web/ttc-dev3/packages/acs-admin/www/apm/packages-install-4.tcl"
errmsg is no such array: ds_properties
[26/Mar/2003:13:31:13][10101.3076][-conn0-] Error: no such array: ds_properties
no such array: ds_properties
    while executing
"nsv_get ds_properties user_switching_enabled_p"
    (procedure "ds_user_switching_enabled_p" line 2)
    invoked from within
"ds_user_switching_enabled_p"
    (procedure "ds_link" line 3)
    invoked from within
"ds_link"
    (procedure "ad_footer" line 19)
    invoked from within
"ad_footer"
    (procedure "rp_report_error" line 30)
    invoked from within
"rp_report_error"
    (procedure "rp_handler" line 121)
    invoked from within
"rp_handler"

What did I miss? Thanks!