[Mono-bugs] [Bug 58085][Nor] New - Remoting failure

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 13:59:48 -0400 (EDT)


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 yoros@wanadoo.es.

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

--- shadow/58085	2004-05-05 13:59:48.000000000 -0400
+++ shadow/58085.tmp.25224	2004-05-05 13:59:48.000000000 -0400
@@ -0,0 +1,47 @@
+Bug#: 58085
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yoros@wanadoo.es               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Remoting failure
+
+Using Remoting through HttpChannel works fine if the HttpChannel is the
+same in the two ends ... server and client in the same process. When I use
+that channel in two process (through localhost or eth0) it fails to
+deserialize one event object in the client side.
+
+I attach an example...
+
+* All in one HTTP test.
+
+    ./RemotingEvent -http -full
+
+* HTTP server + client.
+
+    ./RemotingEvent -http -server
+    ....
+    ./RemotingEvent -http -client
+
+The same but with "-tcp" to use TcpChannel...
+
+Other possible test:
+
+    ./RemotingEvent -http -server 4321
+    ....
+    ./RemotingEvent -http -client 4321
+    .... or ....
+    ./RemotingEvent -http -client 4321 192.168.0.1 (the IP the server is
+running)
+
+The "all in one" example works fine but the others are crashing...