Copied to clipboard

Flag this post as spam?

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


  • Arie 224 posts 675 karma points
    Sep 03, 2013 @ 19:39
    Arie
    0

    Object reference not set to an instance of an object

    Umbraco 6.1.4 URL Tracker 2.2.3

    Any request for a non-existing URL results in the following error:

    Server Error in '/' Application.
    
    Object reference not set to an instance of an object.
    
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    
    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
    
    Source Error: 
    
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    
    Stack Trace: 
    
    
    [NullReferenceException: Object reference not set to an instance of an object.]
       umbraco.presentation.UmbracoContext.GetXml() +17
       umbraco.NodeFactory.Node..ctor(Int32 NodeId) +164
       InfoCaster.Umbraco.UrlTracker.Modules.UrlTrackerModule.context_EndRequest(Object sender, EventArgs e) in c:\Users\kipusoep\Documents\GitHub\UrlTracker\Modules\UrlTrackerModule.cs:86
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +79
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +269
    
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
    
  • Arie 224 posts 675 karma points
    Sep 03, 2013 @ 19:54
    Arie
    100

    Upgrading to Umbraco 6.1.5 resolved the issue.

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Sep 04, 2013 @ 09:04
    Stefan Kip
    0

    In the future, please look if the same issue has already been posted, before posting another topic about it: http://our.umbraco.org/projects/developer-tools/301-url-tracker/version-2/44327-Issues-with-URL-Tracker-in-614

  • Arie 224 posts 675 karma points
    Sep 04, 2013 @ 20:19
    Arie
    0

    My apologies - I hadn't noticed that the error was the same one.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies