Expand my Community achievements bar.

Unable to read value from underlying bridge Error

Avatar

Former Community Member
I am using the form server to to render the PDF but the Form Server is throwing an exception



FormServer is deployed as a EJB.



I am getting the following exception:



java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:

java.rmi.MarshalException: CORBA MARSHAL 0x4942f897 No; nested exception is:

org.omg.CORBA.MARSHAL: Unable to read value from underlying bridge : com/adobe/idp/Document vmcid: IBM minor code: 897



I am getting the exception here:



IFormServer client

.....



client.renderForm(rfo.getFormQuery(), rfo.getRenderFormat(), rfo.getXmlData(), rfo.getOptions(), rfo.getUserAgent(), rfo.getApplicationWebRoot(), rfo.getTargetUrl(), rfo.getContentRootUri(), rfo.getBaseUrl());



Any ideas?
1 Reply

Avatar

Former Community Member
What app server and version of Java are you using? Make sure you are not using JDK 1.5 or 1.4.2_10 (they will cause all types of problems and they're not supported).