[jacorb-developer] JacORB 2.2.4 / 3.3 + openJDK 1.6 compatibility issue

A, KRISHNA PRAMOD (KRISHNA PRAMOD) krishna_pramod.a at alcatel-lucent.com
Mon Dec 30 07:53:22 CET 2013


Hello everyone,

We are facing an issue with JacORB 2.2.4.

When we use this version of JacORB with OpenJDK 1.6, we face a CORBA system exception as below.
The same code had been working well when used with Sun Java 1.5 for a long time.
The source code is compiled (class files) with Sun Java 1.5.

org.omg.CORBA.UNKNOWN: Server-side Exception: null  vmcid: 0x0  minor code: 0  completed: No
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
        at org.jacorb.orb.SystemExceptionHelper.read(SystemExceptionHelper.java:173)
        at org.jacorb.orb.ReplyReceiver.getReply(ReplyReceiver.java:326)
        at org.jacorb.orb.Delegate.invoke_internal(Delegate.java:967)
        at org.jacorb.orb.Delegate.invoke(Delegate.java:868)
        at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:475)
        at com.abc.bcd.cde.idl._ManagerStub.addEntry(_ManagerStub.java:185)

Any pointers will be helpful.
We faced the same issue when we use JacORB 3.3 + openJDK 1.6, as well.

Regards,
Pramod


More information about the jacorb-developer mailing list