RE: running a lucene indexing app as a windows service on xp, crashing

2006-08-07 Thread Mark Modrall
system. Thank you. -Original Message- From: Mark Modrall [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 8:45 AM To: java-user@lucene.apache.org Subject: RE: running a lucene indexing app as a windows service on xp, crashing Hi Mike... Sorry I didn't respond ove

RE: running a lucene indexing app as a windows service on xp, crashing

2006-08-07 Thread Mark Modrall
Michael McCandless [mailto:[EMAIL PROTECTED] Sent: Saturday, August 05, 2006 4:34 PM To: java-user@lucene.apache.org Subject: Re: running a lucene indexing app as a windows service on xp, crashing > This is windows/jvm issue . Have a look at how ant is dealing with it, maybe we could give it a try wi

Re: running a lucene indexing app as a windows service on xp, crashing

2006-08-06 Thread Michael McCandless
XP Proffesionall / win 2003 Server, we had this issue on JVMs 1.5/1.6. It seams it this happens "not so often" on 1.6/Win2003, but we have this in production only for 2 weeks. We have single update machine that builds index in batch and replicates to many Index readers, so at least customers

Re: running a lucene indexing app as a windows service on xp, crashing

2006-08-06 Thread eks dev
2006 10:33:31 PM Subject: Re: running a lucene indexing app as a windows service on xp, crashing > This is windows/jvm issue . Have a look at how ant is dealing with it, maybe > we could give it a try with something like that (I have not noticed ant > having problems). Indeed it seems like

Re: running a lucene indexing app as a windows service on xp, crashing

2006-08-05 Thread Michael McCandless
This is windows/jvm issue . Have a look at how ant is dealing with it, maybe we could give it a try with something like that (I have not noticed ant having problems). Indeed it seems like Windows somehow believes the "deletable" file must be still held open, given that the File.renameTo and

Re: running a lucene indexing app as a windows service on xp, crashing

2006-08-04 Thread eks dev
hael McCandless <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, 4 August, 2006 11:28:02 PM Subject: Re: running a lucene indexing app as a windows service on xp, crashing > The Lucene code is crashing under circumstances that seem pretty lame. > At periodic intervals, lucen

RE: running a lucene indexing app as a windows service on xp, crashing

2006-08-04 Thread Mark Modrall
the sender immediately by reply e-mail and delete this message, and any attachments, from your system. Thank you. -Original Message- From: Michael McCandless [mailto:[EMAIL PROTECTED] Sent: Friday, August 04, 2006 5:28 PM To: java-user@lucene.apache.org Subject: Re: running a lucene indexing

Re: running a lucene indexing app as a windows service on xp, crashing

2006-08-04 Thread Michael McCandless
The Lucene code is crashing under circumstances that seem pretty lame. At periodic intervals, lucene tries to File.renameTo(newfile). Sometimes this fails, so Lucene implemented some fall-back code to manually copy the contents of the file from old to new. Our problem is that sometimes *this* f