Ticket #1658 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

NXLucene store directory errors should be more explicit

Reported by: atchertchian Assigned to: janguenot
Priority: P2 Milestone: unspecified
Component: Lucene Version: TRUNK
Severity: normal Keywords: Lucene store directory
Cc:

Description

When specifying a store directory, if this directory exists but is empty, logs show errors like:

LuceneServer? - INFO - Request <PyLucene?.BooleanQuery?; proxy of C++ org::apache::lucene::search::BooleanQuery? instance at <PyCObject object at 0xb6106b18>> failed...

Error should be made more explicit if possible.

Change History

06/01/06 17:20:24 changed by janguenot

  • status changed from new to closed.
  • resolution set to fixed.

Now, that the serveur is trying to optimize the indexes, you will get this message at startup perventing the serveur to start :

Failed to load application: java.io.IOException: Lock obtain timed out: Lock@/tmp/lucene-19d04864b2a2a88602c5fddce81121ca-write.lock

I guess that's explicit enough now :)