Copied to clipboard

Flag this post as spam?

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


  • n00b 33 posts 134 karma points
    May 24, 2017 @ 13:47
    n00b
    0

    Umbraco Errors - best guess answers

    This lot appeared in tracelogs today. Could anyone give me some best-guess answers as to what these might be? The URL blanked out isn't the domain name of the live site - i'm wondered if they are leftovers from the developer. enter image description here

    Would also like to know if/how the site would need recompiling after making any template edits (similar to /dev/flush and /dev/build in Silverstripe)..

    Thanks guys!

  • Alex Skrypnyk 6133 posts 23952 karma points MVP 7x admin c-trib
    May 24, 2017 @ 14:49
    Alex Skrypnyk
    100

    Hi n00b

    Can you provide some more details?

    Can you show the code of one of the files that are the errors?

    Check please your examine index in the Developers section -> "Examine Management" tab.

    Thanks,

    Alex

  • n00b 33 posts 134 karma points
    May 24, 2017 @ 15:50
    n00b
    1

    guess it needs some work then

    I'm assuming a rebuild of indexes will either fix these issues or create some new ones? :)

  • Alex Skrypnyk 6133 posts 23952 karma points MVP 7x admin c-trib
    May 24, 2017 @ 15:52
    Alex Skrypnyk
    0

    yes, I hope it will fix ))

  • n00b 33 posts 134 karma points
    May 24, 2017 @ 16:00
    n00b
    0

    me too! thanks for the help! Do i need to perform a refresh using /Umbraco/dialogs/republish.aspx?xml=true as well?

  • Alex Skrypnyk 6133 posts 23952 karma points MVP 7x admin c-trib
    May 24, 2017 @ 16:06
    Alex Skrypnyk
    0

    Republish - it's good thing to do always )

  • n00b 33 posts 134 karma points
    May 25, 2017 @ 07:45
    n00b
    0

    Rebuilt indexes, republished. Still have a few unhandled exceptions in the log (which i've no idea how to remedy), however site speed has improved somewhat since this.

  • Alex Skrypnyk 6133 posts 23952 karma points MVP 7x admin c-trib
    May 25, 2017 @ 10:05
    Alex Skrypnyk
    0

    Hi

    Glad that site speed was improved.

    What exceptions do you have now?

    Can you show the text of exceptions and it will be great to see the code that produces these exceptions?

    Alex

  • n00b 33 posts 134 karma points
    May 25, 2017 @ 10:20
    n00b
    0

    An unhandled exception occurred System.NullReferenceException: Object reference not set to an instance of an object. at Examine.LuceneEngine.Providers.BaseLuceneSearcher.TextSearchAllFields(String searchText, Boolean useWildcards, ISearchCriteria sc) in X:\Projects\Examine\Examine\Projects\Examine\LuceneEngine\Providers\BaseLuceneSearcher.cs:line 138 at MyWebsite.Web.Controllers.SearchController.DoSearch(SearchModel searchModel, HttpContext context) in g:\Software Development\MyWebSite\Umbraco5\src\MyWebsite.Web\Controllers\SearchController.cs:line 102 at MyWebsite.Web.Controllers.SearchController.Search(SearchModel model) in g:\Software Development\MyWebsite\Umbraco5\src\MyWebsite.Web\Controllers\SearchController.cs:line 84 at lambdamethod(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary2 parameters) at System.Web.Mvc.Async.AsyncControllerActionInvoker._39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult2.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) at System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) at System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Please Sign in or register to post replies

Write your reply to:

Draft