Copied to clipboard

Flag this post as spam?

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


  • Nik Wahlberg 639 posts 1237 karma points MVP
    Jul 26, 2010 @ 14:42
    Nik Wahlberg
    0

    Periodic Error

    Hi all,

    I keep seeing this in one of our installations from time to time. It's fairly rare, but so far I have not been able to narrow down what this is all about. Recycling the app pool usually does the trick, but I wanted to see if any of your have seen this as well. 

    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.BusinessLogic.Utils.TypeFinder.FindClassesOfType(Boolean useSeperateAppDomain) +23
       umbraco.BusinessLogic.Actions.Action.RegisterIActions() +78
       umbraco.BusinessLogic.Actions.Action..cctor() +126
    
    [TypeInitializationException: The type initializer for 'umbraco.BusinessLogic.Actions.Action' threw an exception.]
       umbraco.cms.presentation._umbraco.RenderActionJS() +54
       umbraco.cms.presentation._umbraco.Page_Load(Object sender, EventArgs e) +1058
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       umbraco.BasePages.BasePage.OnLoad(EventArgs e) +12
       System.Web.UI.Control.LoadRecursive() +47
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436

    Thanks!
    Nik

  • Nik Wahlberg 639 posts 1237 karma points MVP
    Jul 26, 2010 @ 14:44
    Nik Wahlberg
    0

    Oh, sorry...this is 4.0.2.1.

  • Ismail Mayat 4511 posts 10092 karma points MVP 2x admin c-trib
    Jul 26, 2010 @ 16:49
    Ismail Mayat
    0

    Nik,

    Is the website in its own app pool? You may also want to check if any action handlers are running and also if there are any custom datatypes possibly one of those is causing the problem?

    Regards

    Ismail

  • Nik Wahlberg 639 posts 1237 karma points MVP
    Jul 26, 2010 @ 16:54
    Nik Wahlberg
    0

    Thanks Ismail, I will take a peek at the Custom Data Types. To clarify this happens immediately after logging in. 

    Cheers!

Please Sign in or register to post replies

Write your reply to:

Draft