Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JAVA ORB Compatibility with Visibroker C++

843793Sep 12 2005
Hi,

I am facing an issue when connecting to Visibroker from JDK1.4 .2 ORB.The IDL Defines an "in String" as an Argument.

The Object deployed in visibroker receives the message, if the String is less than 700 bytes in length..When the length of the "in" parameter is big..say 1 KB or more.

The BES version on which the C++ CORBA Object is running is 5.2.

Then my Java Client returns the following exception and fails to send the message after a long time,

org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
at com.sun.corba.se.internal.iiop.IIOPConnection.purge_calls(IIOPConnection.java:438)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2005
Added on Sep 12 2005
0 comments
127 views