Copied to clipboard

Flag this post as spam?

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


  • Edwin 16 posts 96 karma points
    Sep 23, 2016 @ 19:43
    Edwin
    0

    umbraco backoffice working but not home page

    Hi,

    I've followed the getting started guide and setup an umbraco project using Visual Studio 2015 and installing the Umbraco Cms nuget package. I setup a MSSQL server 2014 database on my hosting and ran the project locally from Visual Studio and completed the umbraco install using the "customize" option. I went as far as the setting up a home page document type with "allow as root" and matching template that uses a master template and I also created a home page content node.

    After that I deployed the web site to my hosting environment using the Web Deploy publishing option in Visual Studio. Now when I try to go to the home page Chrome says

    "This site can’t be reached

    The webpage at "domain.com" might be temporarily down or it may have moved permanently to a new web address. ERRCONTENTDECODING_FAILED"

    However the backoffice seems to work just fine. And I can get to the home page when I run the project locally as well.

    Also here's a stacktrace from the log. Looks like the server on my hosting environment is throwing some type of error for home page requests?

    2016-09-23 12:01:54,362 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Terminating (immediate) 2016-09-23 12:01:54,362 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Cancelling tasks 2016-09-23 12:01:54,487 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Tasks cancelled, terminated 2016-09-23 12:01:54,487 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Terminating (immediate) 2016-09-23 12:01:54,487 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Cancelling tasks 2016-09-23 12:01:54,597 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Tasks cancelled, terminated 2016-09-23 12:01:54,597 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Terminating (immediate) 2016-09-23 12:01:54,597 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Cancelling tasks 2016-09-23 12:01:54,706 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Tasks cancelled, terminated 2016-09-23 12:01:54,706 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Terminating (immediate) 2016-09-23 12:01:54,706 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Cancelling tasks 2016-09-23 12:01:54,815 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Tasks cancelled, terminated 2016-09-23 12:01:54,815 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Terminating (immediate) 2016-09-23 12:01:54,815 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Cancelling tasks 2016-09-23 12:01:54,925 [P22240/D9/T41] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Tasks cancelled, terminated 2016-09-23 12:01:54,925 [P22240/D9/T25] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: BinDirChangeOrDirectoryRename

    _shutDownMessage=Change Notification for critical directories. bin dir change or directory rename HostingEnvironment initiated shutdown Change Notification for critical directories. bin dir change or directory rename HostingEnvironment caused shutdown

    shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.getStackTrace() at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand() at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace) at System.Web.HttpRuntime.OnCriticalDirectoryChange(Object sender, FileChangeEvent e) at System.Web.FileChangesMonitor.OnCriticaldirChange(Object sender, FileChangeEvent e) at System.Web.DirectoryMonitor.FireNotifications() at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback) at System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state) at System.Threading.QueueUserWorkItemCallback.WaitCallbackContext(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.ThreadPoolWaitCallback.PerformWaitCallback()

    Anyone know how to fix this issue? Do I need to contact my hosting provider?

    Thanks,

    Edwin

  • Sotiris Filippidis 286 posts 1501 karma points
    Sep 24, 2016 @ 07:47
    Sotiris Filippidis
    0

    It looks like your problem is IIS related rather than Umbraco related - from a quick search I did it looks like it has something to do with compression.

    I'm sorry that I don't elaborate further but I've got limited time at the moment. Maybe this post on Stackoverflow could prove helpful since it deals with a similar case: https://stackoverflow.com/questions/15112104/how-to-fix-err-content-decoding-failed-when-dynamic-compressing

  • Edwin 16 posts 96 karma points
    Sep 26, 2016 @ 01:03
    Edwin
    0

    You are correct. I turned off HTTP compression and now I can see the home page. Thanks!

  • 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