[Mono-bugs] [Bug 78039][Cri] New - Getting error message when creating instance of a Client Activated Object (CAO)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Apr 7 01:58:09 EDT 2006


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 diegoflorez84 at gmail.com.

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

--- shadow/78039	2006-04-07 01:58:09.000000000 -0400
+++ shadow/78039.tmp.11393	2006-04-07 01:58:09.000000000 -0400
@@ -0,0 +1,52 @@
+Bug#: 78039
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: Fedora Core 4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: remoting
+AssignedTo: lluis at ximian.com                            
+ReportedBy: diegoflorez84 at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Getting error message when creating instance of a Client Activated Object (CAO)
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Mono throws an error message (Exception) when the client of a Client/Server
+application that uses Remoting, creates an instance of a Client Activated
+Object (CAO).
+
+Steps to reproduce the problem:
+1. Create a Client/Server application that uses Remoting.
+2. In the server, register a service for a CAO.
+3. In the client, try to create an instance of that CAO.
+
+Actual Results:
+When the application crashes, Mono shows an error like this:
+
+Unhandled Exception: System.Reflection.TargetInvocationException: Exception
+has been thrown by the target of an invocation. --->
+System.Runtime.Remoting.RemotingException: Requested service not found
+(System.Runtime.Remoting.Activation.IActivator, mscorlib,
+Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089). No
+receiver for uri remApp/RemoteActivationService.remin [0x00188] (at
+/tmp/scratch/BUILD/mono-1.1.14/mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs:219)
+System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
+(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg,
+System.Exception exc, System.Object[] out_args)
+
+Expected Results:
+The application shouldn't crash. The instance of the CAO should be created.
+
+How often does this happen? 
+Always.
+
+Additional Information:
+N/A.


More information about the mono-bugs mailing list