I appear to have a screwed Lucene installation after uploading an upgraded site to it's live server. The upgrade was from V6.1.1 to V6.1.3. There are two issues:-
A particular page give a "Read past EOF" error. The Stack Trace gives:
[IOException: read past EOF]
Lucene.Net.Index.FindSegmentsFile.Run(IndexCommit commit) +2040
Lucene.Net.Index.DirectoryReader.Open(Directory directory, IndexDeletionPolicy deletionPolicy, IndexCommit commit, Boolean readOnly, Int32 termInfosIndexDivisor) +57
Lucene.Net.Search.IndexSearcher..ctor(Directory path, Boolean readOnly) +29
Examine.LuceneEngine.Providers.LuceneSearcher.ValidateSearcher(Boolean forceReopen) +136
Lucene issues?
I appear to have a screwed Lucene installation after uploading an upgraded site to it's live server. The upgrade was from V6.1.1 to V6.1.3. There are two issues:-
A particular page give a "Read past EOF" error. The Stack Trace gives: [IOException: read past EOF] Lucene.Net.Index.FindSegmentsFile.Run(IndexCommit commit) +2040 Lucene.Net.Index.DirectoryReader.Open(Directory directory, IndexDeletionPolicy deletionPolicy, IndexCommit commit, Boolean readOnly, Int32 termInfosIndexDivisor) +57 Lucene.Net.Search.IndexSearcher..ctor(Directory path, Boolean readOnly) +29 Examine.LuceneEngine.Providers.LuceneSearcher.ValidateSearcher(Boolean forceReopen) +136
The CMS errors when the Developer Section is opened. Full error described here: http://our.umbraco.org/forum/getting-started/installing-umbraco/43858-Upgrade-developer-section-error
I've checked the directory permissions and can't see a problem. Could anyone suggest where to look next?
Thanks,
Craig
A kind soul on stackoverflow came to the rescue. The solution is simple but not intuitive. See http://stackoverflow.com/questions/18110298/umbraco-v6-1-3-lucene-index-corruption/18130673?iemail=1&noredirect=1#18130673
Caused a 48hr hold on 3 projects. Documentation is so critical.
Craig
I'm having this same issue, and have not found a resolve.
is working on a reply...