Controller: NovaFrontpage
Action: Frontpage
doc counts differ for segment _2q0r: fieldsReader shows 2 but segmentInfo shows 134
Lucene.Net.Index.CorruptIndexException: doc counts differ for segment _2q0r: fieldsReader shows 2 but segmentInfo shows 134
at Lucene.Net.Index.SegmentInfos.FindSegmentsFile.Run(IndexCommit commit) in d:\Lucene.Net\FullRepo\trunk\src\core\Index\SegmentInfos.cs:line 736
at Lucene.Net.Index.DirectoryReader.Open(Directory directory, IndexDeletionPolicy deletionPolicy, IndexCommit commit, Boolean readOnly, Int32 termInfosIndexDivisor) in d:\Lucene.Net\FullRepo\trunk\src\core\Index\DirectoryReader.cs:line 117
at Sitecore.ContentSearch.LuceneProvider.Sharding.LuceneShard.
at Sitecore.ContentSearch.LuceneProvider.Sharding.LuceneShard.CreateReader(LuceneIndexAccess indexAccess)
at Sitecore.ContentSearch.LuceneProvider.Sharding.LuceneShard.CreateSearcher(LuceneIndexAccess indexAccess)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Sitecore.ContentSearch.LuceneProvider.LuceneSearchContext.Initialize(ILuceneProviderIndex index, ILuceneProviderSearchable[] searchables, LuceneIndexAccess indexAccess)
at Sitecore.ContentSearch.LuceneProvider.LuceneIndex.CreateSearchContext(SearchSecurityOptions securityOptions)
at System.Lazy`1.CreateValue()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Lazy`1.get_Value()
at Ori.Online.Infrastructure.Indexing.IndexSearchContext.GetQueryable[TItem]() in E:\vsts-buildser97-agent01\_work\2\s\Infrastructure\Ori.Online.Infrastructure.Indexing\IndexSearchContext.cs:line 25
at Ori.Online.Persistence.Sitecore.Products.ProductIndexItemRepository.GetProductCleanQuery() in E:\vsts-buildser97-agent01\_work\2\s\Modules\Legacy\Persistence\Ori.Online.Persistence.Sitecore\Products\ProductIndexItemRepository.cs:line 43
at Ori.Online.Application.Impl.Products.ProductSearchService.<>c__DisplayClass15_0.
at Ori.Common.Infrastructure.Caches.CacheHelper.InvokeMethodAndRegisterTime[T](Func`1 invocation, String regionName) in D:\a\1\s\src\Ori.Common.Infrastructure\Caches\CacheHelper.cs:line 293
at Ori.Common.Infrastructure.Caches.CacheHelper.GetCachedOrExecute[T](String regionName, String key, String[] tags, TimeSpan ttl, Boolean cacheNulls, Boolean syncMe, Int32 syncTimeout, CacheType cacheType, Func`1 invocation) in D:\a\1\s\src\Ori.Common.Infrastructure\Caches\CacheHelper.cs:line 277
at Ori.Common.Infrastructure.Caches.CacheHelper.GetCachedOrExecute[T](String regionName, String key, String[] tags, TimeSpan ttl, Boolean cacheNulls, Boolean syncMe, CacheType cacheType, Func`1 invocation) in D:\a\1\s\src\Ori.Common.Infrastructure\Caches\CacheHelper.cs:line 211
at Ori.Common.Infrastructure.Caches.CacheHelper.GetCachedOrExecute[T](String regionName, String key, Double ttlInSeconds, CacheType cacheType, Func`1 invocation) in D:\a\1\s\src\Ori.Common.Infrastructure\Caches\CacheHelper.cs:line 181
at Ori.Online.Application.Impl.Products.ProductSearchService.GetShowOnSiteProductsFromCache() in E:\vsts-buildser97-agent01\_work\2\s\Modules\Legacy\Services\Ori.Online.Application.Impl\Products\ProductSearchService.cs:line 137
at Ori.Online.Application.Impl.Products.ProductSearchService.GetQuery(ProductsQueryCriteria queryCriteria) in E:\vsts-buildser97-agent01\_work\2\s\Modules\Legacy\Services\Ori.Online.Application.Impl\Products\ProductSearchService.cs:line 152
at Ori.Online.Application.Impl.Products.ProductSearchService.GetProduct(String productCode, ProductsQueryCriteria queryCriteria) in E:\vsts-buildser97-agent01\_work\2\s\Modules\Legacy\Services\Ori.Online.Application.Impl\Products\ProductSearchService.cs:line 57
at Ori.Online.Application.Impl.Products.ProductInfoService.GetProductIndexItem(String productCode, Boolean isPreorder, Boolean includeConsultantsOnly, Nullable`1 includeSamples) in E:\vsts-buildser97-agent01\_work\2\s\Modules\Legacy\Services\Ori.Online.Application.Impl\Products\ProductInfoService.cs:line 394
at Ori.Online.Application.Impl.Products.ProductInfoService.GetProductInfoImpl(String productCode, Boolean isPreorder, Boolean includeConsultantsOnly, Nullable`1 includeSamples) in E:\vsts-buildser97-agent01\_work\2\s\Modules\Legacy\Services\Ori.Online.Application.Impl\Products\ProductInfoService.cs:line 422
at Ori.Online.Application.Impl.Products.ProductInfoService.<>c__DisplayClass32_0.
at Ori.Common.Infrastructure.Caches.CacheHelper.InvokeMethodAndRegisterTime[T](Func`1 invocation, String regionName) in D:\a\1\s\src\Ori.Common.Infrastructure\Caches\CacheHelper.cs:line 293
at Ori.Common.Infrastructure.Caches.CacheHelper.GetCachedOrExecute[T](String regionName, String key, String[] tags, TimeSpan ttl, Boolean cacheNulls, Boolean syncMe, Int32 syncTimeout, CacheType cacheType, Func`1 invocation) in D:\a\1\s\src\Ori.Common.Infrastructure\Caches\CacheHelper.cs:line 277
at Ori.Common.Infrastructure.Caches.CacheHelper.GetCachedOrExecute[T](String regionName, String key, String[] tags, TimeSpan ttl, Boolean cacheNulls, Boolean syncMe, CacheType cacheType, Func`1 invocation) in D:\a\1\s\src\Ori.Common.Infrastructure\Caches\CacheHelper.cs:line 211
at Ori.Common.Infrastructure.Caches.CacheHelper.GetCachedOrExecute[T](String regionName, String key, Double ttlInSeconds, CacheType cacheType, Func`1 invocation) in D:\a\1\s\src\Ori.Common.Infrastructure\Caches\CacheHelper.cs:line 181
at Ori.Online.Application.Impl.Products.ProductInfoService.GetProductInfo(String productCode, Boolean isPreorder, Boolean showHidden, Boolean isConsultantsOnlyFlagIgnored) in E:\vsts-buildser97-agent01\_work\2\s\Modules\Legacy\Services\Ori.Online.Application.Impl\Products\ProductInfoService.cs:line 162
at Castle.Proxies.Invocations.IProductInfoService_GetProductInfo.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.IProductInfoServiceProxy.GetProductInfo(String productCode, Boolean isPreorder, Boolean showHidden, Boolean isConsultantsOnlyFlagIgnored)
at Ori.Online.Products.ProductUiService.GetProductBoxModel(String productCode, ItemValue itemValue, ProductBoxModel model) in E:\vsts-buildser97-agent01\_work\2\s\Website.Mvc\Ori.Online.Website.Impl\Components\Products\ProductUiService.cs:line 325
at Castle.Proxies.Invocations.IProductUiService_GetProductBoxModel.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.IProductUiServiceProxy.GetProductBoxModel(String productCode, ItemValue itemValue, ProductBoxModel model)
at Ori.Online.Products.ProductUiService.GetProductOrPromoModel(IProductListingItemData productOrPromo, Boolean isPreOrderActive) in E:\vsts-buildser97-agent01\_work\2\s\Website.Mvc\Ori.Online.Website.Impl\Components\Products\ProductUiService.cs:line 1137
at Castle.Proxies.Invocations.IProductUiService_GetProductOrPromoModel_1.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.IProductUiServiceProxy.GetProductOrPromoModel(IProductListingItemData productOrPromo, Boolean isPreOrderActive)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Linq.Enumerable.
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Ori.Online.Frontpages.NovaFrontPageUiService.GetArea(ProductArea area) in E:\vsts-buildser97-agent01\_work\2\s\Website.Mvc\Ori.Online.Website.Impl\Components\Frontpages\NovaFrontPageUiService.cs:line 90
at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
at Ori.Online.Frontpages.NovaFrontPageUiService.CreateProductAreasTabsModel(FrontPage currentPage) in E:\vsts-buildser97-agent01\_work\2\s\Website.Mvc\Ori.Online.Website.Impl\Components\Frontpages\NovaFrontPageUiService.cs:line 131
at Ori.Online.Frontpages.Controllers.NovaFrontpageController.Frontpage() in E:\vsts-buildser97-agent01\_work\2\s\Website.Mvc\Ori.Online.Website.Impl\Components\Frontpages\Controllers\NovaFrontpageController.cs:line 60
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass24_0.
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
Мы используем куки (cookies) с целью повышения удобства вашей работы с сайтом. Продолжив работу с сайтом, вы примете нашу политику использования куки.