Is Jonathan designed for use of several Registries by a same application
?
* An application cannot start more than 1 Registry because JRMIRegistry
uses a soa UnicastRemoteObject.
* I have an application that is using 2 JRMIRegistries. One started as a
separate process, another one in the application process, when I am
trying a rebind on the "internal" registry, it succeeds. When I am
trying a rebind on the "external" registry (the one in a separate
process), it fails with:
java.rmi.MarshalException: error during marshalling/unmarshalling by
stub; nested except
org.omg.CORBA.UNKNOWN: minor code: 0 completed: Maybe
org.omg.CORBA.UNKNOWN: minor code: 0 completed: Maybe
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at
org.objectweb.david.libs.protocols.giop.GIOPProtocol$ReplyHolder.listen(GIOPP
:931)
at
org.objectweb.jeremie.libs.services.registry.RegistryImpl_Stub.rebind(src\org
eremie\libs\services\registry\RegistryImpl_Stub.java:155)
at
org.objectweb.jeremie.libs.services.registry.Naming.rebind(Naming.java:270)
It is very surprising as my application started to fail this afternoon,
and I have using it for a week without any problem. Now every time I
restart my application I get this failure.
What does org.omg.CORBA.UNKNOWN means ? Why does it occur ?
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".