Copied to clipboard

Flag this post as spam?

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


  • Pete 152 posts 176 karma points
    Aug 31, 2010 @ 11:15
    Pete
    0

    Null reference exception on CMS login

    The CMS had been running fine for months, client tried to log in this morning and got the following error:

     

    [NullReferenceException: Object reference not set to an instance of an object.]
       umbraco.BusinessLogic.Utils.TypeFinder.FindClassesOfType(Boolean useSeperateAppDomain) +27
       umbraco.BusinessLogic.Actions.Action.RegisterIActions() +71
       umbraco.BusinessLogic.Actions.Action..cctor() +150
    
    [TypeInitializationException: The type initializer for 'umbraco.BusinessLogic.Actions.Action' threw an exception.]
       umbraco.BusinessLogic.Actions.Action.GetJavaScriptFileReferences() +0
       umbraco.cms.presentation._umbraco.RenderActionJS() +47
       umbraco.cms.presentation._umbraco.Page_Load(Object sender, EventArgs e) +1050
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       umbraco.BasePages.BasePage.OnLoad(EventArgs e) +15
       System.Web.UI.Control.LoadRecursive() +50
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

     

    Any ideas?

    Unfortunately I don't have any access to the db to check log files. 

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Aug 31, 2010 @ 15:04
    Richard Soeteman
    0

    I had this once and an IIS reset "solved" it.

    Cheers,

    Richard

  • Kalle Ekstrand 181 posts 259 karma points c-trib
    Sep 09, 2010 @ 16:12
    Kalle Ekstrand
    0

    I also got this on one site!

    Any ideas on what it coudl be?

    //Kalle

  • Kalle Ekstrand 181 posts 259 karma points c-trib
    Oct 18, 2010 @ 19:20
    Kalle Ekstrand
    0

    I would say that it might be connected to the lack of available RAM on the server.

    //Kalle

Please Sign in or register to post replies

Write your reply to:

Draft