[Mono-bugs] [Bug 58273][Nor] New - Remoting problem: address returned by the server is wrong (sometimes)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 10 May 2004 11:08:44 -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 jeanmarc.andre@cpe.fr.

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

--- shadow/58273	2004-05-10 11:08:44.000000000 -0400
+++ shadow/58273.tmp.1537	2004-05-10 11:08:44.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 58273
+Product: Mono: Class Libraries
+Version: unspecified
+OS: unknown
+OS Details: FC1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jeanmarc.andre@cpe.fr               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Remoting problem: address returned by the server is wrong (sometimes)
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+I'm using VMWare to run a Fedora Core 1 distribution on a W2K machine. I'd
+like to run a server with client activated objects on Linux using Mono and
+a client requesting these CAO on W2K. Suppose that FC1's IP is 192.168.0.1
+and W2K's IP is 192.168.0.2. 
+During the activation of the object, the server returns 127.0.0.1 in the
+_channelURIs array at the end of the SOAP message (I'll join it) whereas it
+should be 192.168.0.1.
+
+
+Steps to reproduce the problem:
+1.
+Run a client/server application using CAO. The one I joined for bug #57955
+should be ok. 
+2. 
+3. 
+
+Actual Results:
+The client crashes complainning that the requested object doesn't exists on
+localhost.
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information: