Forum OpenACS Development: Re: s5 meets XoWiki

Collapse
10: Re: s5 meets XoWiki (response to 1)
Posted by Eduardo Santos on
I installed the latest version of the s5 package. I've seen it creates a link named s5 in the site-map. However, when I got to s5 link, I got this error:

Error: GET http://192.168.6.35/s5/?
referred by "http://192.168.6.35/admin/site-map/";
during '::1500600 url'
::1500600 ::xotcl::Object->configure
::s5::Package ::xotcl::Class->create
invoked from within
"my create ::$package_id -url $url"
(procedure "require" line 8)
::s5::Package ::xo::PackageMgr->require
invoked from within
"my require -url $url $package_id"
(procedure "initialize" line 21)
::s5::Package ::xo::PackageMgr->initialize
invoked from within
"::s5::Package initialize -ad_doc {

This is the resolver for this package. It turns a request into
an object and executes the object with the comp..."
(file "/var/lib/aolserver/spb/packages/s5/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..."

I'm using head version of Xowiki and XOTCL.

Collapse
11: Re: s5 meets XoWiki (response to 10)
Posted by Malte Sussdorff on
I cannot answer to your particular plight, but I got an updated version of s5 which allows you to run a notes window while doing your presentations. As this is solved using a cludge at the moment (using description for the notes) I might upgrade that to use xowiki::Forms instead.
Collapse
12: Re: s5 meets XoWiki (response to 10)
Posted by Gustaf Neumann on
I am not sure, what's wrong in your installation. Most probably, there are earlier errors after restart of the server. To ease communication and version management, i have added s5 to cvs head and set the dependency to xowiki 0.70 and xotcl-core 0.70.

Note that there is no head version of XOTCL, but just a head-version of xotcl-core. XOTcl is a C-level Tcl extension, currently released in version 1.5.4.