On Sun, 13 Nov 2005, Kevin Batchelor wrote:

I am trying to get a MICO client to communicate with JavaIDL. I have had no luck. I start orbd with the following command.

orbd -ORBInitialPort 2050

Then I start my Java server.
java NameAddressServer -ORBInitRef NameService=corbaloc:iiop:[EMAIL PROTECTED]:2050/NameService

It appears to be running correctly.

Next I start my MICO client.
./client -ORBInitRef NameService=corbaloc:iiop:[EMAIL 
PROTECTED]:2050/NameService

It to appears to run correctly, but when the client tries to invoke a remote object method, the client crashes.

If your MICO-based client crash, please let us known at least backtrace of the crash and full client source code to see if the issue is in MICO itself or somewhere else.

Does anyone have any ideas or know of any known issues between javaIDL and MICO?

If you mean JDK ORB, then no, at least recent versions of Sun's CORBA are compliant enough to work well. You just need to be prepared that JDK ORB is not that "robust" as others are and so you will for example need to use some other options if you use MICO on server side. Anyway, MICO-based client should work just fine IIRC.

Cheers,
Karel
--
Karel Gardas                  [EMAIL PROTECTED]
ObjectSecurity Ltd.           http://www.objectsecurity.com
---
Need experienced, fast, reliable technical MICO support?
    ---> http://www.objectsecurity.com/commsup.html  <---
---
_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to