Copied to clipboard

Flag this post as spam?

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


  • Karl Kopp 121 posts 227 karma points
    Sep 02, 2014 @ 23:22
    Karl Kopp
    0

    ScheduledPublishing error

    Since upgrading to Umbraco 7.1.6 (from 7.1.4) I get one of these errors every minute. Looks like it has something to do with the new multinode publishing system? Anyone else have this problem? Anyone have a fix?

    2014-09-02 18:40:01,056 [11] ERROR Umbraco.Web.Scheduling.ScheduledPublishing [(null)] - [Thread 11] An error occurred with the scheduled publishing
    
    System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions 127.0.0.1:80
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
       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 ---
       at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
       at System.Net.WebClient.UploadString(Uri address, String method, String data)
       at System.Net.WebClient.UploadString(String address, String data)
       at Umbraco.Web.Scheduling.ScheduledPublishing.Start(ApplicationContext appContext)
    
  • Peter Gregory 408 posts 1614 karma points MVP 3x admin c-trib
    Dec 01, 2014 @ 07:50
    Peter Gregory
    0

    Yes Im getting something similar. Mines a timeout error but in the same pathway.

    Im still searching for a fix.

    This is mine.

    ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 24] An error occurred with the scheduled publishing
    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 210.50.3.53:80
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
    
  • Marcel van Helmont 68 posts 259 karma points c-trib
    Dec 17, 2014 @ 09:49
    Marcel van Helmont
    0

    same problem here on umbragco 7.1.8 but with me i tink it was because of the ipblock rules to block access to de backend. I have exclude the following paths

    /umbraco/ping.aspx /umbraco/RestServices/ScheduledPublish/Index

    and now the error don't show.

  • Hasan Hüseyin Samanci 5 posts 55 karma points
    Dec 18, 2014 @ 08:21
    Hasan Hüseyin Samanci
    0

    I'm getting something similar on Umbraco 7.1.9, anyone found something on this. Is it a server issue, Umbraco issue or something intertwined?

    2014-12-18 00:00:02,135 [9] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 56] An error occurred with the scheduled publishing
    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 195.190.31.159:80
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       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 ---
       at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
       at System.Net.WebClient.UploadString(Uri address, String method, String data)
       at Umbraco.Web.Scheduling.ScheduledPublishing.Run()

  • Hasan Hüseyin Samanci 5 posts 55 karma points
    Dec 18, 2014 @ 08:55
    Hasan Hüseyin Samanci
    0

    On my end it seems to be an ip-error, so seems server related. Tried to ping the ip as well as the domain without succes, this does seem strange though as the site is online. Sorry for taken up the space :-)

  • Robert Frödin 1 post 21 karma points
    Feb 04, 2015 @ 09:13
    Robert Frödin
    0

    I got a similar error yesterday on one Umbraco installation, Running Umbraco 7.2.1 on Azure Website.

    ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 13] An error occurred with the scheduled publishing

    System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions 127.0.0.1:80
    at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
    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 ---

    at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
    at System.Net.WebClient.UploadString(Uri address, String method, String data)
    at Umbraco.Web.Scheduling.ScheduledPublishing.Run()

    2015-02-03 12:49:15,905 [9] ERROR Umbraco.Web.Scheduling.KeepAlive - [Thread 12] Error in ping

    System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions 127.0.0.1:80
    at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
    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 ---

    at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
    at System.Net.WebClient.DownloadString(Uri address)
    at Umbraco.Web.Scheduling.KeepAlive.Start(ApplicationContext appContext, IUmbracoSettingsSection settings)

     

Please Sign in or register to post replies

Write your reply to:

Draft