I have the web server up and running - can browse to it locally and content is displayed correctly where xotcl is NOT being used so I assume there is something wrong with the installation of it, but I know that it may be another component causing the issue so I will list all the relevant software. This is running AOLserver40r10.
Here are some details:
-TCL version 8.4.13 installed (appears to be working correctly)
-XOTCL version 1.5.3 initially installed then upgraded to 1.6.6 to see if this would resolve the issue - no joy.
-Libthread version 2.6.5 installed
-nscache installed
-nspostgres version 4.0 installed
-nssha1-0.1 installed
-tDOM 0.8.0 installed
-tcllib 1.10 installed
As far as I can tell all components installed without error and those which were erroneous were resolved.
This is the error which is displayed on the webpage:
invalid command name "::xowiki::Object"
while executing
"::xowiki::Object fetch_object -object ::$folder_id -item_id $item_id"
(procedure "require_folder_object" line 26)
::3551196 ::xowiki::Package->require_folder_object
invoked from within
"my require_folder_object"
(procedure "init" line 5)
::3551196 ::xowiki::Package->init
::xowiki::Package ::xotcl::Class->create
invoked from within
"my create ::$package_id -url $url"
(procedure "require" line 8)
::xowiki::Package ::xo::PackageMgr->require
invoked from within
"my require -url $url $package_id"
(procedure "initialize" line 21)
::xowiki::Package ::xo::PackageMgr->initialize
invoked from within
"::xowiki::Package initialize -ad_doc {
This is the resolver for this package. It turns a request into
an object and executes the object with the ..."
(file "/var/lib/aolserver/nccedudotlrn/packages/xowiki/www/index.vuh" line 2)
invoked from within
"source [ad_conn file]"
(procedure "rp_handle_tcl_request" line 3)
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..."
If any other error logs are required please ask.
Any help would be greatly appreciated. Thanks in advance.