[jboss-dev-forums] [Design of JBoss IIOP on JBoss] - CORBA_BAD_INV_ORDER running AS 5 IIOP tests with JDK 6
smcgowan@redhat.com
do-not-reply at jboss.com
Mon Mar 17 16:56:34 EDT 2008
There are some iiop test failures seen running the AS 5 testsuite with JDK 6 (hot topic these days). The exceptions occur during InputStream or OutputStream operations within the invoke() method in:
./iiop/src/main/org/jboss/proxy/ejb/DynamicIIOPStub.java
The nested exception is org.omg.CORBA.BAD_INV_ORDER
Caused by: org.omg.CORBA.BAD_INV_ORDER: vmcid: 0x0 minor code: 4 completed: No
at org.jacorb.orb.ORB.work_pending(Unknown Source)
at org.jacorb.orb.Delegate.checkORB(Unknown Source)
at org.jacorb.orb.Delegate.invoke_internal(Unknown Source)
at org.jacorb.orb.Delegate.invoke(Unknown Source)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
at org.jboss.proxy.ejb.DynamicIIOPStub.invoke(DynamicIIOPStub.java:124)
The class imports:
import org.omg.CORBA_2_3.portable.InputStream;
import org.omg.CORBA_2_3.portable.OutputStream;
These classes are in jacorb.jar and in jre/lib/rt.jar of JDK 6 . Looking for suggestions on how to reconcile running in this configuration. Seems more than just a test config issue.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137209#4137209
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137209
More information about the jboss-dev-forums
mailing list