Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

500 error while indexing EPiServer Full Text Search Service

Vote:
 

I am having some trouble finding the cause of this issue.

My Episerver logfiles is filling up with this:

2017-03-20 11:56:42,916 ERROR [16] EPiServer.Search.RequestHandler.SendRequest - Update batch could not be sent to service uri 'http://localhost:17010/IndexingService/IndexingService.svc/update/?accesskey=local'. Message: 'The remote server returned an error: (500) Internal Server Error. at System.Net.HttpWebRequest.GetResponse()
at EPiServer.Search.RequestHandler.MakeHttpRequest(String url, NamedIndexingServiceElement namedIndexingServiceElement, String method, Stream postData, Action`1 responseHandler)
at EPiServer.Search.RequestHandler.SendRequest(SyndicationFeed feed, String namedIndexingService, Collection`1 ids)'
2017-03-20 11:56:42,932 ERROR [16] EPiServer.Search.RequestQueueHandler.ProcessQueue - Send batch for named index 'EPiServerFTS' failed. Items are left in queue.

And the search pages produce no results regardless of search query.

Going to http://localhost:17010/IndexingService/IndexingService.svc/search/?q=matsedel&namedindexes=default&offset=0&limit=20&format=xml&accesskey=local presents an empty list, matching the results I get on the websites own search page. This means the service configurations seem fine in general since it responds to GET requests.

But to fix this I need to know what causes the error for the "/update"-route.

Is there any way to get some logs for the service so it can tell me what is wrong?

#176487
Mar 20, 2017 12:14
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.