Running Java CORBA Client on Unix

Posted by Benny on Stack Overflow See other posts from Stack Overflow or by Benny
Published on 2010-04-17T08:14:59Z Indexed on 2010/04/17 8:23 UTC
Read the original article Hit count: 271

Filed under:
|

I'm trying to run a Java application I wrote to subscribe to a CORBA event service. It runs OK on my Windows machine, but as soon as I deploy it to the UNIX server, it gives me an org.omg.CORBA.NO_IMPLEMENT exception. Any ideas as to why this might be happening? I'm using JacORB on my Windows machine and passing VM arguments to initialize the client ORB, but I'm not sure how to do that on UNIX and if it's even necessary.

Thanks in advance!

© Stack Overflow or respective owner

Related posts about java

Related posts about corba