I am looking into upgrading a site to openacs 5.7 and the new 5.7 code running on the same server as the older 5.2 site with the same aolserver etc is giving me the following error every time a connection thread is created.
[10/May/2012:14:17:37][22722.3040861040][-sched:idle0-] Notice: starting
[10/May/2012:14:17:37][22722.3040861040][-sched:11-] Error: Tcl exception:
can't rename to "::struct::tree": command already exists
while executing
"rename ::struct::tree_tcl ::struct::tree"
(in namespace eval "::struct" script line 18)
invoked from within
"namespace eval ::struct {namespace import -force ::struct::tree::tree_tcl
rename tree_tcl tree
namespace import -force ::struct::set::set_tcl
rename s..."
invoked from within
"ns_ictl update"
[10/May/2012:14:17:37][22722.3040861040][-sched:idle0-] Notice: starting
[10/May/2012:14:17:37][22722.3040861040][-sched:11-] Error: Tcl exception:
can't rename to "::struct::tree": command already exists
while executing
"rename ::struct::tree_tcl ::struct::tree"
(in namespace eval "::struct" script line 18)
invoked from within
"namespace eval ::struct {namespace import -force ::struct::tree::tree_tcl
rename tree_tcl tree
namespace import -force ::struct::set::set_tcl
rename s..."
invoked from within
"ns_ictl update"
Tcl 8.4 is installed under the aolserver install, there is no other tcl install on this machine.
How can I track this down?
Request notifications