Re: Test File locks

2010-05-27 Thread Spencer Tickner
Hi Ian and Chris, Thanks for the responses. I seem to have jarred the lock loose. Not exactly sure what step did it as I tried tweeking the OS, using Ian's suggestion of the SimpleFSLockFactory and tried various UNC paths to specify the directory. I've tried to work backwards to re-create the pro

Re: Test File locks

2010-05-26 Thread Chris Hostetter
It would be helpful to know: 1) what version of Lucene you are using 2) what exactly like 167 of LibraryBuilder looks like (ie: what options are you using when instantiating the IndexWRiter) 3) what filesystems are using on each of the two different machines you are using. 4) does it really say

Re: Test File locks

2010-05-26 Thread Ian Lea
No answers but some things you could try: There have been some reports of problems with file paths being specified in different ways - UNC versus something else perhaps. Use SimpleFSLockFactory rather than the default native class. Try a recent version of lucene unless you already are. -- Ian.