Hello ! I keep getting this exception regardless of the GaeLock is deleted or not.
looks like the following
Uncaught exception from servlet javax.servlet.UnavailableException: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: com.googlecode.luceneappengine.GaeLockFactory$1@15591c4
I my code I am trying to create an index with one TextField. the TextField is created from a String which I get fro m a txt file.
Deleting the GaeLock online doesnt help.
Any suggestions on what I am doing wrong?