Copied to clipboard

Flag this post as spam?

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


  • Jon Behrens 53 posts 77 karma points
    Dec 07, 2012 @ 23:35
    Jon Behrens
    0

    New install Umbraco 4.11.1 Site does not come up - 404 error

    After trying to migrate a site to 4.10 or 4.11 (see this thread: http://our.umbraco.org/forum/getting-started/installing-umbraco/36775-Update-to-4101-Site-dies) I decided to do a fresh install with a new database. The site has one node, a home page. When I try and view it in the browser, I get a 404 error - which was the same behavior I was getting in the referenced thread.

    Server is Win 2008, IIS 7, DB is SQLExpress 2008R2. The /umbraco directory shows up fine and I am able to work on the back end. Here's the umbracoTraceLog.txt

    2012-12-07 15:18:14,197 [21] INFO  Umbraco.Web.UmbracoApplication - [Thread 19] Application shutdown. Reason: ConfigurationChange
    2012-12-07 15:18:18,905 [11] INFO Umbraco.Core.CoreBootManager - [Thread 1] Umbraco application starting
    2012-12-07 15:18:18,934 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Determining hash of code files on disk
    2012-12-07 15:18:18,942 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Hash determined (took 6ms)
    2012-12-07 15:18:18,951 [11] DEBUG Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.ICacheRefresher
    2012-12-07 15:18:19,109 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.ICacheRefresher, found 5 (took 156ms)
    2012-12-07 15:18:19,113 [11] DEBUG Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IDataType
    2012-12-07 15:18:19,116 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IDataType, found 35 (took 2ms)
    2012-12-07 15:18:19,116 [11] DEBUG Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IMacroGuiRendering
    2012-12-07 15:18:19,117 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IMacroGuiRendering, found 13 (took 1ms)
    2012-12-07 15:18:19,118 [11] DEBUG Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IPackageAction
    2012-12-07 15:18:19,119 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IPackageAction, found 12 (took 1ms)
    2012-12-07 15:18:19,119 [11] DEBUG Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IAction
    2012-12-07 15:18:19,121 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IAction, found 35 (took 1ms)
    2012-12-07 15:18:19,121 [11] DEBUG Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
    2012-12-07 15:18:19,123 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms)
    2012-12-07 15:18:19,126 [11] DEBUG Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
    2012-12-07 15:18:19,128 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 1ms)
    2012-12-07 15:18:19,143 [11] DEBUG umbraco.content - [Thread 1] Initializing content on thread '' (Threadpool? False)
    2012-12-07 15:18:19,190 [11] DEBUG umbraco.content - [Thread 1] Content initialized (loaded)
    2012-12-07 15:18:19,193 [11] DEBUG Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
    2012-12-07 15:18:19,195 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 1ms)
    2012-12-07 15:18:19,196 [11] DEBUG Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
    2012-12-07 15:18:19,197 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 1ms)
    2012-12-07 15:18:19,203 [11] DEBUG Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
    2012-12-07 15:18:19,205 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 8 (took 1ms)
    2012-12-07 15:18:19,214 [11] DEBUG Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplication
    2012-12-07 15:18:19,220 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 6ms)
    2012-12-07 15:18:19,235 [11] DEBUG Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.ITree
    2012-12-07 15:18:19,238 [11] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.ITree, found 27 (took 2ms)
    2012-12-07 15:18:19,386 [11] INFO Umbraco.Core.CoreBootManager - [Thread 1] Umbraco application startup complete (took 473ms)
    2012-12-07 15:18:19,518 [11] DEBUG Umbraco.Web.Routing.PublishedContentRequest - [Thread 24] LookupDomain: Uri="http://srv/crimson411"
    2012-12-07 15:18:19,539 [11] DEBUG Umbraco.Web.Routing.PublishedContentRequest - [Thread 24] LookupDomain: Matches no domain
    2012-12-07 15:18:19,539 [11] DEBUG Umbraco.Web.Routing.PublishedContentRequest - [Thread 24] LookupDomain: Culture="en-US"
    2012-12-07 15:18:19,540 [11] DEBUG Umbraco.Web.Routing.PublishedContentRequest - [Thread 24] LookupDocument: Path="/crimson411"
    2012-12-07 15:18:19,543 [11] DEBUG Umbraco.Core.PluginManager - [Thread 24] LookupDocument: Begin resolvers
    2012-12-07 15:18:19,548 [11] DEBUG Umbraco.Web.Routing.LookupByNiceUrl - [Thread 24] Test route "/crimson411"
    2012-12-07 15:18:19,548 [11] DEBUG Umbraco.Web.Routing.LookupByNiceUrl - [Thread 24] Cache miss, query
    2012-12-07 15:18:19,554 [11] DEBUG Umbraco.Web.Routing.LookupByNiceUrl - [Thread 24] Query does not match
    2012-12-07 15:18:19,556 [11] DEBUG Umbraco.Web.Routing.LookupByIdPath - [Thread 24] Not a node id
    2012-12-07 15:18:19,566 [11] DEBUG Umbraco.Web.Routing.LookupByNiceUrlAndTemplate - [Thread 24] Not a valid template: "crimson411"
    2012-12-07 15:18:19,568 [11] DEBUG Umbraco.Web.Routing.LookupByProfile - [Thread 24] Not the profile path
    2012-12-07 15:18:19,572 [11] DEBUG Umbraco.Core.PluginManager - [Thread 24] LookupDocument: End resolvers, no document was found (took 28ms)
    2012-12-07 15:18:19,576 [11] DEBUG Umbraco.Web.Routing.PublishedContentRequest - [Thread 24] LookupDocument2: Begin
    2012-12-07 15:18:19,576 [11] DEBUG Umbraco.Web.Routing.PublishedContentRequest - [Thread 24] LookupDocument2: No document, try last chance lookup
    2012-12-07 15:18:19,578 [11] DEBUG Umbraco.Web.Routing.DefaultLastChanceLookup - [Thread 24] Running for url='/crimson411'.
    2012-12-07 15:18:19,584 [11] DEBUG Umbraco.Web.Routing.DefaultLastChanceLookup - [Thread 24] Registering custom handlers.
    2012-12-07 15:18:19,585 [11] DEBUG Umbraco.Web.Routing.DefaultLastChanceLookup - [Thread 24] Registering 'umbraco.handle404,umbraco'.
    2012-12-07 15:18:19,591 [11] DEBUG Umbraco.Web.Routing.DefaultLastChanceLookup - [Thread 24] Handler 'umbraco.handle404' found node with id=1.
    2012-12-07 15:18:19,591 [11] DEBUG Umbraco.Web.Routing.PublishedContentRequest - [Thread 24] LookupDocument2: Failed to find a document, give up
    2012-12-07 15:18:19,591 [11] DEBUG Umbraco.Web.Routing.PublishedContentRequest - [Thread 24] LookupDocument2: End
    2012-12-07 15:18:19,612 [11] DEBUG Umbraco.Web.UmbracoModule - [Thread 24] Total milliseconds for umbraco request to process: 140
    2012-12-07 15:21:00,995 [11] DEBUG Umbraco.Core.PluginManager - [Thread 20] Starting resolution types of umbraco.interfaces.ITree
    2012-12-07 15:21:00,997 [11] INFO Umbraco.Core.PluginManager - [Thread 20] Completed resolution of types of umbraco.interfaces.ITree, found 36 (took 2ms)

    I've been squirreling with for two days now. I'd really appreciate any help.

    Jon

  • Matthias 87 posts 173 karma points
    Jan 22, 2013 @ 17:08
    Matthias
    0

    Hi Jon,

    did you ever solve this issue?
    Do you have disabled anonymous access (and activated standard or windows authentication) on your website in IIS?
    I have a (maybe) similar issue with the same setup. When i try to open a page for the first time the server login pops up, i enter the credentials and it leads to a 404.
    When i leave the browser open and try to open the page again, it works.

    Matthias

  • Jon Behrens 53 posts 77 karma points
    Jan 22, 2013 @ 17:54
    Jon Behrens
    0

    Hi Matthias

    No, I never did get it figured out - finally went with 4.7.2 which worked fine.

    Sorry

    Jon

  • 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