Copied to clipboard

Flag this post as spam?

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


  • Martin Almström 33 posts 159 karma points
    Apr 14, 2016 @ 08:42
    Martin Almström
    0

    Error in dashboardUtilities.FeedProxy

    Umbraco version 7.4.2

    We get this error in our production env. The Error occurred when editing a User in back office. The timeout made the site unusable.

    Exception occurred
    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 93.90.118.244: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 dashboardUtilities.FeedProxy.Page_Load(Object sender, EventArgs e)
    

    Why is Umbraco trying to contact 93.90.118.244 ? How do I disable this?

    Our servers are not allowed to use the internet and therefore this call is blocked.

    Regards,

    Martin

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Apr 14, 2016 @ 17:29
    Jan Skovgaard
    0

    Hi Martin

    Do you have any products installed that require a license, which has not been setup? According to this older response to a similar issue from Tim Geyssens the IP address belongs to Umbraco.com - See Tim's reply here https://our.umbraco.org/forum/umbraco-pro/contour/69290-unhandle-exception-connection-attempt-failed-to-ip-939011824480

    So perhaps a license issue with Forms or Courier?

    /Jan

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies