Copied to clipboard

Flag this post as spam?

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


  • Jeff 6 posts 78 karma points
    Oct 05, 2017 @ 21:23
    Jeff
    2

    ScheduledPublishing - Request failed with status code "NotFound". Error

    Hello,

    We've recently noticed an odd error in our logs. We see the following error

    > 2017-09-28 01:23:36,121 [P8124/D2/T20] ERROR
    > Umbraco.Web.Scheduling.ScheduledPublishing - Request failed with
    > status code "NotFound". Request content = "
    

    And the log then proceeds to output the entire HTML for the 404 error page. Looking around on the forums and other developer sites, we can't find any rhyme or reason as to why this might be happening.

    Have any other developers run into this or have any ideas on where we can start looking?

    Thanks!

  • Petros 4 posts 74 karma points
    Oct 12, 2017 @ 13:25
    Petros
    0

    This is caused when you define 404 error pages by culture in UmbracoSettings.config file. I've removed them and left only default and the error is gone.

  • Jeff 6 posts 78 karma points
    Oct 12, 2017 @ 14:00
    Jeff
    0

    I don't think that is the case for our set up. We have the default settings set up in our UmbracoSettings.config and are seeing the error.

    <errors>
          <error404>1</error404>
          <!-- 
            The value for error pages can be:
            * A content item's integer ID   (example: 1234)
            * A content item's GUID ID      (example: 26C1D84F-C900-4D53-B167-E25CC489DAC8)
            * An XPath statement            (example: //errorPages[@nodeName='My cool error']
          -->
          <!--
            <error404>
                <errorPage culture="default">1</errorPage>
                <errorPage culture="en-US">200</errorPage>
            </error404>
           -->      
        </errors>
    
  • Sib 10 posts 74 karma points
    Dec 19, 2017 @ 10:38
    Sib
    0

    Hi,

    Dit you ever manage to fix this? I'm using Umbraco 7.6.3 and am getting the same error.

    No 404-page set.

  • Sib 10 posts 74 karma points
    Dec 19, 2017 @ 11:15
    Sib
    0

    Small update: I removed my first binding in IIS and the issue disappeared.

  • Angel 50 posts 106 karma points
    Aug 24, 2018 @ 16:50
    Angel
    0

    hi there. could you elaborate on what you mean here? i am getting this same issue.

  • Angel 50 posts 106 karma points
    Aug 24, 2018 @ 16:49
    Angel
    0

    Did you manage to solve this? I get this issue as well in 7.6.5

Please Sign in or register to post replies

Write your reply to:

Draft