I've seen this problem twice today in my newly implemented forum:
Exception In LatestInformationTask: 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 3x.1x2.33.2x1: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, Int32 timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
at System.Net.HttpWebRequest.GetRequestStream()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at YAF.RegisterV2.RegisterV2.LatestInfo(Int64 currentVersion, String culture)
at YAF.Classes.LatestInformationTask.RunOnce()
Not sure if the IP is a users so I removed a few digits.
Edited by user
9 years ago
|
Reason: Not specified