Copied to clipboard

Flag this post as spam?

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


  • Jim R 1 post 21 karma points
    Jun 01, 2012 @ 22:53
    Jim R
    0

    New install, back office won't run properly, server error

    I installed Unbraco 5.1 using the MS Web Platform Installer on a Win7 machine running IIS 7.5. When I log on to the back office a Server Error window pops up immediately but the message goes by so fast it was hard to capture it before the window cleared. (The message is pasted below.) I can then close the error window but the contents panel on the left just displays the "loading" animation and never finishes. Very frustrating to get so close to having it running. Anyone have an idea?

    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.Cms.Web.Configuration.UmbracoSettings.<get_Trees>b__f(ITree x) +40
       Umbraco.Framework.DeferredEqualityComparer`1.GetHashCode(T obj) +12
       System.Linq.Set`1.InternalGetHashCode(TElement value) +49
       System.Linq.Set`1.Find(TElement value, Boolean add) +23
       System.Linq.<DistinctIterator>d__81`1.MoveNext() +259
       System.Linq.WhereEnumerableIterator`1.MoveNext() +154
       System.Linq.Buffer`1..ctor(IEnumerable`1 source) +217
       System.Linq.Enumerable.ToArray(IEnumerable`1 source) +78
       Umbraco.Cms.Web.Trees.ApplicationTreeController.Index(String appAlias) +404
       lambda_method(Closure , ControllerBase , Object[] ) +110
       System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +17
       System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +208
       System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
       System.Web.Mvc.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() +55
       System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +263
       System.Web.Mvc.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() +19
       System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +263
       System.Web.Mvc.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() +19
       System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +263
       System.Web.Mvc.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() +19
       System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +191
       System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +343
       Umbraco.Cms.Web.Mvc.ActionInvokers.ControllerExtenderActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +341
       System.Web.Mvc.Controller.ExecuteCore() +116
       System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +97
       System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +10
       System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +37
       System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
       System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +12
       System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
       System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +50
       System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f) +7
       System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) +22
       System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +60
       System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8967885
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184
    



    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Jun 02, 2012 @ 15:20
    Jan Skovgaard
    0

    Hi Jim R and welcome to the community! :)

    Do you have both MVC 2 and MVC 3 installed on your machine? I have a suspission that might is the issue here.

    I'll encourage you to download webmatrix and try installing it from the web app gallery. Be sure to choose "Umbraco CMS 5", since both v4 and v5 can be installed using webmatrix.

    The benefit of using Webmatrix is that it also checks what dependencies you need in order to run Umbraco so it will notify you and ask you to download these as well.

    Hope this helps.

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft