Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/solr/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Indexing Sitecore爬网程序:AddRecursive DoItemAdd失败_Indexing_Solr_Sitecore_Sitecore6 - Fatal编程技术网

Indexing Sitecore爬网程序:AddRecursive DoItemAdd失败

Indexing Sitecore爬网程序:AddRecursive DoItemAdd失败,indexing,solr,sitecore,sitecore6,Indexing,Solr,Sitecore,Sitecore6,我们的爬虫日志中填充了以下索引越界异常。有人看到过这个错误吗?或者对如何解决有什么想法 4548 00:37:31 WARN Crawler : AddRecursive DoItemAdd failed - {DDAFF741-80D0-4650-8E73-02A88EB2C8DC} Exception: System.IndexOutOfRangeException Message: Index was outside the bounds of the array. Source

我们的爬虫日志中填充了以下索引越界异常。有人看到过这个错误吗?或者对如何解决有什么想法

    4548 00:37:31 WARN  Crawler : AddRecursive DoItemAdd failed - {DDAFF741-80D0-4650-8E73-02A88EB2C8DC}
Exception: System.IndexOutOfRangeException
Message: Index was outside the bounds of the array.
Source: Sitecore.Kernel
   at Sitecore.Caching.ItemPathsCache.UpdateKeyIndex(List`1 list, String value)
   at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key, TValue addValue, Func`3 updateValueFactory)
   at Sitecore.Caching.ItemPathsCache.AddMapping(Item item, ItemPathType itemPathType, String path)
   at Sitecore.Data.ItemPath.DoGetPath(Item currentItem, String separator, ItemPathType type, Item root, Int32 level)
   at Sitecore.Data.ItemPath.DoGetPath(Item currentItem, String separator, ItemPathType type, Item root, Int32 level)
   at Sitecore.Data.ItemPath.DoGetPath(Item currentItem, String separator, ItemPathType type, Item root, Int32 level)
   at Sitecore.Data.ItemPath.DoGetPath(Item currentItem, String separator, ItemPathType type, Item root, Int32 level)
   at Sitecore.Data.ItemPath.DoGetPath(Item currentItem, String separator, ItemPathType type)
   at Sitecore.Data.ItemPath.DoGetPath(Item currentItem, String from, String separator, ItemPathType type)
   at Sitecore.Data.ItemPath.GetPath(Item currentItem, String from, String separator, ItemPathType type)
   at Sitecore.Data.ItemPath.get_ContentPath()
   at Sitecore.ContentSearch.SitecoreItemCrawler.DoAdd(IProviderUpdateContext context, SitecoreIndexableItem indexable)
   at Sitecore.ContentSearch.HierarchicalDataCrawler`1.CrawlItem(T indexable, IProviderUpdateContext context, CrawlState`1 state)

您好,您是否使用了任何有关索引的自定义策略或自定义代码?是否可以检查项目{DDAF741-80D0-4650-8E73-02A88EB2C8DC}?该项目的路径是什么?有什么奇怪的地方吗?它只是针对这个项目ID{DDAFF741-80D0-4650-8E73-02A88EB2C8DC}?您使用的是什么sitecore版本?@AhmedOkour有几个项目正在使用。我们使用的是版本6。@Gatogordo项目路径没有任何异常。