Defect #1196
Error Jasper Report PDF Output
100%
Description
Hi,
I´m trying to get the bytes Array from JasperReport to attach later in an email.
I use the following call to call jasperreport:
var rawData = plugins.jasperPluginRMI.runReport(server_name,reportName,null,'pdf',params);
In Webclient works fine. There´s not problem.
But in Smart Client throw me the following error:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: Class not whitelisted for RMI: net.sf.jasperreports.engine.JasperPrint......
How can I fix this problem?
Regards Javier Arroyo
History
Updated by Javier Arroyo about 8 years ago
- % Done changed from 0 to 100
Solved
In this page I found the solution
http://forum.servoy.com/viewtopic.php?f=15&t=21588&p=115995&hilit=Class+not+whitelisted+for+RMI#p115995