Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Thomas T 66 posts 227 karma points
    Feb 20, 2015 @ 13:11
    Thomas T
    0

    Content node throws error

    I installed and created a site using Umbraco version 7.1.6. Currently I am working on that site. My system was shut down due to power failure. I run the site through Webmatrix. After switch on the system, I run the site. Now I can't see anything under Document Types,Templates, Content sections in Umbraco backoffice. When I refresh the browser, I can see contents in Document Types,Templates temporarily. But I can't see under 'Content' section. When I tried to refresh browser, it shows error like below. How can I retrieve those contents ?

     

  • Sören Deger 733 posts 2844 karma points c-trib
    Feb 20, 2015 @ 13:34
    Sören Deger
    0

    Hi Thomas,

    please check the javascript console in your browser and the umbraco log file in /App_Data/logs/UmbracoTraceLog.txt.

    Have you any specific errors in console and in the log file?

     

    Best,

    Sören

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 20, 2015 @ 13:36
    Jan Skovgaard
    0

    Hi Thomas

    Is this a local installation? What database are you using?

    /Jan

  • Sören Deger 733 posts 2844 karma points c-trib
    Feb 20, 2015 @ 13:40
    Sören Deger
    0

    Hi Thomas,

    I think this is not the correct forum. It's only for "Umbraco as a service" ;-)

    And please doesn't create duplicate entries on our.

    I have also answered here:

    https://our.umbraco.org/forum/ourumb-dev-forum/bugs/61545-Content-node-is-not-loaded-in-Umbraco-7

     

    Cheers,

    Sören

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 20, 2015 @ 13:44
    Jan Skovgaard
    0

    Nevermind the category where it's being posted - That structure is going away when the new forum is launching anyway :)

    /Jan

  • Thomas T 66 posts 227 karma points
    Feb 20, 2015 @ 13:50
    Thomas T
    0

    Hi Sören and Jan,

                                          I currently using MSSQL database in my local machine. This is the site which I migrated from SQL CE database before. I installed 'SmartBlog' package.

    I got error in browser as like below,

     

    In log, it shows error like below 

                         

     2015-02-20 18:09:15,393 [14] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 21] An unhandled exception occurred

    System.IndexOutOfRangeException: Index was outside the bounds of the array.
       at Lucene.Net.Util.BitVector.Get(Int32 bit)
       at Lucene.Net.Index.SegmentTermDocs.Read(Int32[] docs, Int32[] freqs)
       at Lucene.Net.Search.MultiTermQueryWrapperFilter.TermGenerator.Generate(MultiTermQuery query, IndexReader reader, TermEnum enumerator)
       at Lucene.Net.Search.MultiTermQueryWrapperFilter.GetDocIdSet(IndexReader reader)
       at Lucene.Net.Search.ConstantScoreQuery.ConstantScorer..ctor(ConstantScoreQuery enclosingInstance, Similarity similarity, IndexReader reader, Weight w)
       at Lucene.Net.Search.ConstantScoreQuery.ConstantWeight.Scorer(IndexReader reader, Boolean scoreDocsInOrder, Boolean topScorer)
       at Lucene.Net.Search.BooleanQuery.BooleanWeight.Scorer(IndexReader reader, Boolean scoreDocsInOrder, Boolean topScorer)
       at Lucene.Net.Search.BooleanQuery.BooleanWeight.Scorer(IndexReader reader, Boolean scoreDocsInOrder, Boolean topScorer)
       at Lucene.Net.Search.IndexSearcher.Search(Weight weight, Filter filter, Collector collector)
       at Lucene.Net.Search.IndexSearcher.Search(Weight weight, Filter filter, Int32 nDocs, Sort sort, Boolean fillFields)
       at Lucene.Net.Search.IndexSearcher.Search(Weight weight, Filter filter, Int32 nDocs, Sort sort)
       at Lucene.Net.Search.Searcher.Search(Query query, Filter filter, Int32 n, Sort sort)
       at Examine.LuceneEngine.SearchResults.DoSearch(Query query, IEnumerable`1 sortField, Int32 maxResults)
       at Examine.LuceneEngine.Providers.BaseLuceneSearcher.Search(ISearchCriteria searchParams, Int32 maxResults)
       at Examine.LuceneEngine.Providers.BaseLuceneSearcher.Search(ISearchCriteria searchParams)
       at Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedMediaCache.GetUmbracoMedia(Int32 id)
       at Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedMediaCache.GetById(UmbracoContext umbracoContext, Boolean preview, Int32 nodeId)
       at Umbraco.Web.PublishedCache.ContextualPublishedCache`1.GetById(Boolean preview, Int32 contentId)
       at Umbraco.Web.UmbracoHelper.TypedMedia(Int32 id)
       at ASP._Page_Views_Partials_homepageCarouselIndicators_cshtml.Execute() in c:\Users\Mindzpark\Documents\My Web Sites\DemoSite\Views\Partials\homepageCarouselIndicators.cshtml:line 8
       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
       at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
       at System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance)
       at System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer)
       at Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext, TextWriter writer)
       at System.Web.Mvc.HtmlHelper.RenderPartialInternal(String partialViewName, ViewDataDictionary viewData, Object model, TextWriter writer, ViewEngineCollection viewEngineCollection)
       at System.Web.Mvc.Html.RenderPartialExtensions.RenderPartial(HtmlHelper htmlHelper, String partialViewName)
       at ASP._Page_Views_HomePage_cshtml.Execute() in c:\Users\Mindzpark\Documents\My Web Sites\DemoSite\Views\HomePage.cshtml:line 22
       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
       at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
       at System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance)
       at System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer)
       at Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext, TextWriter writer)
       at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
       at System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult)
       at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17()
       at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
       at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19()
       at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
       at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19()
       at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
       at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)
       at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
       at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
       at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
       at System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult)
       at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)
       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
       at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
       at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
       at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

     

     


  • Sören Deger 733 posts 2844 karma points c-trib
    Feb 20, 2015 @ 13:54
    Sören Deger
    0

    Strange... Have you recycle the application pool and refresh your browser cache after restart your system? If not, do this and check if it works.

     

    Best,
    Sören 

  • Thomas T 66 posts 227 karma points
    Feb 21, 2015 @ 06:02
    Thomas T
    0

    Hi Sören,

                           I recycled the application pool. But it didn't work... Then I restored the database once again with backup copy . Now it is working..but it shows error when run the  homepage in my site. All other pages working fine...I use partial view  in homepage to show banner images which are under media section. When I delete those images, then homepage is loaded..If not it shows error like below,


Please Sign in or register to post replies

Write your reply to:

Draft