[Mono-bugs] [Bug 70946][Blo] New - no response from System.Remoting service after a while

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 3 Jan 2005 05:08:40 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jeroen@xs4all.nl.

http://bugzilla.ximian.com/show_bug.cgi?id=70946

--- shadow/70946	2005-01-03 05:08:40.000000000 -0500
+++ shadow/70946.tmp.10644	2005-01-03 05:08:40.000000000 -0500
@@ -0,0 +1,47 @@
+Bug#: 70946
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: Jeroen@xs4all.nl               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: no response from System.Remoting service after a while
+
+At first, the System.Remoting service works fine (methods respond fine).
+After a while though (~30secs) of doing nothing, the service is no longer
+available:
+
+System.Runtime.Remoting.RemotingException: Requested service not found. No
+receiver for uri TcpService
+
+Server stack trace: 
+in <0x0005f> System.Runtime.Remoting.Messaging.MethodCall:ResolveMethod ()
+in <0x00092> System.Runtime.Remoting.Messaging.MethodCall:.ctor
+(System.Runtime.Remoting.Messaging.Header[])
+in <0x0079a>
+System.Runtime.Serialization.Formatters.Binary.MessageFormatter:ReadMethodCall
+(System.IO.BinaryReader,bool,System.Runtime.Remoting.Messaging.HeaderHandler,System.Runtime.Serialization.Formatters.Binary.BinaryFormatter)
+in <0x00115>
+System.Runtime.Serialization.Formatters.Binary.BinaryFormatter:Deserialize
+(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler)
+in <0x00151>
+System.Runtime.Remoting.Channels.BinaryServerFormatterSink:ProcessMessage
+(System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&)
+
+
+Exception rethrown at [0]: 
+
+in <0x0066c> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
+(System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messaging.IMessage,System.Exception&,object[]&)
+
+When i check the console, the server is still running fine. It just can't
+be reached (?) anymore.