Copied to clipboard

Flag this post as spam?

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


  • DS 21 posts 162 karma points
    Mar 09, 2016 @ 20:24
    DS
    0

    Fresh install always produces error

    While attempting to do a fresh install on Server 2012 R2 I keep getting this error when first navigating to the site. This error occurs no matter if I do a manual, Nuget, or Web Platform install. The site is running on IIS and SQL CE with full permissions granted to the folder for IIS_IUSRS and the App Pool identity.

    install error

     2016-03-09 13:15:09,582 [P4792/D2/T1] INFO  Umbraco.Core.CoreBootManager - Umbraco 7.3.4 application starting on WEBDEV
     2016-03-09 13:15:09,613 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Determining hash of code files on disk
     2016-03-09 13:15:09,613 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Hash determined (took 8ms)
     2016-03-09 13:15:09,785 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
     2016-03-09 13:15:10,051 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 268ms)
     2016-03-09 13:15:10,082 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
     2016-03-09 13:15:10,082 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 7ms)
     2016-03-09 13:15:10,082 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
     2016-03-09 13:15:10,098 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 7ms)
     2016-03-09 13:15:10,113 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
     2016-03-09 13:15:10,129 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 7ms)
     2016-03-09 13:15:10,129 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
     2016-03-09 13:15:10,129 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 7ms)
     2016-03-09 13:15:10,176 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
     2016-03-09 13:15:10,176 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 7ms)
     2016-03-09 13:15:10,176 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
     2016-03-09 13:15:10,191 [P4792/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 7ms)
     2016-03-09 13:15:11,066 [P4792/D2/T1] INFO  Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 1591ms)
    
  • Paul Griffiths 370 posts 1021 karma points
    Mar 09, 2016 @ 20:44
    Paul Griffiths
    0

    Hi dustin

    Try giving full access to the IUSR user group I have experienced this error and allowing anonymous access resolved it.

    I believe that umbraco needs to access the Internet during installation.

    Take a look at part three of my blog post it might help

    http://www.paulrgriffiths.co.uk/blog/installing-umbraco-7-part-3-setting-up-iis-file-permissions/

    Many thanks Paul

  • DS 21 posts 162 karma points
    Mar 09, 2016 @ 21:15
    DS
    0

    Thanks for the help, that seems to have worked.

  • Paul Griffiths 370 posts 1021 karma points
    Mar 09, 2016 @ 21:25
    Paul Griffiths
    0

    Hi Dustin

    Glad that resolved your issue. Don't forget once you have completed the installation you should revisit the file permissions to ensure the correct amount of access is configured.

    There is a great article in the umbraco documents that list which files need which level of access

    Paul

Please Sign in or register to post replies

Write your reply to:

Draft