I'm using EPiServer Full Text Search and it works perfectly on my local machine and the index files are created and search result is presented. Tho, when heading over to the staging server, the reindex get's stuck att 93% and the following error in the logs is presented:
2013-01-16 16:20:08,930 ERROR [23] EPiServer.Search.IndexingService.TaskQueue.Timer_Elapsed - An exception was thrown when task was invoked by TaskQueue: 'indexing service data uri callback'. The message was: Object reference not set to an instance of an object.. Stacktrace was: at EPiServer.Search.IndexingService.FieldSerializers.AuthorsFieldStoreSerializer.ToFieldStoreValue() at EPiServer.Search.IndexingService.IndexingServiceHandler.GetDocumentFromSyndicationItem(SyndicationItem syndicationItem, NamedIndex namedIndex) at EPiServer.Search.IndexingService.IndexingServiceHandler.Add(SyndicationItem syndicationItem, NamedIndex namedIndex) at EPiServer.Search.IndexingService.IndexingServiceHandler.Update(SyndicationItem item, NamedIndex namedIndex) at EPiServer.Search.IndexingService.IndexingServiceHandler.HandleDataUri(SyndicationItem item, NamedIndex namedIndex)
Hi Everyone!
I'm using EPiServer Full Text Search and it works perfectly on my local machine and the index files are created and search result is presented. Tho, when heading over to the staging server, the reindex get's stuck att 93% and the following error in the logs is presented:
2013-01-16 16:20:08,930 ERROR [23] EPiServer.Search.IndexingService.TaskQueue.Timer_Elapsed - An exception was thrown when task was invoked by TaskQueue: 'indexing service data uri callback'. The message was: Object reference not set to an instance of an object.. Stacktrace was: at EPiServer.Search.IndexingService.FieldSerializers.AuthorsFieldStoreSerializer.ToFieldStoreValue()
at EPiServer.Search.IndexingService.IndexingServiceHandler.GetDocumentFromSyndicationItem(SyndicationItem syndicationItem, NamedIndex namedIndex)
at EPiServer.Search.IndexingService.IndexingServiceHandler.Add(SyndicationItem syndicationItem, NamedIndex namedIndex)
at EPiServer.Search.IndexingService.IndexingServiceHandler.Update(SyndicationItem item, NamedIndex namedIndex)
at EPiServer.Search.IndexingService.IndexingServiceHandler.HandleDataUri(SyndicationItem item, NamedIndex namedIndex)
Any ideas what this might be?