RE: Error Initializing an FSDirctory - disableLuceneLocks is null (FollowUp)

2005-06-06 Thread Craig Stephen
Original Message- From: Bernhard Messer [mailto:[EMAIL PROTECTED] Sent: Monday, June 06, 2005 11:17 AM To: java-dev@lucene.apache.org Subject: Re: Error Initializing an FSDirctory - disableLuceneLocks is null (FollowUp) Craig, what kind of error did you get when initializing FSDirect

Re: Error Initializing an FSDirctory - disableLuceneLocks is null (FollowUp)

2005-06-06 Thread Bernhard Messer
Craig, what kind of error did you get when initializing FSDirectory ? The fact that Boolean.getBoolean("disableLuceneLocks") returns false or that the system property "disableLuceneLocks" is null is not an error. It will be null, as long as you do not specify the system parameter with -Ddis

RE: Error Initializing an FSDirctory - disableLuceneLocks is null (FollowUp)

2005-06-06 Thread Craig Stephen
We've been getting an error when trying to initialize an FSDirectory. It's on line 48 of the FSDirectory source file. The system property disableLuceneLocks is null. Now we could set this manually, but it was working up until about a week ago when we moved our Lucene Wrapper class to a new packa