If the SearchProcessor tries to index a file that you do not have read access on, the index fails.
Simple Patch
I have uploaded a patch that I am currently using. It simply does a File.canRead() test before adding the file.
This has been tested and working on Red Hat there may still be issues on widows due to a java bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6203387
Log in to post a comment.
Simple Patch
I have uploaded a patch that I am currently using. It simply does a File.canRead() test before adding the file.
This has been tested and working on Red Hat
there may still be issues on widows due to a java bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6203387