Encountered below error in Exm in sitecore 9.
Below is the error in the log file.
ERROR [Sitecore Services]: HTTP GET
URL http://[hostName]/sitecore/api/ssc/ListManagement/ContactList?pageSize=20&pageIndex=0&payLoad=full&language=en&rootId=&filter=getSegmentedLists&searchExpression=&sc_lang=en
Exception System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Lucene.Net.Util.BitVector.Get(Int32 bit)
Resolution: The above issue got resolved after completing rebuilding the search indexes & "sitecore_list_index".
Below is the error in the log file.
ERROR [Sitecore Services]: HTTP GET
URL http://[hostName]/sitecore/api/ssc/ListManagement/ContactList?pageSize=20&pageIndex=0&payLoad=full&language=en&rootId=&filter=getSegmentedLists&searchExpression=&sc_lang=en
Exception System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Lucene.Net.Util.BitVector.Get(Int32 bit)
Resolution: The above issue got resolved after completing rebuilding the search indexes & "sitecore_list_index".
No comments:
Post a Comment