Page 3 of 5

rewalk failure - can't find report.html

Posted: Fri May 26, 2006 3:58 pm
by jamon
No. I get the same error as with login.html.

Here's what's in the vortex.log file:

002 2006-05-26 15:54:16 /webinator/dowalk/login: Can't open source file: No such file or directory

rewalk failure - can't find report.html

Posted: Fri May 26, 2006 3:59 pm
by jamon
monitor.log has lots and lots of these:

200 2006-05-26 15:57:49 (2592) Got Message 4 in the function ServiceHandler
200 2006-05-26 15:58:20 (2592) Got Message 4 in the function ServiceHandler
200 2006-05-26 15:58:20 (2592) Got Message 4 in the function ServiceHandler
200 2006-05-26 15:58:50 (2592) Got Message 4 in the function ServiceHandler
200 2006-05-26 15:58:50 (2592) Got Message 4 in the function ServiceHandler

rewalk failure - can't find report.html

Posted: Fri May 26, 2006 6:20 pm
by John
The vortex.log message would make sense for http://wmctest/cgi-bin/texis.exe/webinator/dowalk/login but not for http://wmctest/cgi-bin/texis.exe/webina ... /login.htm unless something is stripping the URL info before it is given to texis.exe. In the install directory if you edit texis.cnf to uncomment the CGI Debug parameter, and set it to 1 you can go to http://wmctest/cgi-bin/texis.exe/webina ... .htm?-dump to see the information that actually gets through to texis.

rewalk failure - can't find report.html

Posted: Wed Jun 14, 2006 1:10 pm
by jamon
I don't have a texis.cnf file in the install directory on the non-working box or the working box. What's the content/format of that file. Can you send me one?

The old boxes are Windows 2000, v5, SP4, running ColdFusion v6 and v6.1 and IIS.

The new boxes are Windows 2003, v5.2, SP1. , ColdFusion 7, and IIS v6.0.

On the new boxes, CF is running as a domain account, and Webinator is running as SYSTEM.

The old boxes were not in a domain.

rewalk failure - can't find report.html

Posted: Wed Jun 14, 2006 1:44 pm
by John
The format is based on the .ini file format. A simple one to do what you want is:

[Texis]
CGI Debug = 1

rewalk failure - can't find report.html

Posted: Wed Jun 14, 2006 5:12 pm
by jamon
I can't create it. The OS is telling me it's already there, but I can't see it. I'm not hiding file extensions. I'm showing hidden files. I'm even showing hidden system files. What am I missing? I'm apparently not enough of a windows geek for this. Give me unix or a Mac any day of the week. This is driving me nuts.

rewalk failure - can't find report.html

Posted: Wed Jun 14, 2006 5:49 pm
by mark
Even when set to not hide extensions windows will hide the .cnf extension and call it a dialer or some such.

rewalk failure - can't find report.html

Posted: Wed Jun 14, 2006 6:02 pm
by jason112
Look for a file called "texis" that doesn't have an
extension, but a type of "speeddialer" or something
similar. You can't open it from explorer, though;
start up notepad and file->open and browse to it.

rewalk failure - can't find report.html

Posted: Wed Jun 14, 2006 11:12 pm
by jamon
found it. Edited it. Browsed to it, get a simple 404 not found error. Where should I be seeing the debug output?

rewalk failure - can't find report.html

Posted: Thu Jun 15, 2006 6:48 am
by John
It should appear right in the browser. Does it work with http://wmctest/cgi-bin/texis.exe/webinator/dowalk?-dump