I'm trying to run AOLserver 4.0.10 on Windows (Server 2003), with Tcl 8.4.17, compiled under Visual Studio 2005.
I get through running all the library files in the directory specified in the "library" parameter under "ns/server/$service_name/tcl", and then I get a crash with the message: UpdateStringProc should not be invoked for type bytecode This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. What's really odd is that AOLserver boots when there is no modules directory in the AOL home directory (i.e. the "home" parameter under "ns/parameters"), so it must have something to do with the modules/tcl/*.tcl files, but the problem doesn't occur until long after those files are sourced. I think I narrowed the problem down to http.tcl by individually changing the extensions on the files until it successfully loaded again. However the error is not caused by an invocation of any of the procs in that file because I ns_log every time one is invoked. Any ideas? What happens after the private library is initialized? Titi Ala'ilima Lead Architect MedTouch LLC 1100 Massachusetts Avenue Cambridge, MA 02138 617.621.8670 x309 -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
