|
| java.rmi.MarshalException: Unable to read value from underlying |
 |
Wed, 19 Mar 2008 11:57:14 EDT |
Hi,<br />
<br />
I am trying to retrieve a large amount of data from a Database using CMP EJB.
For a query returning less than 32769 records, the EJB is working fine but when
the record count exceeds 32769 number of records the EJB is giving below
error.<br />
<br />
3/19/08 10:13:29:699 EST 4d1811f4 SystemErr R java.rmi.MarshalException:
CORBA MARSHAL 0x4942f896 No; nested exception is:<br />
org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : -32768
vmcid: IBM minor code: 896 completed: No<br />
3/19/08 10:13:29:699 EST 4d1811f4 SystemErr R at
com.ibm.CORBA.iiop.UtilDelegateImpl.mapSystemException(UtilDelegateImpl.java:198
)<br />
3/19/08 10:13:29:699 EST 4d1811f4 SystemErr R at
javax.rmi.CORBA.Util.mapSystemException(Util.java:83)<br />
3/19/08 10:13:29:699 EST 4d1811f4 SystemErr R at
com.ibm.rmi.util.ProxyUtil.copyObject(ProxyUtil.java:463)<br />
3/19/08 10:13:29:699 EST 4d1811f4 SystemErr R at
com.ibm.CORBA.iiop.UtilDelegateImpl.copyObject(UtilDelegateImpl.java:789)<br
/>
3/19/08 10:13:29:699 EST 4d1811f4 SystemErr R at
javax.rmi.CORBA.Util.copyObject(Util.java:332)<br />
<br />
I tried to check on web whether there is any max number of records which can be
returned through EJB but didnt got anything.<br />
Plz help.<br />
|
| Post Reply
|
|
|
|
|
|
|
|
|
|