GoogleCodeArchive / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

Socket Exception #328

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? (MSNPSharp, OS, Mono etc.)
5.0.4

Is your code clone from GIT or download from our download page?
Download page, newest Version.

Please provide any additional information below:
Windows Server 2008 R2 SP1, x64. .NET 4.0 build. Visual Basic.
Application is a bot running as a Windows Service 24/7.

This week I got the following error twice (3 days ago and yesterday).
It happened on Messenger.ConnectingException but Messenger.Connected is still 
true (which is unusual for Errors there).
It seems to be a recent Thing. I don't know. I just want to report it.
Exception Details below. German for whatever localisation reason.
It basically translates to: "A Connection attempt failed because the 
destination didn't answer in time or the established Connection was faulty 
because the connected host didn't answer 65.54.49.56:80

[Yes that sentence didn't even make sense in German.]

MSNPSharp.ConnectivityException: SocketMessageProcessor encountered a socket 
exception while retrieving data. See the inner exception for more information. 
---> System.Net.WebException: Die Verbindung mit dem Remoteserver kann nicht 
hergestellt werden. ---> System.Net.Sockets.SocketException: Ein 
Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten 
Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war 
fehlerhaft, da der verbundene Host nicht reagiert hat 65.54.49.56:80
   bei System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   bei System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
   bei System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult)
   bei MSNPSharp.Core.HttpSocketMessageProcessor.EndGetRequestStreamCallback(IAsyncResult ar)
   --- Ende der internen Ausnahmestapelüberwachung ---

Original issue reported on code.google.com by matti_ko...@msn.com on 23 Aug 2012 at 4:43

GoogleCodeExporter commented 9 years ago
Is it possible to get the whole trace log?

Original comment by freezing...@gmail.com on 5 Sep 2012 at 6:07

GoogleCodeExporter commented 9 years ago
This is probably be your network issue..

Original comment by freezing...@gmail.com on 16 Sep 2012 at 9:50