Hello,
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?