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?
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)
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??
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?
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)
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
is working on a reply...