Is the include file across the network? Why not try caching includes to
see if the problem goes away? You have to be careful with how many files
WT has open, it can only access so many OS actions before it crashes, an
update in .065 prevents more than 20 includes from being called in the
same action to prevent a crash from exactly this reason. Is it possibly
that the include could be locked by some other process? Try copying the
include into a domain variable so that the file read is removed
altogether.

Some pseudo logic would be:

 If I have domain$include
   True: use it
   False: rebuild it from include file; use it

Then each time you edit the include file on the hd, immediately purge
the domain variable. This will relieve any locking that might be
occurring with the file.

Robert

-----Original Message-----
From: Dave Machin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 02, 2004 11:31 AM
To: [EMAIL PROTECTED]
Subject: Witango-Talk: Include file missing errors

I'm trying to track down the cause to a recurring problem where WiTango
stops responding (connections to the WiTango server climb to about 150
and hold and no page requests are responded to) - there isn't any
database locking when this happens and I've eliminated a few other
possibilities - but last night when it happened I noticed the following
error in the WiTango log:

[Warning] Missing include file: /paypal/addupscript.txt

These warnings start to happen with more and more frequency until
finally WiTango stops responding and I have to kill and restart it.

The include file definitely exists and after I restarted WiTango the
warnings have gone away entirely.

Has anyone else seen problems like this?

I have CACHE=TRUE set but CACHEINCLUDEFILES=FALSE - I'm running W2K
Server SP4 and WiTango .065


Dave Machin 


E-Mail. [EMAIL PROTECTED]
Tel.  805.614.0123 x 30
Address: 3201 Airpark Drive, Suite 104
Santa Maria, CA
93455________________________________________________TOUNUBCRBE G t
htp//wwwiano.omdeelpe/milis.t

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to