Copied to clipboard

Flag this post as spam?

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


  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Apr 04, 2017 @ 13:16
    Frans de Jong
    0

    Unpublish at not working on server

    Hi,

    I have some issues with the unpublish at function of Umbraco. Locally it works but on the server it doesn't.

    Umbraco version is 7.5.3 and the site is running in https.

    I checked the log and there is no trace of Scheduling.ScheduledPublishing or any other publishing event.

    Can someone help me debug this problem? I just don't know where to look anymore. If you need more details, just ask.

    Thanks

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Apr 06, 2017 @ 08:09
    Sebastiaan Janssen
    1

    Ah you didn't mention the version on Twitter.

    Start with an upgrade to 7.5.12! Loads of improvements, even for scheduled publishing. And then you need to check:

    1. Set umbracoUseSSL="true" in web.config
    2. Set debug="true"
    3. Set the log level to "Info" in log4net.config
    4. Check logs for ScheduledPublishing events
  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Apr 06, 2017 @ 12:01
    Frans de Jong
    0

    Ok, I did all the above. These are the steps I took next:

    1. set unpublish datetime in 2 minutes
    2. wait 2 minutes (love coffee)
    3. copy the log from publish event to the end

    In the local log the item is unpublished but in the live server log nothing happens.

    On the live server:

     2017-04-06 13:52:18,317 [P14032/D30/T77] INFO  Umbraco.Core.Publishing.PublishingStrategy - Content 'Quick Start: C# 3.0 en LINQ' with Id '3064' has been published.
     2017-04-06 13:52:18,395 [P14032/D30/T77] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ICacheRefresher
     2017-04-06 13:52:18,395 [P14032/D30/T77] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ICacheRefresher, found 0 (took 1ms)
     2017-04-06 13:52:22,536 [P14032/D30/T46] INFO  umbraco.content - Save Xml to file...
     2017-04-06 13:52:22,536 [P14032/D30/T46] INFO  umbraco.content - Saved Xml to file.
     2017-04-06 13:52:29,067 [P14032/D30/T66] INFO  umbraco.BusinessLogic.Log - Log scrubbed.  Removed all items older than 2017-04-05 13:52:29
    

    On local project:

     2017-04-06 13:39:35,409 [P14704/D4/T9] INFO  Umbraco.Core.Publishing.PublishingStrategy - Content 'Quick Start: C# 3.0 en LINQ' with Id '3064' has been published.
     2017-04-06 13:39:36,285 [P14704/D4/T9] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ICacheRefresher
     2017-04-06 13:39:36,287 [P14704/D4/T9] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ICacheRefresher, found 0 (took 1ms)
     2017-04-06 13:39:36,311 [P14704/D4/T9] INFO  umbraco.content - Load Xml from file...
     2017-04-06 13:39:36,316 [P14704/D4/T9] INFO  umbraco.content - Loaded Xml from file.
     2017-04-06 13:39:40,396 [P14704/D4/T10] INFO  umbraco.content - Save Xml to file...
     2017-04-06 13:39:40,447 [P14704/D4/T10] INFO  umbraco.content - Saved Xml to file.
     2017-04-06 13:40:34,134 [P14704/D4/T6] INFO  umbraco.BusinessLogic.Log - Log scrubbed.  Removed all items older than 2017-04-05 13:40:34
     2017-04-06 13:41:34,828 [P14704/D4/T14] INFO  Umbraco.Core.Publishing.PublishingStrategy - Content 'Quick Start: C# 3.0 en LINQ' with Id '3064' has been unpublished.
     2017-04-06 13:41:39,318 [P14704/D4/T23] INFO  umbraco.content - Save Xml to file...
     2017-04-06 13:41:39,360 [P14704/D4/T23] INFO  umbraco.content - Saved Xml to file.
    
  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Apr 06, 2017 @ 12:13
    Frans de Jong
    0

    Also no trace of ScheduledPublishing in both logs...

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Apr 06, 2017 @ 13:17
    Sebastiaan Janssen
    2

    Shoot, I meant to say: set the log level to DEBUG - that should give some more information to go on! :-)

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Apr 06, 2017 @ 13:32
    Frans de Jong
    0

    No problem, I did repeat the steps only on the live server.

     2017-04-06 15:23:01,464 [P14032/D31/T69] INFO  Umbraco.Core.Publishing.PublishingStrategy - Content 'Quick Start: C# 3.0 en LINQ' with Id '3064' has been published.
     2017-04-06 15:23:01,527 [P14032/D31/T69] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ICacheRefresher
     2017-04-06 15:23:01,527 [P14032/D31/T69] DEBUG Umbraco.Core.PluginManager - Loaded plugin types umbraco.interfaces.ICacheRefresher with resolution FindAllTypes from persisted cache
     2017-04-06 15:23:01,527 [P14032/D31/T69] DEBUG Umbraco.Core.PluginManager - Caching of typelist for type umbraco.interfaces.ICacheRefresher and resolution FindAllTypes was successful = True
     2017-04-06 15:23:01,527 [P14032/D31/T69] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ICacheRefresher, found 0 (took 1ms)
     2017-04-06 15:23:01,543 [P14032/D31/T69] DEBUG Umbraco.Core.Sync.ServerMessengerBase - Invoking refresher Umbraco.Web.Cache.UnpublishedPageCacheRefresher on local server for message type RefreshByInstance
     2017-04-06 15:23:01,558 [P14032/D31/T69] DEBUG UmbracoExamine.DataServices.UmbracoLogService - ReIndexNode with type: content, Provider=InternalIndexer, NodeId=3064
     2017-04-06 15:23:01,558 [P14032/D31/T69] DEBUG UmbracoExamine.DataServices.UmbracoLogService - AddSingleNodeToIndex with type: content, Provider=InternalIndexer, NodeId=3064
     2017-04-06 15:23:01,605 [P14032/D31/T69] DEBUG Umbraco.Core.Sync.ServerMessengerBase - Invoking refresher Umbraco.Web.Cache.PageCacheRefresher on local server for message type RefreshByInstance
     2017-04-06 15:23:01,636 [P14032/D31/T69] DEBUG Umbraco.Web.PublishedCache.XmlPublishedCache.XmlCacheFilePersister - Touched, was idle, start and save in 4000ms.
     2017-04-06 15:23:01,652 [P14032/D31/T69] DEBUG UmbracoExamine.DataServices.UmbracoLogService - ReIndexNode with type: content, Provider=InternalIndexer, NodeId=3064
     2017-04-06 15:23:01,652 [P14032/D31/T69] DEBUG UmbracoExamine.DataServices.UmbracoLogService - AddSingleNodeToIndex with type: content, Provider=InternalIndexer, NodeId=3064
     2017-04-06 15:23:01,652 [P14032/D31/T69] DEBUG UmbracoExamine.DataServices.UmbracoLogService - ReIndexNode with type: content, Provider=ExternalIndexer, NodeId=3064
     2017-04-06 15:23:01,652 [P14032/D31/T69] DEBUG UmbracoExamine.DataServices.UmbracoLogService - AddSingleNodeToIndex with type: content, Provider=ExternalIndexer, NodeId=3064
     2017-04-06 15:23:01,746 [P14032/D31/T10] DEBUG UmbracoExamine.DataServices.UmbracoLogService - Index created for node 3064, Provider=ExternalIndexer, NodeId=3064
     2017-04-06 15:23:01,746 [P14032/D31/T13] DEBUG UmbracoExamine.DataServices.UmbracoLogService - Index created for node 3064, Provider=InternalIndexer, NodeId=3064
     2017-04-06 15:23:01,746 [P14032/D31/T13] DEBUG UmbracoExamine.DataServices.UmbracoLogService - Index created for node 3064, Provider=InternalIndexer, NodeId=3064
     2017-04-06 15:23:01,746 [P14032/D31/T69] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - FindDomain: Uri="https://domain.eu/agenda-items/quick-start-c-30-en-linq"
     2017-04-06 15:23:01,746 [P14032/D31/T69] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - FindDomain: Matches no domain
     2017-04-06 15:23:01,746 [P14032/D31/T69] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - FindDomain: Culture="en-US"
     2017-04-06 15:23:01,746 [P14032/D31/T69] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - FindPublishedContent: Begin finders
     2017-04-06 15:23:01,746 [P14032/D31/T69] DEBUG Umbraco.Web.Routing.ContentFinderByNiceUrl - Test route "/agenda-items/quick-start-c-30-en-linq"
     2017-04-06 15:23:01,746 [P14032/D31/T69] DEBUG Umbraco.Web.Routing.ContentFinderByNiceUrl - Got content, id=3064
     2017-04-06 15:23:01,746 [P14032/D31/T69] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - FindPublishedContent: End finders, no document was found (took 0ms)
     2017-04-06 15:23:01,808 [P14032/D31/T13] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/backoffice/UmbracoApi/Entity/GetAncestors?id=3064&type=document.
     2017-04-06 15:23:05,652 [P14032/D31/T69] DEBUG Umbraco.Web.PublishedCache.XmlPublishedCache.XmlCacheFilePersister - Timer: release.
     2017-04-06 15:23:05,652 [P14032/D31/T76] DEBUG Umbraco.Web.PublishedCache.XmlPublishedCache.XmlCacheFilePersister - Run now (sync).
     2017-04-06 15:23:05,652 [P14032/D31/T76] INFO  umbraco.content - Save Xml to file...
     2017-04-06 15:23:05,652 [P14032/D31/T76] INFO  umbraco.content - Saved Xml to file.
     2017-04-06 15:23:21,465 [P14032/D31/T37] DEBUG Umbraco.Web.Scheduling.ScheduledTasks - Scheduled tasks executing
     2017-04-06 15:23:21,465 [P14032/D31/T37] DEBUG Umbraco.Web.Scheduling.ScheduledTasks - Scheduled tasks complete (took 0ms)
     2017-04-06 15:23:21,465 [P14032/D31/T37] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Task added Umbraco.Web.Scheduling.ScheduledTasks
     2017-04-06 15:23:21,605 [P14032/D31/T77] DEBUG Umbraco.Web.Scheduling.ScheduledPublishing - Scheduled publishing executing @ https://domain.eu/umbraco/RestServices/ScheduledPublish/Index
     2017-04-06 15:23:21,605 [P14032/D31/T77] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/RestServices/ScheduledPublish/Index.
     2017-04-06 15:23:21,605 [P14032/D31/T77] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/login.aspx?ReturnUrl=%2fumbraco%2fRestServices%2fScheduledPublish%2fIndex.
     2017-04-06 15:23:21,605 [P14032/D31/T23] DEBUG Umbraco.Web.Scheduling.ScheduledPublishing - Scheduled publishing complete (took 8ms)
     2017-04-06 15:23:21,605 [P14032/D31/T23] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Task added Umbraco.Web.Scheduling.ScheduledPublishing
     2017-04-06 15:23:32,746 [P14032/D31/T40] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/backoffice/UmbracoApi/Authentication/GetRemainingTimeoutSeconds.
     2017-04-06 15:23:36,480 [P14032/D31/T75] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Task added Umbraco.Web.Strategies.ServerRegistrationEventHandler+TouchServerTask
     2017-04-06 15:24:07,762 [P14032/D31/T74] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/backoffice/UmbracoApi/Authentication/GetRemainingTimeoutSeconds.
     2017-04-06 15:24:21,465 [P14032/D31/T37] DEBUG Umbraco.Web.Scheduling.ScheduledTasks - Scheduled tasks executing
     2017-04-06 15:24:21,465 [P14032/D31/T37] DEBUG Umbraco.Web.Scheduling.ScheduledTasks - Scheduled tasks complete (took 0ms)
     2017-04-06 15:24:21,465 [P14032/D31/T37] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Task added Umbraco.Web.Scheduling.ScheduledTasks
     2017-04-06 15:24:21,621 [P14032/D31/T77] DEBUG Umbraco.Web.Scheduling.ScheduledPublishing - Scheduled publishing executing @ https://domain.eu/umbraco/RestServices/ScheduledPublish/Index
     2017-04-06 15:24:21,621 [P14032/D31/T77] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/RestServices/ScheduledPublish/Index.
     2017-04-06 15:24:21,621 [P14032/D31/T77] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/login.aspx?ReturnUrl=%2fumbraco%2fRestServices%2fScheduledPublish%2fIndex.
     2017-04-06 15:24:21,621 [P14032/D31/T23] DEBUG Umbraco.Web.Scheduling.ScheduledPublishing - Scheduled publishing complete (took 7ms)
     2017-04-06 15:24:21,621 [P14032/D31/T23] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Task added Umbraco.Web.Scheduling.ScheduledPublishing
     2017-04-06 15:24:36,481 [P14032/D31/T75] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Task added Umbraco.Web.Strategies.ServerRegistrationEventHandler+TouchServerTask
     2017-04-06 15:24:42,778 [P14032/D31/T74] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/backoffice/UmbracoApi/Authentication/GetRemainingTimeoutSeconds.
     2017-04-06 15:25:17,794 [P14032/D31/T10] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/backoffice/UmbracoApi/Authentication/GetRemainingTimeoutSeconds.
    
  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Apr 06, 2017 @ 13:46
    Sebastiaan Janssen
    0

    Okay, that's helpful:

    2017-04-06 15:24:21,621 [P14032/D31/T77] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/login.aspx?ReturnUrl=%2fumbraco%2fRestServices%2fScheduledPublish%2fIndex.

    This is not normal! Do you have some kind of custom authentication on this site?

    Just as a double check: are sure the domain name is set correctly in the umbracoSettings.config? (so in your example it should be: https://domain.eu/umbraco)

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Apr 06, 2017 @ 14:55
    Frans de Jong
    0

    Ah, nice catch.

    As this is a intranet the entire site is behind a login screen. It is the default way to secure pages in umbraco. Is there a way to grant access to the umbraco service? Or do I have to build it myself?

    I've set the domain name in the umbracosettings.config but I somehow have to exclude it in the login page.

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Apr 06, 2017 @ 15:13
    Sebastiaan Janssen
    1

    Aha, I see, so it's the default way to secure pages in ASP.NET:

    <authentication mode="Forms">
      <forms name="yourAuthCookie" loginUrl="login.aspx" protection="All" path="/" />
    </authentication> 
    

    This means that everything needs a login, even your backoffice. I'm not sure if that's exactly what you want but sure. I think you could should be able to override this to make Scheduled Publishing work like so:

      <location path="umbraco/RestServices">
        <system.web>
            <authentication mode="None" /> 
        </system.web>
      </loction>
    

    There's more things that will not work if you're not logged in to the intranet, like the ping we send every so often to make sure you're still logged in and possibly more. You can use the location element to override those specifically too. I'd prefer to just not protect the whole ~/umbraco route with Forms auth but I guess this is an extra level of security for you.

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Apr 06, 2017 @ 15:17
    Frans de Jong
    1

    I think I can get away with excluding umbraco since it has its own security. I'm going to test if this works. Thanks a lot for your time. I think I need to up my beer-give-away-budget for CG17 :)

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Apr 06, 2017 @ 15:17
    Sebastiaan Janssen
    1

    Or instead of None, you might need:

      <location path="umbraco/RestServices">
        <system.web>
             <authorization>
                <allow users="*"/>
             </authorization>
        </system.web>
      </loction>
    

    See: https://weblogs.asp.net/gurusarkar/setting-authorization-rules-for-a-particular-page-or-folder-in-web-config

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Apr 07, 2017 @ 05:45
    Frans de Jong
    0

    Hmmm... This solution doesn't seem to work for mvc, only for fysical folders.

    Any other ideas?

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Apr 07, 2017 @ 08:49
    Sebastiaan Janssen
    1

    Aha :(

    Afraid I have nothing right now, the only thing I can think of is to use Umbraco's Public Access feature instead of Forms auth, but I'm sure that will require significant rework. I'll ask around.

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Apr 07, 2017 @ 11:18
    Frans de Jong
    0

    Thanks. Can't imagine I'm the only one running into this problem?

  • Shannon Deminick 1524 posts 5269 karma points MVP 2x
    Apr 10, 2017 @ 02:58
    Shannon Deminick
    1

    This should work, doesn't matter about MVC or physical folders, the point is that the FormsAuth module uses the

    If you can please double check that all any of these don't work:

    <location path="umbraco/RestServices">
      <system.web>
           <authorization>
              <allow users="*"/>
           </authorization>
      </system.web>
    </loction>
    

    or

    <location path="umbraco/RestServices/Index">
      <system.web>
           <authorization>
              <allow users="*"/>
           </authorization>
      </system.web>
    </loction>
    

    etc...

    The reason you get a redirect to login.aspx isn't necessarily that the FormsAuth module has denied the request, the FormsAuth module will redirect to login.aspx when it detects that something/anything in the request has set the response to a "401".

    I would suggest you try this all out with a brand new/empty Umbraco site so you can try to replicate the issue without all of the moving parts that you may currently have in this intranet site.

    As another test, you could try to set

    <authorization>
            <allow users="*"/>
     </authorization>
    

    in the root of your app which would mean that FormsAuth is not denying any request, and if you still get the redirect to login.aspx it means that something else is denying the request.

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Apr 10, 2017 @ 07:41
    Frans de Jong
    0

    Hi Shannon,

    You pointed me in the right direction. The intranet is running behind a active directory login. Therefore everything I do in the web.config isn't working.

    I asked the system admin of the company if it is possible to let every request of the server through to the application. Hopefully this will solve this issue.

    I'll report back if this worked.

    Frans

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Apr 13, 2017 @ 12:02
    Frans de Jong
    0

    Hi Guys,

    We fixed the active directory issues and the login.aspx is gone. But it still doesn't work.

    Here is the new log file. The unpublish should have happened at 13:53 but it didn't.

    Any new thoughts?

    Thanks

  • Shannon Deminick 1524 posts 5269 karma points MVP 2x
    Apr 21, 2017 @ 03:10
    Shannon Deminick
    0

    no log attached?

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Apr 21, 2017 @ 07:36
    Frans de Jong
    0

    Sorry, here is the log.

    The unpublish event should have happened at 09:32

     2017-04-21 09:31:25,725 [P11180/D4/T16] DEBUG Umbraco.Web.PublishedCache.XmlPublishedCache.XmlCacheFilePersister - Timer: release.
     2017-04-21 09:31:25,725 [P11180/D4/T14] DEBUG Umbraco.Web.PublishedCache.XmlPublishedCache.XmlCacheFilePersister - Run now (sync).
     2017-04-21 09:31:25,725 [P11180/D4/T14] INFO  umbraco.content - Save Xml to file...
     2017-04-21 09:31:25,725 [P11180/D4/T14] INFO  umbraco.content - Saved Xml to file.
     2017-04-21 09:31:26,162 [P11180/D4/T17] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Task added Umbraco.Web.Strategies.ServerRegistrationEventHandler+TouchServerTask
     2017-04-21 09:31:26,647 [P11180/D4/T84] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/backoffice/UmbracoApi/Content/PostSave.
     2017-04-21 09:31:26,662 [P11180/D4/T84] DEBUG Umbraco.Core.Sync.DatabaseServerMessenger - Syncing from database...
     2017-04-21 09:31:26,662 [P11180/D4/T84] DEBUG Umbraco.Core.Sync.DatabaseServerMessenger - Complete (took 6ms)
     2017-04-21 09:31:26,678 [P11180/D4/T84] INFO  Umbraco.Core.Publishing.PublishingStrategy - Content 'Quick Start: C# 3.0 en LINQ' with Id '3064' has been published.
     2017-04-21 09:31:26,693 [P11180/D4/T84] DEBUG Umbraco.Core.Sync.ServerMessengerBase - Invoking refresher Umbraco.Web.Cache.UnpublishedPageCacheRefresher on local server for message type RefreshByInstance
     2017-04-21 09:31:26,693 [P11180/D4/T84] DEBUG UmbracoExamine.DataServices.UmbracoLogService - ReIndexNode with type: content, Provider=InternalIndexer, NodeId=3064
     2017-04-21 09:31:26,693 [P11180/D4/T84] DEBUG UmbracoExamine.DataServices.UmbracoLogService - AddSingleNodeToIndex with type: content, Provider=InternalIndexer, NodeId=3064
     2017-04-21 09:31:26,693 [P11180/D4/T122] DEBUG UmbracoExamine.DataServices.UmbracoLogService - Index created for node 3064, Provider=InternalIndexer, NodeId=3064
     2017-04-21 09:31:26,693 [P11180/D4/T84] DEBUG Umbraco.Core.Sync.ServerMessengerBase - Invoking refresher Umbraco.Web.Cache.PageCacheRefresher on local server for message type RefreshByInstance
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG Umbraco.Web.PublishedCache.XmlPublishedCache.XmlCacheFilePersister - Touched, was released...
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG Umbraco.Web.PublishedCache.XmlPublishedCache.XmlCacheFilePersister - Create new...
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [XmlCacheFilePersister] Task added Umbraco.Web.PublishedCache.XmlPublishedCache.XmlCacheFilePersister
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG Umbraco.Web.PublishedCache.XmlPublishedCache.XmlCacheFilePersister - Created, save in 4000ms.
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG UmbracoExamine.DataServices.UmbracoLogService - ReIndexNode with type: content, Provider=InternalIndexer, NodeId=3064
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG UmbracoExamine.DataServices.UmbracoLogService - AddSingleNodeToIndex with type: content, Provider=InternalIndexer, NodeId=3064
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG UmbracoExamine.DataServices.UmbracoLogService - ReIndexNode with type: content, Provider=ExternalIndexer, NodeId=3064
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG UmbracoExamine.DataServices.UmbracoLogService - AddSingleNodeToIndex with type: content, Provider=ExternalIndexer, NodeId=3064
     2017-04-21 09:31:26,709 [P11180/D4/T11] DEBUG UmbracoExamine.DataServices.UmbracoLogService - Index created for node 3064, Provider=InternalIndexer, NodeId=3064
     2017-04-21 09:31:26,709 [P11180/D4/T59] DEBUG UmbracoExamine.DataServices.UmbracoLogService - Index created for node 3064, Provider=ExternalIndexer, NodeId=3064
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - FindDomain: Uri="https://domain.eu/agenda-items/quick-start-c-30-en-linq"
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - FindDomain: Matches no domain
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - FindDomain: Culture="en-US"
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - FindPublishedContent: Begin finders
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG Umbraco.Web.Routing.ContentFinderByNiceUrl - Test route "/agenda-items/quick-start-c-30-en-linq"
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG Umbraco.Web.Routing.ContentFinderByNiceUrl - Got content, id=3064
     2017-04-21 09:31:26,709 [P11180/D4/T84] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - FindPublishedContent: End finders, no document was found (took 0ms)
     2017-04-21 09:31:26,756 [P11180/D4/T122] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/backoffice/UmbracoApi/Entity/GetAncestors?id=3064&type=document.
     2017-04-21 09:31:30,756 [P11180/D4/T122] DEBUG Umbraco.Web.PublishedCache.XmlPublishedCache.XmlCacheFilePersister - Timer: release.
     2017-04-21 09:31:30,756 [P11180/D4/T16] DEBUG Umbraco.Web.PublishedCache.XmlPublishedCache.XmlCacheFilePersister - Run now (sync).
     2017-04-21 09:31:30,756 [P11180/D4/T16] INFO  umbraco.content - Save Xml to file...
     2017-04-21 09:31:30,756 [P11180/D4/T16] INFO  umbraco.content - Saved Xml to file.
     2017-04-21 09:31:59,412 [P11180/D4/T11] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/backoffice/UmbracoApi/Authentication/GetRemainingTimeoutSeconds.
     2017-04-21 09:32:11,100 [P11180/D4/T104] DEBUG Umbraco.Web.Scheduling.LogScrubber - Log scrubbing executing
     2017-04-21 09:32:11,115 [P11180/D4/T5] DEBUG Umbraco.Web.Scheduling.ScheduledTasks - Scheduled tasks executing
     2017-04-21 09:32:11,115 [P11180/D4/T5] DEBUG Umbraco.Web.Scheduling.ScheduledTasks - Scheduled tasks complete (took 3ms)
     2017-04-21 09:32:11,115 [P11180/D4/T5] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Task added Umbraco.Web.Scheduling.ScheduledTasks
     2017-04-21 09:32:11,131 [P11180/D4/T57] DEBUG Umbraco.Web.Scheduling.KeepAlive - Keep alive executing
     2017-04-21 09:32:11,131 [P11180/D4/T100] DEBUG Umbraco.Web.Scheduling.ScheduledPublishing - Scheduled publishing executing @ https://domain.eu/umbraco/RestServices/ScheduledPublish/Index
     2017-04-21 09:32:11,131 [P11180/D4/T104] INFO  umbraco.BusinessLogic.Log - Log scrubbed.  Removed all items older than 2017-04-20 09:32:11
     2017-04-21 09:32:11,131 [P11180/D4/T104] DEBUG Umbraco.Web.Scheduling.LogScrubber - Log scrubbing complete (took 42ms)
     2017-04-21 09:32:11,131 [P11180/D4/T104] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Task added Umbraco.Web.Scheduling.LogScrubber
     2017-04-21 09:32:11,209 [P11180/D4/T57] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/ping.aspx.
     2017-04-21 09:32:11,209 [P11180/D4/T60] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/RestServices/ScheduledPublish/Index.
     2017-04-21 09:32:11,209 [P11180/D4/T22] DEBUG Umbraco.Web.Scheduling.KeepAlive - Keep alive complete (took 82ms)
     2017-04-21 09:32:11,209 [P11180/D4/T22] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Task added Umbraco.Web.Scheduling.KeepAlive
     2017-04-21 09:32:11,209 [P11180/D4/T21] DEBUG Umbraco.Web.Scheduling.ScheduledPublishing - Scheduled publishing complete (took 83ms)
     2017-04-21 09:32:11,209 [P11180/D4/T21] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Task added Umbraco.Web.Scheduling.ScheduledPublishing
     2017-04-21 09:32:26,178 [P11180/D4/T17] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Task added Umbraco.Web.Strategies.ServerRegistrationEventHandler+TouchServerTask
     2017-04-21 09:32:34,428 [P11180/D4/T100] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/backoffice/UmbracoApi/Authentication/GetRemainingTimeoutSeconds.
     2017-04-21 09:33:09,444 [P11180/D4/T11] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/backoffice/UmbracoApi/Authentication/GetRemainingTimeoutSeconds.
     2017-04-21 09:33:11,115 [P11180/D4/T5] DEBUG Umbraco.Web.Scheduling.ScheduledTasks - Scheduled tasks executing
     2017-04-21 09:33:11,115 [P11180/D4/T5] DEBUG Umbraco.Web.Scheduling.ScheduledTasks - Scheduled tasks complete (took 0ms)
     2017-04-21 09:33:11,115 [P11180/D4/T5] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Task added Umbraco.Web.Scheduling.ScheduledTasks
     2017-04-21 09:33:11,225 [P11180/D4/T60] DEBUG Umbraco.Web.Scheduling.ScheduledPublishing - Scheduled publishing executing @ https://domain.eu/umbraco/RestServices/ScheduledPublish/Index
     2017-04-21 09:33:11,225 [P11180/D4/T60] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://domain.eu/umbraco/RestServices/ScheduledPublish/Index.
     2017-04-21 09:33:11,225 [P11180/D4/T22] DEBUG Umbraco.Web.Scheduling.ScheduledPublishing - Scheduled publishing complete (took 7ms)
     2017-04-21 09:33:11,225 [P11180/D4/T22] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Task added Umbraco.Web.Scheduling.ScheduledPublishing
     2017-04-21 09:33:26,194 [P11180/D4/T17] DEBUG Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Task added Umbraco.Web.Strategies.ServerRegistrationEventHandler+TouchServerTask
    
  • k 256 posts 654 karma points
    May 08, 2017 @ 06:57
    k
    0

    Hello,

    I am having the same issue when using umbraco 7.5.6. did the above resolve your issue.

    Thanks,

    kusum

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    May 08, 2017 @ 07:50
    Frans de Jong
    0

    How did you resolve it? I'm still having the problem...

  • k 256 posts 654 karma points
    May 09, 2017 @ 05:29
    k
    0

    Hello Frans,

    scheduledTasks baseUrl="www.mydomain.com/umbraco" in umbracoSettings.config
    

    The above resolved my issue.

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Jun 28, 2017 @ 23:12
    Frans de Jong
    0

    Hmmm, I've tried that already. No luck in my case.

Please Sign in or register to post replies

Write your reply to:

Draft