Forum OpenACS Development: Re: Best version of xowiki and xotcl to download!?

Collapse
Posted by Matthew Coupe on
Does this rely on thread2.6.4? I have xotcl 1.5.3.

on every page I'm getting...

invalid command name "throttle"
while executing
"$proc $why"

...and I have a horrible feeling I've been here before. I've got thread2.6.1 at the moment. It didn't do this before I upgraded my xowiki and xotcl-core.

Cheers

Collapse
Posted by Matthew Coupe on
During installation this happens:

::xotcl::__#1m: unable to dispatch method 'set_content'
while executing
"$page set_content [string trim [$page text] " \n"]"
(procedure "import_prototype_page" line 29)
::2475908 ::xowiki::Package->import_prototype_page
invoked from within
"$package_id import_prototype_page weblog-portlet"
(procedure "::xowiki::upgrade_callback" line 223)
invoked from within
"::xowiki::upgrade_callback -from_version_name 0.47 -to_version_name 0.60.1"
("eval" body line 1)
invoked from within
"eval $command"
(procedure "apm_invoke_callback_proc" line 37)
invoked from within
"apm_invoke_callback_proc -version_id $version_id -type after-upgrade -arg_list [list from_version_name $upgrade_from_version_name to_version_name $ver..."
(procedure "apm_package_install" line 191)
invoked from within
"apm_package_install -enable=$enable_p -package_path $package_path -callback apm_ns_write_callback -load_data_model -data_model_files $data_model_..."
("foreach" body line 42)
invoked from within
"foreach pkg_info $pkg_install_list {
set spec_file [pkg_info_spec $pkg_info]
set package_path [pkg_info_path $pkg_info]

if { [catch {
ar..."
("uplevel" body line 34)
invoked from within
"uplevel {
ad_page_contract {

Installs the packages.

@author Bryan Quinn (mailto:bquinn@arsdigita.com)
@creation-date Mon Oct 9 00:22:31 2000
..."
(procedure "code::tcl::/var/lib/aolserver/nccedudotlrn/packages/acs-admi..." line 2)
invoked from within
"code::tcl::$__adp_stub"
invoked from within
"if { [file exists $__adp_stub.tcl] } {

# ensure that data source preparation procedure exists and is up-to-date
adp_init tcl $__adp_stub
..."
("uplevel" body line 3)
invoked from within
"uplevel {

if { [file exists $__adp_stub.tcl] } {

# ensure that data source preparation procedure exists and is up-to-date
adp_init t..."
(procedure "adp_prepare" line 2)
invoked from within
"adp_prepare "
(procedure "template::adp_parse" line 30)
invoked from within
"template::adp_parse [file root [ad_conn file]] {}"
(procedure "adp_parse_ad_conn_file" line 5)
invoked from within
"$handler"
("uplevel" body line 2)
invoked from within
"uplevel $code"
invoked from within
"ad_try {
$handler
} ad_script_abort val {
# do nothing
}"
invoked from within
"rp_serve_concrete_file [ad_conn file]"
(procedure "rp_serve_abstract_file" line 60)
invoked from within
"rp_serve_abstract_file "$root/$path""
("uplevel" body line 2)
invoked from within
"uplevel $code"
invoked from within
"ad_try {
rp_serve_abstract_file "$root/$path"
set tcl_url2file([ad_conn url]) [ad_conn file]
set tcl_url2path_info..."

Collapse
Posted by Gustaf Neumann on
Hmm,

i have here the following combo (with request monitor from head) running (aside of 6 other working combinations)

acs-kernel            Kernel      5.3.2  	  
xotcl-core            XOTcl Core  0.56.2  
xotcl-request-monitor XOTcl Request Monitor 	0.39
xowiki                xowiki      0.60.1
i have libthread 2.6.4, but afaik 2.6.1 should be ok. XOTcl 1.5.3 should be fine as well

What base version of OpenACS are you using?
From which version did you upgrade?
Did you restart the server?
What is the first error message in the error.log?