PiRSquared17 / flaxcode

Automatically exported from code.google.com/p/flaxcode
0 stars 0 forks source link

Error at beginning of index run #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a collection (have used HMSO and direct.gov data)
2. While indexing the collection list page shows an error:

Traceback (most recent call last):
  File "cherrypy\_cprequest.pyo", line 551, in respond
  File "cherrypy\_cpdispatch.pyo", line 24, in __call__
  File "cpserver.pyo", line 117, in default
  File "cpserver.pyo", line 222, in view
  File "templates.pyo", line 522, in collection_list_render
  File "HTMLTemplate.pyo", line 729, in render
  File "templates.pyo", line 234, in render_collections_list
  File "HTMLTemplate.pyo", line 444, in repeat
  File "templates.pyo", line 254, in render_collection
  File "doc_collection.pyo", line 130, in document_count
  File "doc_collection.pyo", line 126, in search_conn
  File "collection_list.pyo", line 73, in get_search_connection
  File "xappy\searchconnection.pyo", line 710, in __init__
  File "xappy\replaylog.pyo", line 413, in log
  File "xapian.pyo", line 3080, in __init__
DatabaseCorruptError: Cannot open tables at consistent revisions 

After a few hundred docs have been indexed, the error disappears and the
collection seems OK - and is searchable. Reverting Xappy to revision 156
seems to cure the problem.

Original issue reported on code.google.com by charliej...@gmail.com on 28 Jan 2008 at 4:28

GoogleCodeExporter commented 9 years ago
Verified that this doesn't occur on Xappy rev 156, using two different Windows
machines & operating systems.

Original comment by charliej...@gmail.com on 28 Jan 2008 at 4:46

GoogleCodeExporter commented 9 years ago
I'll need to investigate why this happens, but we're using Xappy rev 156 for 
release
1.0, so changing the milestone to 1.1

Original comment by boulton.rj@gmail.com on 29 Jan 2008 at 2:16

GoogleCodeExporter commented 9 years ago

Original comment by charliej...@gmail.com on 27 Aug 2009 at 1:22