> > The problem with the invalid page type still occurs from time to time. But > if it can store the > first document it seems to run ok. Don't know what influences this. I cannot > reproduce it > willingly. >
I experience the same problem as Heike but this is on win2k. I was able to track this further down. This is every time a collection is recreated i.e: D:\Xindice_tests>xindiceadmin ac -c /db/test -n col1 Created : /db/test/col1 D:\Xindice_tests>xindiceadmin ld -c /db/test/col1 Total documents: 0 D:\Xindice_tests>xindiceadmin dc -c /db/test -n col1 Are you sure you want to delete the collection col1 ? (y/n) y Deleted: /db/test/col1 D:\Xindice_tests>xindiceadmin ac -c /db/test -n col1 Created : /db/test/col1 D:\Xindice_tests>xindiceadmin ld -c /db/test/col1 ERROR : Index Corrupted D:\Xindice_tests> This does not happen if Xindice is restarted after collection creation, because then on deletion the physical files are correctly deleted. This makes me believing Xindice incorrectly holds a handle after collection creation. But this does not happen on Linux. Guido