Copied to clipboard

Flag this post as spam?

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


  • Kyle Goulding 30 posts 192 karma points
    Mar 29, 2017 @ 09:57
    Kyle Goulding
    0

    Scheduled Publishing Failing v7.5.3

    I am having issues when attempting to schedule publishing...

    When scheduling following the Umbraco editors manual it says to save not save and publish the page after setting the publish at date and time. Which isnt working.

    From checking the logs I can see the error

    2017-03-29 10:30:43,997 [P8744/D4/T12] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "http://mywebsite:80/umbraco"). System.Net.Http.HttpRequestException: An error occurred while sending the request. --->

    System.Net.WebException: Unable to connect to the remote server --->

    System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond IP.0.0.0:80

    at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)

    at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- End of inner exception stack trace ---

    Ive seen a couple of issues but nothing has related to the error I am receiving. Has anyone else had this?

  • Shannon Deminick 1524 posts 5269 karma points MVP 2x
    Oct 03, 2017 @ 05:55
    Shannon Deminick
    0

    Scheduled publishing (before 7.7.x) works by the website making a request to itself. In your situation it looks like your site cannot communicate with itself with the address: http://mywebsite:80/umbraco

    (In 7.7+ a request is not required for this functionality)

  • Jamie Attwood 201 posts 493 karma points c-trib
    Dec 07, 2018 @ 17:07
    Jamie Attwood
    0

    I have a similar issue with an older site running on 7.3.8. and scheduled publishing no longer works. In my case I am getting:

    ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "https://mysite.com/umbraco"). System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond MY IP ADDRESS:443 (note IP address and not URL)

    In this case the public IP address that the scheduled publisher is hitting is pointing at the IIS default website and not the domain names that I specified in the web.routing umbracoApplicationUrl="https://mysite.com/umbraco"

    How can I get the publisher to specify that URL and not the pubic IP of the server itself??

    ANY help appreciated.

    Jamie

Please Sign in or register to post replies

Write your reply to:

Draft