Hi,

On some of our production servers, wotaskd creates temporary files that 
randomly keep on growing until a total server crash.
We are running WO 5.2/IIS/Win2K3.

The C:\Document ans settings\USER\Local Settings\Temp folder contains two kind 
of files :
".cmd" files named after the application's instances followed by an ID ex : 
Application-11538-1.cmd
Their content is variable ie : 

@echo off
:PARSARGS
if not '%1'=='' (
echo %1 >> C:\DOCUME~1\Symaris\LOCALS~1\Temp\ApplicationCariatides-11538-8.TXT 
    shift
    goto :PARSARGS
)
set JVARGS=
for /F "tokens=*" %%a in ('findstr /R "\-D.*EqualsDelimiterToken.*" 
C:\DOCUME~1\Symaris\LOCALS~1\Temp\ApplicationCariatides-11538-8.TXT') do if not 
'%%a'=='' set JVARGS=!JVARGS!%%a 
if defined JVARGS echo %JVARGS:EqualsDelimiterToken==% > 
C:\DOCUME~1\Symaris\LOCALS~1\Temp\ApplicationCariatides-11538-10.TXT 
set NONXARGS=
for /F "tokens=*" %%a in 
(C:\DOCUME~1\Symaris\LOCALS~1\Temp\ApplicationCariatides-11538-8.TXT) do if not 
'%%a'=='' set NONXARGS=!NONXARGS!%%a
if defined NONXARGS echo %NONXARGS:EqualsDelimiterToken==% >> 
C:\DOCUME~1\Symaris\LOCALS~1\Temp\ApplicationCariatides-11538-9.TXT 

For each ".cmd" file a text file is generated containing the app command line 
args (the textfile is merely generated by the cmd file)

Sometimes (I didn't find out why), something gets wrong and the text file keeps 
on growing growing growing.... 

What are these files for ? is it possible to deactivate their execution ... or 
solve the growing problem ;-)
Maybe a clue, some of the ".cmd" files content seems like it has been 
overwritten and contains duplicates parts/labels.. which could maybe lead to 
infinite loops.

Thanks

Frédéric JECKER
GIP s...@ris
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to