Hello,
I am using Jonathan 2_0_4.
1)
I have tried to start 2 JRMIRegistry in my application, but the
implementation forbids such a thing. (use of soa UnicastRemoteObject).
So I have tried to perform a JRMIRegistry as a separate process, and
then a JRMIRegistry as part of my application, but when I try to bind an
object on the first one, it fails with:
java.rmi.MarshalException: error during marshalling/unmarshalling by
stub; nested exception is:
org.omg.CORBA.UNKNOWN: minor code: 0 completed: No
org.omg.CORBA.UNKNOWN: minor code: 0 completed: No
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at
org.objectweb.david.libs.protocols.giop.GIOPProtocol$ReplyHolder.listen(GIOPProtocol.java
:931)
at
org.objectweb.jeremie.libs.services.registry.RegistryImpl_Stub.rebind(src\org\objectweb\jeremie\libs\services\registry\RegistryImpl_Stub.java:155)
at
org.objectweb.jeremie.libs.services.registry.Naming.rebind(Naming.java:268)
Why is it not possible to perform 2 JRMIRegistries used by a same
application ?
2) Is there a plan to support a retry mechanism when a remote object is
accessed by a client, a network microcut that makes the communication
fail ?
Thank you,
G�rard Borreill
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonathan".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".