[UmbracoExamine] (FooIndexer)Error indexing queue items,Index was outside the bounds of the array., IndexSet: FooIndexSet
Hi all,
I have an odd issue which shows in one environment but not in another, they're basically identical (build and test servers, both old IIS6 to mirror prod) on one everything works ok, but on the other no ducments are in the lucene index, and I get an error or 2 like this in the umbracoLog table
[UmbracoExamine] (FooIndexer)Error indexing queue items,Index was outside the bounds of the array., IndexSet: FooIndexSet
Notes:
I'm using these plugins from cogworks: examine inspector (to see if anything is in the index), examine index admin (to re-index)
It runs as network service which has modify permissions to the App_Data folder.
I've tried deleting all the files in the index folder, but when it recreates them it only creates 2 "segments" files, both less than 40 Bytes. (it creates write lock file for a second also, but then removes it again)
[UmbracoExamine] (FooIndexer)Error indexing queue items,Index was outside the bounds of the array., IndexSet: FooIndexSet
Hi all,
I have an odd issue which shows in one environment but not in another, they're basically identical (build and test servers, both old IIS6 to mirror prod) on one everything works ok, but on the other no ducments are in the lucene index, and I get an error or 2 like this in the umbracoLog table
Notes:
I'm not sure what I shold look into next?
Does the folder has correct permission? Try to clean up all index files.
It runs as network service which has modify permissions to the App_Data folder.
I've tried deleting all the files in the index folder, but when it recreates them it only creates 2 "segments" files, both less than 40 Bytes. (it creates write lock file for a second also, but then removes it again)
Oh the exception was in my GatheringNodeData.. some strange PDF that only existed on test was tripping it up.
is working on a reply...