From: <ti2...@fi...> - 2002-11-20 23:06:20
|
Hi all, I am using the OpenORB version 1.3 and Java 1.3.1 running on operational systems Windows 98 and Linux (Conectiva 8, Kernel 2.4) I have a problem with the naming service of the OpenORB. I can start the service on both OS's and access the server running on Windows from the Linux Client, but I can't do the opposite: run the server on Linux and access it from the Windows Client. The client running on Windows reports the error: java org.openorb.ins.examples.Client Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0 at java.util.Vector.get(Vector.java:713) at org.openorb.io.LocalInputStream.read_boolean(Unknown Source) at org.openorb.CORBA.Delegate.is_a(Unknown Source) at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112) at org.omg.CosNaming.NamingContextExtHelper.narrow (NamingContextExtHelper.java:73) at org.openorb.ins.examples.Client.<init>(Unknown Source) at org.openorb.ins.examples.Client.main(Unknown Source) If someone could help me I would be very thankful. Juliano A. Oliveira |