vortex.log entry connection reset

User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

vortex.log entry connection reset

Post by John »

Do you have <EXPORT> statements in the script? If you use $urlroot instead of $url does that clear it up?
John Turnbull
Thunderstone Software
jai.thomas
Posts: 54
Joined: Tue Dec 11, 2001 6:20 pm

vortex.log entry connection reset

Post by jai.thomas »

Yes we do have teh following export statements. We tried $urlroot, did not help.

<EXPORT $prox QUERY USEROK><!-- proximity setting -->
<EXPORT $query QUERY USEROK><!-- user's query -->
<EXPORT $mode QUERY USEROK><!-- action mode -->
<EXPORT $topic QUERY USEROK><!-- search topic(s) -->
<EXPORT $doctime QUERY USEROK><!-- Document time constraint -->
<EXPORT $author QUERY USEROK><!-- Document author -->
<EXPORT $order QUERY USEROK><!-- result order -->
<EXPORT $sufs QUERY USEROK><!-- suffix/match processing setting -->
<EXPORT $uscope QUERY USEROK><!-- user scope setting -->
<EXPORT $format QUERY USEROK><!-- display format long/short -->
<EXPORT $ito QUERY USEROK><!-- IT&O mask -->
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

vortex.log entry connection reset

Post by John »

Which webserver, web browser and texis version?
John Turnbull
Thunderstone Software
jai.thomas
Posts: 54
Joined: Tue Dec 11, 2001 6:20 pm

vortex.log entry connection reset

Post by jai.thomas »

Web Server - IBM HTTP Server 6.0 (Apache-based)
Browser - IE6.0 SP2
Texis - Texis 4.0
OS - HP-UX 11.x
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

vortex.log entry connection reset

Post by Kai »

You can disable the connection-reset check for that script by adding this to the top of the script:

<trap connreset=off>

Note that this would normally also disable "correct" connection-reset checking, ie. if a script is using a lot of CPU but the browser disconnects, this directive permits it to continue instead.
jai.thomas
Posts: 54
Joined: Tue Dec 11, 2001 6:20 pm

vortex.log entry connection reset

Post by jai.thomas »

That is working! Thanks.
Should we expect any issues wth having that tag apart from the fact that valid disconnections will not be honoured?

Thanks again
Jai