Just could not simulate how and when these files are created.   I run the 
application from JavaMonitor and PB, have no luck to see the files.  Since the 
files are used to configure and launch the app, it should have been at the 
beginning start-of-day process.  Good luck :)

  ----- Original Message ----- 
  From: Frédéric JECKER 
  To: [email protected] 
  Sent: Tuesday, January 05, 2010 6:28 PM
  Subject: Re: Strange temporary files behaviour


  In the startup batch i replaced the following lines

  I've replaced the following lines : 


  :: These are all of the scratch files used to configure and launch the app.
  :: NOTE: There had better be no spaces in any of these directories
  ::       or filenames, hence the use of SDRNM.
  set APPID=%APPNAME%-%RANDOM%     


  by


  :: Generates a unique timestamp
  for /f "tokens=1-5 delims=/:.," %%a in ("%date%%time%") do set 
TSTAMP=%%a%%b%%c%%d%%e


  :: These are all of the scratch files used to configure and launch the app.
  :: NOTE: There had better be no spaces in any of these directories
  ::       or filenames, hence the use of SDRNM.
  set APPID=%APPNAME%-%RANDOM%-%TSTAMP%  


  Note that the problem could still occur if the files are generated whithin 
the same millisecond..


  I will now send the fix onto our production servers and wait... ;-)




 _______________________________________________
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