In short as I was writing this I fixed the problem, you can get latest
and/or read below.

You need to ensure that you are including the tclsoap that is packaged with
amsn and not tclsoap that comes with ActiveTcl. Amsn is using a modified
version, and renamed the package to version 1.6.7.1 so it should find that
version over the version that comes with ActiveTcl (1.6.7 unless they upped
it?). I had this problem before we changed the version to 1.6.7.1 and just
renamed the pkgIndex.tcl file in ActiveStates Soap package so that it
wouldn't know about it, however I thought that this shouldn't be needed any
more?
ie rename:
C:\Tcl\lib\tclsoap1.6.7\pkgIndex.tcl
to
C:\Tcl\lib\tclsoap1.6.7\pkgIndex.tcl.disabled

The problem is that it must be taking the rest of the soap packages from
your ActiveTcl libraries, maybe we need to up the version of all the SOAP
libraries packaged with amsn? eg up SOAP::http to version 1.0.1 (as I can
see below that it is being included from the ActiveTcl libraries).

OK, I tested and it is indeed the SOAP::http version, I will submit the fix
now...

Lio.

----- Original Message From: "Youness Alaoui"  ----- 


Hey there, maybe Sander knows how to fix it.. but anyways, I'm unable to
launch amsn SVN in windows, it keeps telling me there are too many nested
evaluations (infinite loop) and here's part of the trace (which is around
1000 times longer but repeated) :

"package require SOAP"
     (file "C:/Tcl/lib/tclsoap1.6.7/http.tcl" line 12)
     invoked from within
...
...
...
"package require SOAP"
     invoked from within
"if { $initialize_amsn == 1 } {
global list_BLP list_cmdhnd sb_list contactlist_loaded

set contactlist_loaded 0

#To be deprecated and replaced wit..."
     (file "protocol.tcl" line 4)
     invoked from within
"source protocol.tcl"
     ("uplevel" body line 20)
     invoked from within
"uplevel \#0 {

source ctthemes.tcl
source progressbar.tcl ;# Progressbar Megawidget
source migmd5.tcl
source des.tcl ;# DES encryption
source s..."
     (procedure "reload_files" line 2)
     invoked from within
"reload_files"
     (file "amsn" line 233)
     invoked from within
"source amsn"
(amsn) 5 %



do you know how to fix it? I have tcl installed on my system... and it's
8.4.11 (ActiveState for windows)

Thanks
-- 
KaKaRoTo




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to